HomeSort by: relevance | last modified time | path
    Searched defs:fd_is_pipe (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
ser-mingw.c 614 fd_is_pipe (int fd) function
709 if (!is_tty && !fd_is_file (scb->fd) && !fd_is_pipe (scb->fd))
721 else if (fd_is_pipe (scb->fd))
  /src/external/gpl3/gdb/dist/gdb/
ser-mingw.c 614 fd_is_pipe (int fd) function
709 if (!is_tty && !fd_is_file (scb->fd) && !fd_is_pipe (scb->fd))
721 else if (fd_is_pipe (scb->fd))

Completed in 106 milliseconds