Searched refs:getppid (Results 1 - 25 of 74) sorted by relevance

123

/macosx-10.9.5/xnu-2422.115.4/tools/tests/perf_index/
H A Dstress_syscall.c11 getppid();
/macosx-10.9.5/xnu-2422.115.4/tools/tests/libMicro/apple/
H A Dgetppid.c31 #pragma ident "@(#)getppid.c 1.0 06/20/06 Apple Inc."
48 (void) sprintf(lm_usage, "note: measures getppid()");
62 (void) getppid();
H A Dlm_null_call.c134 (void) fprintf(stderr, "null_call (getppid)\n");
180 getppid();
H A DMakefile.benchmarks34 getppid \
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dbsd-nextstep.h46 pid_t getppid(void);
/macosx-10.9.5/xnu-2422.115.4/tools/tests/libMicro/
H A DMakefile.benchmarks115 getppid \
H A DREADME96 getppid
/macosx-10.9.5/ksh-20/ksh/src/lib/libcmd/
H A Dpids.c70 *pn = getppid();
/macosx-10.9.5/uucp-11/uucp/unix/
H A Ddetach.c105 while (getppid () != 1)
H A Dcusub.c689 (void) kill (getppid (), SIGHUP);
717 (void) kill (getppid (), SIGHUP);
744 (void) kill (getppid (), SIGHUP);
/macosx-10.9.5/zsh-60/zsh/Src/Modules/
H A Dclone.c57 ppid = getppid();
/macosx-10.9.5/sudo-72/src/
H A Dttyname.c355 mib[3] = i ? (int)getppid() : (int)getpid();
392 i ? (unsigned int)getppid() : (unsigned int)getpid());
424 i ? (unsigned int)getppid() : (unsigned int)getpid());
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/
H A Drand-timer.c70 pid = getppid();
/macosx-10.9.5/emacs-92/emacs/lib-src/
H A Dntlib.c57 getppid(void) function
H A Dntlib.h38 int getppid(void);
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dprototypes.h100 extern pid_t getppid(void);
/macosx-10.9.5/bind9-45.100/bind9/
H A Dconfig.h.win32185 #define getppid _getpid /* WARNING!!! For now this gets the same pid */
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/qt/
H A DWebProcessQt.cpp164 pid_t ppid = getppid();
/macosx-10.9.5/xnu-2422.115.4/bsd/man/man2/
H A DMakefile84 getppid.2 \
/macosx-10.9.5/screen-22/screen/
H A Dattacher.c165 if ((ppid = getppid()) > 1)
467 if ((ppid = getppid()) > 1)
640 int ppid = getppid();
/macosx-10.9.5/Heimdal-323.92.1/appl/login/
H A Dlogin.c724 pwd->pw_name, remote_host, (int) getppid());
727 pwd->pw_name, tty, (int) getppid());
/macosx-10.9.5/apache-786.1/httpd/server/mpm/mpmt_os2/
H A Dmpmt_os2.c124 listener_shm_name = apr_psprintf(pconf, "/sharemem/httpd/parent_info.%d", getppid());
127 ap_scoreboard_fname = apr_psprintf(pconf, "/sharemem/httpd/scoreboard.%d", is_parent_process ? getpid() : getppid());
/macosx-10.9.5/launchd-842.92.1/src/
H A Dlaunchd.c163 if (getpid() != 1 && getppid() != 1) {
395 fprintf(stdout, " gdb attach %d\n", getppid());
/macosx-10.9.5/swig-10/Lib/perl5/
H A Dperlkw.swg188 PERLBN(getppid);
/macosx-10.9.5/WebKit2-7537.78.2/Shared/linux/SeccompFilters/
H A DOpenSyscall.cpp136 String resolvedSelfPath = ASCIILiteral("/proc/") + String::number(getppid()) + &m_path.data()[10];

Completed in 177 milliseconds

123