OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 1047 milliseconds