HomeSort by relevance Sort by last modified time
    Searched defs:stdout_fd (Results 1 - 2 of 2) sorted by null

  /external/bison/lib/
error.c 146 int stdout_fd; local
152 stdout_fd = STDOUT_FILENO;
157 stdout_fd = fileno (stdout);
162 if (0 <= stdout_fd && is_open (stdout_fd))
  /system/connectivity/shill/
process_manager_unittest.cc 158 int stdout_fd; local
171 &stdout_fd,
184 &stdout_fd,

Completed in 812 milliseconds