Home
last modified time | relevance | path

Searched refs:vfork (Results 1 – 25 of 110) sorted by relevance

12345

/titanic_51/usr/src/contrib/ast/src/lib/libast/features/
H A Dvfork2 hdr vfork
3 sys vfork
7 then echo "#include <vfork.h>"
9 then echo "#include <sys/vfork.h>"
11 $cc -E $tmp.c | grep vfork
/titanic_51/usr/src/lib/libast/common/features/
H A Dvfork2 hdr vfork
3 sys vfork
7 then echo "#include <vfork.h>"
9 then echo "#include <sys/vfork.h>"
11 $cc -E $tmp.c | grep vfork
/titanic_51/usr/src/contrib/ast/src/lib/libast/comp/
H A Dvfork.c28 NoN(vfork)
38 #undef vfork
45 vfork(void)
/titanic_51/usr/src/lib/libast/common/comp/
H A Dvfork.c28 NoN(vfork)
38 #undef vfork
45 vfork(void)
/titanic_51/usr/src/lib/libbc/inc/include/
H A Dvfork.h37 extern int vfork();
40 #pragma unknown_control_flow(vfork)
/titanic_51/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dvfork3 …/gisburn/ksh93/ast_ksh_20100309/build_sparc_64bit/src/lib/libast/features/vfork by iffe version 20…
66 extern __MANGLE__ pid_t vfork __PROTO__((void));
67 #pragma unknown_control_flow(vfork)
/titanic_51/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dvfork3 /* : : generated from contrib/ast/src/lib/libast/features/vfork by iffe version 2012-07-17 : : */
66 extern __MANGLE__ pid_t vfork(void) __attribute__((__returns_twice__));
67 #pragma unknown_control_flow(vfork)
/titanic_51/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dvfork3 /* : : generated from contrib/ast/src/lib/libast/features/vfork by iffe version 2012-07-17 : : */
66 extern __MANGLE__ pid_t vfork(void) __attribute__((__returns_twice__));
67 #pragma unknown_control_flow(vfork)
/titanic_51/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dvfork3 …e/gisburn/ksh93/ast_ksh_20100309/build_i386_64bit/src/lib/libast/features/vfork by iffe version 20…
66 extern __MANGLE__ pid_t vfork __PROTO__((void));
67 #pragma unknown_control_flow(vfork)
/titanic_51/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dvfork3 …e/gisburn/ksh93/ast_ksh_20100309/build_i386_32bit/src/lib/libast/features/vfork by iffe version 20…
66 extern __MANGLE__ pid_t vfork __PROTO__((void));
67 #pragma unknown_control_flow(vfork)
/titanic_51/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dvfork3 /* : : generated from contrib/ast/src/lib/libast/features/vfork by iffe version 2012-07-17 : : */
66 extern __MANGLE__ pid_t vfork(void) __attribute__((__returns_twice__));
67 #pragma unknown_control_flow(vfork)
/titanic_51/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dvfork3 …/gisburn/ksh93/ast_ksh_20100309/build_sparc_32bit/src/lib/libast/features/vfork by iffe version 20…
66 extern __MANGLE__ pid_t vfork __PROTO__((void));
67 #pragma unknown_control_flow(vfork)
/titanic_51/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dvfork3 /* : : generated from contrib/ast/src/lib/libast/features/vfork by iffe version 2012-07-17 : : */
66 extern __MANGLE__ pid_t vfork(void) __attribute__((__returns_twice__));
67 #pragma unknown_control_flow(vfork)
/titanic_51/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_vfork.h66 extern __MANGLE__ pid_t vfork __PROTO__((void));
67 #pragma unknown_control_flow(vfork)
/titanic_51/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_vfork.h66 extern __MANGLE__ pid_t vfork __PROTO__((void));
67 #pragma unknown_control_flow(vfork)
/titanic_51/usr/src/lib/libast/i386/include/ast/
H A Dast_vfork.h87 extern __MANGLE__ pid_t vfork __PROTO__((void));
88 #pragma unknown_control_flow(vfork)
/titanic_51/usr/src/lib/libast/amd64/include/ast/
H A Dast_vfork.h87 extern __MANGLE__ pid_t vfork __PROTO__((void));
88 #pragma unknown_control_flow(vfork)
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_vfork.h87 extern __MANGLE__ pid_t vfork __PROTO__((void));
88 #pragma unknown_control_flow(vfork)
/titanic_51/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_vfork.h66 extern __MANGLE__ pid_t vfork __PROTO__((void));
67 #pragma unknown_control_flow(vfork)
/titanic_51/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_vfork.h66 extern __MANGLE__ pid_t vfork __PROTO__((void));
67 #pragma unknown_control_flow(vfork)
/titanic_51/usr/src/lib/libast/sparc/include/ast/
H A Dast_vfork.h87 extern __MANGLE__ pid_t vfork __PROTO__((void));
88 #pragma unknown_control_flow(vfork)
/titanic_51/usr/src/lib/libc/sparc/sys/
H A Dvforkx.s39 * pid = vfork();
55 * We block all blockable signals while performing the vfork() system call
63 ENTRY_NP(vfork)
79 mov %o0, %o5 /* save the vfork() error number */
89 mov %o5, %o0 /* restore the vfork() error number */
93 * To determine if we are (still) a child of vfork(), the child
96 * vfork(), else we are. We do this to deal with the case of
97 * a vfork() child calling vfork().
115 mov %o0, %o5 /* save the vfork() retur
[all...]
/titanic_51/usr/src/lib/libc/i386/sys/
H A Dvforkx.s36 * pid = vfork();
48 * The child of vfork() will execute in the parent's address space,
50 * Therefore we have to be careful how we return from vfork().
53 * We block all blockable signals while performing the vfork() system call
61 ENTRY_NP(vfork)
83 pushl %eax /* save the vfork() error number */
94 popl %eax /* restore the vfork() error number */
100 * To determine if we are (still) a child of vfork(), the child
103 * vfork(), else we are. We do this to deal with the case of
104 * a vfork() chil
[all...]
/titanic_51/usr/src/lib/libbc/libc/gen/common/
H A Dpopen.c17 #include <vfork.h>
24 extern int execl(), vfork(), pipe(), close(), fcntl();
51 if ((pid = vfork()) == 0) {
/titanic_51/usr/src/lib/libc/amd64/sys/
H A Dvforkx.s36 * pid = vfork();
48 * The child of vfork() will execute in the parent's address space,
50 * Therefore we have to be careful how we return from vfork().
53 * We block all blockable signals while performing the vfork() system call
61 ENTRY_NP(vfork)
80 movq %rax, %r9 /* save the vfork() error number */
89 movq %r9, %rax /* restore the vfork() error number */
94 * To determine if we are (still) a child of vfork(), the child
97 * vfork(), else we are. We do this to deal with the case of
98 * a vfork() chil
[all...]

12345