Home
last modified time | relevance | path

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

1234

/titanic_41/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
H A Dlib6 hdr locale,ndir,nl_types,process,spawn,syslog,utime,vfork,wctype
53 sys socket,stream,systeminfo,universe,vfork
184 tst lib_vfork unistd.h stdlib.h vfork.h note{ vfork exists and it works }end execute{
196 switch (vfork())
212 tst real_vfork note{ vfork child shares data with parent }end execute{
215 extern int vfork _ARG_((void));
222 if (!vfork())
/titanic_41/usr/src/lib/libast/common/comp/
H A Dvfork.c28 NoN(vfork)
38 #undef vfork
45 vfork(void)
/titanic_41/usr/src/lib/libbc/inc/include/
H A Dvfork.h37 extern int vfork();
40 #pragma unknown_control_flow(vfork)
/titanic_41/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_41/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_41/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_41/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_41/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_41/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_41/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_41/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_41/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_41/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_41/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_41/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_41/usr/src/lib/libc/i386/sys/
H A Dvforkx.s61 ENTRY_NP(vfork)
139 SET_SIZE(vfork)
/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Dpopen.c24 extern int execl(), vfork(), pipe(), close(), fcntl();
51 if ((pid = vfork()) == 0) {
/titanic_41/usr/src/lib/libc/sparc/sys/
H A Dvforkx.s63 ENTRY_NP(vfork)
126 SET_SIZE(vfork)
/titanic_41/usr/src/lib/libshell/misc/
H A DERRATA.txt50 #define _lib_vfork 1 /* vfork exists and it works */
51 #define _real_vfork 1 /* vfork child shares data with parent */
63 #define _lib_vfork 1 /* vfork exists and it works */
64 #define _real_vfork 1 /* vfork child shares data with parent */
76 #define _lib_vfork 1 /* vfork exists and it works */
77 #define _real_vfork 1 /* vfork child shares data with parent */
89 #define _lib_vfork 1 /* vfork exists and it works */
90 #define _real_vfork 1 /* vfork child shares data with parent */
102 #define _lib_vfork 1 /* vfork exists and it works */
103 #define _real_vfork 1 /* vfork child shares data with parent */
[all …]
/titanic_41/usr/src/lib/libc/amd64/sys/
H A Dvforkx.s61 ENTRY_NP(vfork)
131 SET_SIZE(vfork)
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_shell.c91 if ((pid = vfork()) == -1) in mdb_shell_exec()
181 if ((pid = vfork()) == -1) { in mdb_shell_pipe()
/titanic_41/usr/src/cmd/dtrace/test/tst/common/pid/
H A Dtst.vfork.c59 if (vfork() == 0) { in main()
/titanic_41/usr/src/cmd/bnu/
H A Dgwd.c99 if (vfork() == 0) {
/titanic_41/usr/src/lib/libpkg/common/
H A Druncmd.c126 pid = vfork(); in esystem()
379 pid = vfork(); in e_ExecCmdArray()

1234