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

  /src/external/gpl3/gdb.old/dist/gdbsupport/
filestuff.cc 258 static int trust_o_cloexec;
261 TRUST_O_CLOEXEC. */
273 if (trust_o_cloexec == 0)
276 trust_o_cloexec = 1;
278 trust_o_cloexec = -1;
284 /* Depending on TRUST_O_CLOEXEC, mark FD as close-on-exec. */
289 if (trust_o_cloexec <= 0)
300 if (SOCK_CLOEXEC == 0 || trust_o_cloexec <= 0)
255 static int trust_o_cloexec; variable
  /src/external/gpl3/gdb/dist/gdbsupport/
filestuff.cc 258 static int trust_o_cloexec;
261 TRUST_O_CLOEXEC. */
273 if (trust_o_cloexec == 0)
276 trust_o_cloexec = 1;
278 trust_o_cloexec = -1;
284 /* Depending on TRUST_O_CLOEXEC, mark FD as close-on-exec. */
289 if (trust_o_cloexec <= 0)
300 if (SOCK_CLOEXEC == 0 || trust_o_cloexec <= 0)
255 static int trust_o_cloexec; variable

Completed in 15 milliseconds