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

  /src/external/gpl3/gdb/dist/gnulib/import/
dup2.c 49 dup2_nothrow (int fd, int desired_fd) function
67 # define dup2_nothrow _dup2 macro
96 result = dup2_nothrow (fd, desired_fd);
  /src/external/gpl3/gdb.old/dist/gnulib/import/
dup2.c 49 dup2_nothrow (int fd, int desired_fd) function
67 # define dup2_nothrow _dup2 macro
96 result = dup2_nothrow (fd, desired_fd);

Completed in 15 milliseconds