OpenGrok
Cross Reference: ps.c
xref
: /
external
/
toybox
/
toys
/
posix
/
ps.c
Home
|
History
|
Annotate
|
Download
|
only in
posix
Lines Matching
full:isatty
1002
if (
isatty
(fd) && !fstat(fd, &st)) TT.tty = st.st_rdev;