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.h157 #define isatty _isatty macro
/freebsd/crypto/openssl/include/internal/
H A De_os.h231 #define isatty _isatty macro
/freebsd/contrib/less/
H A Dos.c600 int isatty(int f) in isatty() function
/freebsd/crypto/openssh/
H A Dchannels.h149 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.c113 # define isatty(h) _isatty(h) macro
/freebsd/contrib/sqlite3/
H A Dshell.c238 # define isatty(h) _isatty(h) macro
269 #define isatty(x) 1 macro