Home
last modified time | relevance | path

Searched defs:isatty (Results 1 – 8 of 8) 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.c538 int isatty(int f) in isatty() function
/freebsd/crypto/openssl/include/internal/
H A De_os.h231 # define isatty _isatty macro
/freebsd/crypto/openssh/
H A Dchannels.h144 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.c109 # define isatty(h) _isatty(h) macro
/freebsd/contrib/sqlite3/
H A Dshell.c200 # define isatty(h) _isatty(h) macro
232 #define isatty(x) 1 macro