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

/httpd/os/bs2000/
H A Dos.c48 static bs2_ForkType os_forktype(int one_process) function
78 bs2_ForkType type = os_forktype(one_process);
103 switch (os_forktype(0)) {
/httpd/os/unix/
H A Dunixd.c456 static bs2_ForkType os_forktype(int one_process) function
486 bs2_ForkType type = os_forktype(one_process);
511 switch (os_forktype(0)) {

Completed in 260 milliseconds