HomeSort by relevance Sort by last modified time
    Searched defs:set_cloexec_flag (Results 1 - 2 of 2) sorted by null

  /external/bison/lib/
cloexec.c 39 set_cloexec_flag (int desc, bool value) function
  /external/strace/
strace.c 224 set_cloexec_flag(int fd) function
284 if (fp && set_cloexec_flag(fileno(fp)) < 0)
317 if (set_cloexec_flag(fds[1]) < 0)
1160 if (set_cloexec_flag(tcp->pfd) < 0) {
1168 if (set_cloexec_flag(tcp->pfd_stat) < 0) {
1176 if (set_cloexec_flag(tcp->pfd_as) < 0) {
1192 if (set_cloexec_flag(tcp->pfd) < 0) {
    [all...]

Completed in 211 milliseconds