Home
last modified time | relevance | path

Searched refs:tty (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/sapi/cli/tests/
H A Dstd_streams.phpt20 // These have a tty attached
/PHP-7.4/ext/fileinfo/libmagic/
H A Dcompress.c74 int tty = -1; variable
76 if (tty == -1) \
77 tty = open("/dev/tty", O_RDWR); \
78 if (tty == -1) \
80 dprintf(tty, __VA_ARGS__); \
/PHP-7.4/azure/
H A Dcommunity_job.yml70 php ./phpunit --exclude-group tty,benchmark,intl-data,transient
/PHP-7.4/ext/pgsql/
H A Dpgsql.c102 ZEND_ARG_INFO(0, tty)
111 ZEND_ARG_INFO(0, tty)
1300 char *host=NULL,*port=NULL,*options=NULL,*tty=NULL,*dbname=NULL,*connstring=NULL; local
1352 tty = Z_STRVAL(args[3]);
1380 pgsql = PQsetdb(host, port, options, tty, dbname);
1413 le->ptr = PQsetdb(host,port,options,tty,dbname);
1484 pgsql = PQsetdb(host,port,options,tty,dbname);

Completed in 21 milliseconds