Lines Matching defs:h_cloexec
273 char h_cloexec[PATH_MAX];
275 char *const argv[] = {__UNCONST("h_cloexec"), fdstr, NULL};
280 * Format the h_cloexec helper executable path, which lives in
284 snprintf(h_cloexec, sizeof(h_cloexec), "%s/h_cloexec",
289 * Execute h_cloexec as a subprocess.
291 child = (*execfn)(h_cloexec, argv);
314 * h_cloexec is supposed to exit status 0 if an operation on
326 atf_tc_fail("failed to exec h_cloexec");
329 atf_tc_fail("h_cloexec failed unexpectedly: %d",