Searched refs:tty (Results 1 – 3 of 3) sorted by relevance
20 // These have a tty attached
81 int tty = -1; variable83 if (tty == -1) \84 tty = open("/dev/tty", O_RDWR); \85 if (tty == -1) \87 dprintf(tty, __VA_ARGS__); \
560 …php ./phpunit $component --exclude-group tty,benchmark,intl-data,transient --exclude-group skip ||…
Completed in 8 milliseconds