HomeSort by relevance Sort by last modified time
    Searched full:close_nothrow (Results 1 - 1 of 1) sorted by null

  /external/bison/lib/
close.c 31 close_nothrow (int fd) function
49 # define close_nothrow close macro
58 int retval = execute_all_close_hooks (close_nothrow, fd);
60 int retval = close_nothrow (fd);

Completed in 100 milliseconds