/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/ |
H A D | vfork | 2 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 D | lib | 6 hdr locale,ndir,nl_types,process,spawn,syslog,utime,vfork 54 sys socket,stream,systeminfo,universe,vfork 200 tst lib_vfork unistd.h stdlib.h vfork.h note{ vfork exists and it works }end execute{ 212 switch (vfork()) 228 tst real_vfork note{ vfork child shares data with parent }end execute{ 231 extern int vfork _ARG_((void)); 238 if (!vfork())
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | vfork.c | 28 NoN(vfork) 38 #undef vfork 45 vfork(void)
|
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/with_structs/ |
H A D | implicit_dependencies.pretty | 106 'vfork']), 174 'vfork']), 377 'vfork']), 577 'vfork', 711 'vfork', 792 'vfork']), 1968 'vfork']), 2119 'vfork', 2232 'vfork', 2281 'vfork']), [all …]
|
H A D | implicit_dependencies | 309 'vfork', 381 'vfork']), 660 'vfork']), 861 'vfork', 996 'vfork', 1077 'vfork']), 2663 'vfork']), 2816 'vfork', 2930 'vfork', 2979 'vfork']), [all …]
|
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/ |
H A D | vfork | 3 /* : : 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)
|
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/ |
H A D | vfork | 3 /* : : 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)
|
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/ |
H A D | vfork | 3 /* : : 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)
|
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/ |
H A D | vfork | 3 /* : : 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)
|
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/without_structs/ |
H A D | implicit_dependencies.pretty | 110 'vfork']), 454 'vfork', 1575 'vfork']), 1687 'vfork', 1802 'vfork', 2003 'vfork']), 2052 'vfork']), 2169 'vfork']), 2215 'vfork']), 2416 'vfork']), [all …]
|
/illumos-gate/usr/src/lib/libc/sparc/sys/ |
H A D | vforkx.S | 63 ENTRY_NP(vfork) 126 SET_SIZE(vfork)
|
/illumos-gate/usr/src/lib/libc/i386/sys/ |
H A D | vforkx.S | 61 ENTRY_NP(vfork) 139 SET_SIZE(vfork)
|
/illumos-gate/usr/src/lib/libc/amd64/sys/ |
H A D | vforkx.S | 61 ENTRY_NP(vfork) 131 SET_SIZE(vfork)
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_shell.c | 89 if ((pid = vfork()) == -1) in mdb_shell_exec() 179 if ((pid = vfork()) == -1) { in mdb_shell_pipe()
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pid/ |
H A D | tst.vfork.c | 57 if (vfork() == 0) { in main()
|
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | runcmd.c | 126 pid = vfork(); in esystem() 379 pid = vfork(); in e_ExecCmdArray()
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | gwd.c | 96 if (vfork() == 0) {
|
H A D | xqt.c | 104 if (vfork() == 0) {
|
/illumos-gate/usr/src/cmd/smbsrv/fksmbd/ |
H A D | fksmbd_ksock.c | 82 pid = vfork(); in ksocket_bind_helper()
|
/illumos-gate/usr/src/man/man2/ |
H A D | Makefile | 164 vfork.2 \ 415 vforkx.2 := LINKSRC = vfork.2
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | pclose.c | 111 if ((pid = vfork()) == 0) { in mypopen()
|
/illumos-gate/usr/src/head/ |
H A D | unistd.h | 562 extern pid_t vfork(void) __RETURNS_TWICE; 563 #pragma unknown_control_flow(vfork)
|
/illumos-gate/usr/src/uts/sparc/os/ |
H A D | name_to_sysnum | 113 vfork 119
|
/illumos-gate/usr/src/uts/intel/os/ |
H A D | name_to_sysnum | 115 vfork 119
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | edit.c | 169 pid = vfork(); in edit1()
|