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))
  /external/lldb/tools/debugserver/source/MacOSX/
MachProcess.cpp 1283 int stdout_fd = proc->GetStdoutFileDescriptor(); local
    [all...]

Completed in 260 milliseconds