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

  /src/external/gpl3/gdb/dist/gnulib/import/
open.c 63 int have_cloexec = -1; local
65 static int have_cloexec;
131 flags & ~(have_cloexec < 0 ? O_CLOEXEC : 0), mode);
135 if (! have_cloexec)
138 have_cloexec = 1;
142 have_cloexec = -1;
145 if (have_cloexec < 0 && 0 <= fd)
openat.c 63 int have_cloexec = -1; local
65 static int have_cloexec;
117 flags & ~(have_cloexec < 0 ? O_CLOEXEC : 0), mode);
121 if (! have_cloexec)
124 have_cloexec = 1;
128 have_cloexec = -1;
131 if (have_cloexec < 0 && 0 <= fd)
  /src/external/gpl3/gdb.old/dist/gnulib/import/
open.c 63 int have_cloexec = -1; local
65 static int have_cloexec;
131 flags & ~(have_cloexec < 0 ? O_CLOEXEC : 0), mode);
135 if (! have_cloexec)
138 have_cloexec = 1;
142 have_cloexec = -1;
145 if (have_cloexec < 0 && 0 <= fd)
openat.c 63 int have_cloexec = -1; local
65 static int have_cloexec;
117 flags & ~(have_cloexec < 0 ? O_CLOEXEC : 0), mode);
121 if (! have_cloexec)
124 have_cloexec = 1;
128 have_cloexec = -1;
131 if (have_cloexec < 0 && 0 <= fd)

Completed in 55 milliseconds