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

  /src/external/gpl3/gdb/dist/gnulib/import/
fcntl.c 62 unsigned int fds_to_close_bound = 0; local
134 if (fds_to_close_bound <= index)
139 memset (fds_to_close + fds_to_close_bound, '\0',
140 index + 1 - fds_to_close_bound);
141 fds_to_close_bound = index + 1;
152 duplicated_fd < fds_to_close_bound * CHAR_BIT;
  /src/external/gpl3/gdb.old/dist/gnulib/import/
fcntl.c 62 unsigned int fds_to_close_bound = 0; local
134 if (fds_to_close_bound <= index)
139 memset (fds_to_close + fds_to_close_bound, '\0',
140 index + 1 - fds_to_close_bound);
141 fds_to_close_bound = index + 1;
152 duplicated_fd < fds_to_close_bound * CHAR_BIT;

Completed in 50 milliseconds