HomeSort by relevance Sort by last modified time
    Searched refs:cloexec_flag (Results 1 - 7 of 7) sorted by null

  /external/strace/tests/
inotify_init1.c 41 # define cloexec_flag O_CLOEXEC macro
43 # define cloexec_flag 0 macro
45 # define all_flags (O_NONBLOCK | cloexec_flag)
59 bogus_flags1 & cloexec_flag ? "IN_CLOEXEC|" : "",
69 all_flags & cloexec_flag ? "|IN_CLOEXEC" : "", sprintrc(rc));
  /external/strace/tests-m32/
inotify_init1.c 41 # define cloexec_flag O_CLOEXEC macro
43 # define cloexec_flag 0 macro
45 # define all_flags (O_NONBLOCK | cloexec_flag)
59 bogus_flags1 & cloexec_flag ? "IN_CLOEXEC|" : "",
69 all_flags & cloexec_flag ? "|IN_CLOEXEC" : "", sprintrc(rc));