Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
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