Home
last modified time | relevance | path

Searched refs:SLJIT_CLOEXEC (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitUtils.c90 #define SLJIT_CLOEXEC O_CLOEXEC macro
92 #define SLJIT_CLOEXEC 0 macro
102 dev_zero = open("/dev/zero", O_RDWR | SLJIT_CLOEXEC); in open_dev_zero()
117 dev_zero = open("/dev/zero", O_RDWR | SLJIT_CLOEXEC); in open_dev_zero()
124 #undef SLJIT_CLOEXEC

Completed in 5 milliseconds