Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/
H A Diperlsys.h1072 # define PerlProc_fork() \ macro
1123 # define PerlProc_fork() my_fork() macro
H A Dpp_sys.c4489 childpid = PerlProc_fork(); in PP()
4522 childpid = PerlProc_fork(); in PP()
4699 while ((childpid = PerlProc_fork()) == -1) {
H A Dutil.c2527 while ((pid = PerlProc_fork()) < 0) { in Perl_my_popen_list()
2698 while ((pid = PerlProc_fork()) < 0) { in Perl_my_popen()
2890 This is for the use of C<PerlProc_fork> as a wrapper for the C library
2892 used except through C<PerlProc_fork>.
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D5006000460 PerlProc_fork # Z added by devel/scanprov