Searched refs:have_dupfd_cloexec (Results 1 – 2 of 2) sorted by relevance
500 # define have_dupfd_cloexec -1 in rpl_fcntl_DUPFD_CLOEXEC() macro509 static int have_dupfd_cloexec = GNULIB_defined_F_DUPFD_CLOEXEC ? -1 : 0; in rpl_fcntl_DUPFD_CLOEXEC() local510 if (0 <= have_dupfd_cloexec) in rpl_fcntl_DUPFD_CLOEXEC()515 have_dupfd_cloexec = 1; in rpl_fcntl_DUPFD_CLOEXEC()525 have_dupfd_cloexec = -1; in rpl_fcntl_DUPFD_CLOEXEC()531 if (0 <= result && have_dupfd_cloexec == -1) in rpl_fcntl_DUPFD_CLOEXEC()
424 (have_dupfd_cloexec): Update.