Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Ddoio.c160 #define DO_ONEOPEN_THEN_CLOEXEC(ONEOPEN_NORMAL) \ macro
203 DO_ONEOPEN_THEN_CLOEXEC(PerlLIO_dup(oldfd)); in Perl_PerlLIO_dup_cloexec()
221 DO_ONEOPEN_THEN_CLOEXEC(PerlLIO_dup2(oldfd, newfd)); in Perl_PerlLIO_dup2_cloexec()
286 DO_ONEOPEN_THEN_CLOEXEC(PerlLIO_open(file, flag)); in Perl_PerlLIO_open_cloexec()
300 DO_ONEOPEN_THEN_CLOEXEC(PerlLIO_open3(file, flag, perm)); in Perl_PerlLIO_open3_cloexec()
317 DO_ONEOPEN_THEN_CLOEXEC(Perl_my_mkstemp(templte)); in Internal_Perl_my_mkstemp_cloexec()
341 DO_ONEOPEN_THEN_CLOEXEC(Perl_my_mkstemp(templte)); in Perl_my_mkstemp_cloexec()
356 DO_ONEOPEN_THEN_CLOEXEC(Perl_my_mkostemp(templte, flags)); in Perl_my_mkostemp_cloexec()
391 DO_ONEOPEN_THEN_CLOEXEC(PerlSock_socket(domain, type, protocol)); in Perl_PerlSock_socket_cloexec()
411 DO_ONEOPEN_THEN_CLOEXEC(PerlSock_accept(listenfd, addr, addrlen)); in Perl_PerlSock_accept_cloexec()