Searched refs:getpgrp (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-9.3-release/contrib/cvs/contrib/
H A Dcommit_prep.in82 $id = getpgrp();
H A Dlog_accum.in564 $id = getpgrp();
/freebsd-9.3-release/tools/regression/filemon/
H A Dtimed-forkb.c65 if (getpid() == getpgrp() || verbose) {
68 getpid(), getpgrp(), getppid(), signum);
104 if (getpid() == getpgrp()) {
111 getpid(), getpgrp(), getppid());
174 getpid(), getpgrp(), getppid(), nflag - 1, tflag);
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dbsd-misc.c269 return getpgrp(pid);
272 return getpgrp();
/freebsd-9.3-release/contrib/tcsh/
H A Dtc.os.h432 # define getpgrp getpid macro
464 # define mygetpgrp() getpgrp(0)
466 # define mygetpgrp() getpgrp()
H A Dtc.sig.h56 * NOTE: we don't want killpg(a, b) == kill(-getpgrp(a), b)
57 * cause process a might be already dead and getpgrp would fail
83 # define killpg(a, b) kill(-getpgrp(a), b)
H A Dsh.h472 extern pid_t getpgrp (int);
474 extern pid_t getpgrp (void);
/freebsd-9.3-release/usr.bin/su/
H A Dsu.c450 if (tcgetpgrp(STDERR_FILENO) == getpgrp())
458 tcsetpgrp(STDERR_FILENO, getpgrp());
460 if (tcgetpgrp(STDERR_FILENO) == getpgrp()) {
470 tcsetpgrp(STDERR_FILENO, getpgrp());
/freebsd-9.3-release/lib/libc/sys/
H A DMakefile.inc90 getloginclass.2 getpeername.2 getpgrp.2 getpid.2 getpriority.2 \
157 MLINKS+=getpgrp.2 getpgid.2
H A DSymbol.map116 getpgrp;
/freebsd-9.3-release/sys/kern/
H A Dcapabilities.conf291 getpgrp
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dinflow.c141 our_process_group = getpgrp ();
348 inferior_process_group = getpgrp ();
/freebsd-9.3-release/contrib/libreadline/examples/rlfe/
H A Dos.h51 # define getpgrp __getpgrp macro
61 # undef getpgrp macro
/freebsd-9.3-release/contrib/tnftp/src/
H A Dprogressbar.c73 pgrp = getpgrp();
75 pgrp = getpgrp(0);
/freebsd-9.3-release/crypto/openssh/
H A Ddefines.h612 # define getpgrp() getpgrp(0) macro
H A Dprogressmeter.c84 return (getpgrp() == tcgetpgrp(STDOUT_FILENO));
/freebsd-9.3-release/sys/sys/
H A Dsyscall.mk71 getpgrp.o \
/freebsd-9.3-release/usr.sbin/ppp/
H A Dprompt.c553 if (getpgrp() == prompt_pgrp(p)) {
570 if (getpgrp() == prompt_pgrp(p)) {
H A Dphysical.c354 newsid = tcgetpgrp(p->fd) == getpgrp();
699 tcgetpgrp(p->fd) == getpgrp())
/freebsd-9.3-release/contrib/ipfilter/ipsd/
H A Dipsd.c284 (void) setpgrp(0, getpgrp());
/freebsd-9.3-release/contrib/ncurses/ncurses/tty/
H A Dlib_tstp.c159 if (tcgetpgrp(STDIN_FILENO) == getpgrp())
/freebsd-9.3-release/include/
H A Dunistd.h344 pid_t getpgrp(void);
/freebsd-9.3-release/bin/sh/
H A Djobs.c159 if (initialpgrp != getpgrp()) {
961 pid_t mypgrp = getpgrp();
/freebsd-9.3-release/usr.bin/xlint/llib/
H A Dllib-lposix159 pid_t (getpgrp)(void);
/freebsd-9.3-release/bin/pkill/
H A Dpkill.c694 li->li_number = getpgrp();

Completed in 170 milliseconds

12