Home
last modified time | relevance | path

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

1234

/titanic_53/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
H A Dlib6 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())
/titanic_53/usr/src/contrib/ast/src/lib/libast/comp/
H A Dvfork.c28 NoN(vfork)
38 #undef vfork
45 vfork(void)
/titanic_53/usr/src/lib/libbc/inc/include/
H A Dvfork.h37 extern int vfork();
40 #pragma unknown_control_flow(vfork)
/titanic_53/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_53/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_53/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_53/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_53/usr/src/lib/libbc/libc/gen/common/
H A Dpopen.c24 extern int execl(), vfork(), pipe(), close(), fcntl();
51 if ((pid = vfork()) == 0) {
/titanic_53/usr/src/lib/libc/sparc/sys/
H A Dvforkx.s63 ENTRY_NP(vfork)
126 SET_SIZE(vfork)
/titanic_53/usr/src/lib/libc/i386/sys/
H A Dvforkx.s61 ENTRY_NP(vfork)
139 SET_SIZE(vfork)
/titanic_53/usr/src/lib/libc/amd64/sys/
H A Dvforkx.s61 ENTRY_NP(vfork)
131 SET_SIZE(vfork)
/titanic_53/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_53/usr/src/cmd/dtrace/test/tst/common/pid/
H A Dtst.vfork.c59 if (vfork() == 0) { in main()
/titanic_53/usr/src/cmd/bnu/
H A Dgwd.c99 if (vfork() == 0) {
H A Dxqt.c104 if (vfork() == 0) {
/titanic_53/usr/src/lib/libpkg/common/
H A Druncmd.c126 pid = vfork(); in esystem()
379 pid = vfork(); in e_ExecCmdArray()
/titanic_53/usr/src/lib/libbc/libc/gen/sys5/
H A Dsystem.c84 if ((pid = vfork()) == 0) {
/titanic_53/usr/src/lib/libbc/libc/gen/4.2/
H A Dsystem.c86 if ((pid = vfork()) == 0) {
/titanic_53/usr/src/cmd/smbsrv/fksmbd/
H A Dfksmbd_ksock.c82 pid = vfork(); in ksocket_bind_helper()
/titanic_53/usr/src/man/man2/
H A DMakefile160 vfork.2 \
404 vforkx.2 := LINKSRC = vfork.2
/titanic_53/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dpclose.c113 if ((pid = vfork()) == 0) { in mypopen()
/titanic_53/usr/src/head/
H A Dunistd.h555 extern pid_t vfork(void) __RETURNS_TWICE;
556 #pragma unknown_control_flow(vfork)
/titanic_53/usr/src/uts/sparc/os/
H A Dname_to_sysnum112 vfork 119
/titanic_53/usr/src/cmd/mailx/
H A Dedit.c171 pid = vfork(); in edit1()

1234