Home
last modified time | relevance | path

Searched defs:isatty (Results 1 – 7 of 7) sorted by relevance

/freebsd/lib/libc/gen/
H A Disatty.c36 isatty(int fd) in isatty() function
/freebsd/contrib/tcpdump/
H A Dnetdissect-stdinc.h167 #define isatty _isatty macro
/freebsd/contrib/less/
H A Dos.c479 int isatty(int f) isatty() function
/freebsd/crypto/openssh/
H A Dchannels.h143 int isatty; /* rfd is a tty */ member
/freebsd/contrib/bc/include/
H A Dstatus.h68 #define isatty _isatty macro
/freebsd/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c98 # define isatty(h) _isatty(h) macro
/freebsd/contrib/sqlite3/
H A Dshell.c203 # define isatty(h) _isatty(h) macro
237 #define isatty(x) 1 macro