OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:s_stdin
(Results
1 - 1
of
1
) sorted by null
/external/mksh/src/
main.c
197
struct stat
s_stdin
;
local
509
if (fstat(0, &
s_stdin
) >= 0 && S_ISCHR(
s_stdin
.st_mode) &&
[
all
...]
Completed in 203 milliseconds