HomeSort by relevance Sort by last modified time
    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