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

  /external/bison/lib/
fcntl.c 232 static int have_dupfd_cloexec = GNULIB_defined_F_DUPFD_CLOEXEC ? -1 : 0; local
233 if (0 <= have_dupfd_cloexec)
238 have_dupfd_cloexec = 1;
249 have_dupfd_cloexec = -1;
254 if (0 <= result && have_dupfd_cloexec == -1)
  /prebuilts/misc/linux-x86/bison/
bison 

Completed in 94 milliseconds