Searched defs:cloexec (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/lib/libz/
H A Dgzlib.c103 int cloexec = 0; local
149 cloexec = 1;
231 (cloexec ? O_CLOEXEC : 0) |

Completed in 2383 milliseconds