Home
last modified time | relevance | path

Searched refs:close_nothrow (Results 1 – 1 of 1) sorted by relevance

/external/bison/lib/
Dclose.c31 close_nothrow (int fd) in close_nothrow() function
49 # define close_nothrow close macro
58 int retval = execute_all_close_hooks (close_nothrow, fd); in rpl_close()
60 int retval = close_nothrow (fd); in rpl_close()