Home
last modified time | relevance | path

Searched refs:getpgrp (Results 1 – 25 of 42) sorted by relevance

12

/titanic_44/usr/src/lib/libast/common/comp/
H A Dgetpgrp.c24 #define getpgrp ______getpgrp macro
28 #undef getpgrp
37 extern int getpgrp(int);
46 return getpgrp(0); in _ast_getpgrp()
H A Dsetsid.c51 if ((pg = getpid()) == getpgrp())
/titanic_44/usr/src/lib/libc/port/sys/
H A Dpgrpsys.c29 #pragma weak _getpgrp = getpgrp
42 getpgrp(void) in getpgrp() function
/titanic_44/usr/src/lib/libbc/libc/sys/sys5/
H A Dgetpgrp.c38 getpgrp() in getpgrp() function
/titanic_44/usr/src/lib/libbc/libc/sys/4.2/
H A Dgetpgrp.c29 int getpgrp(pid) in getpgrp() function
/titanic_44/usr/src/lib/libast/common/include/
H A Dast_std.h328 #undef getpgrp
329 #define getpgrp() _ast_getpgrp() macro
/titanic_44/usr/src/lib/libast/amd64/include/ast/
H A Dast_std.h343 #undef getpgrp
344 #define getpgrp() _ast_getpgrp() macro
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Dast_std.h343 #undef getpgrp
344 #define getpgrp() _ast_getpgrp() macro
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_std.h343 #undef getpgrp
344 #define getpgrp() _ast_getpgrp() macro
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Dast_std.h343 #undef getpgrp
344 #define getpgrp() _ast_getpgrp() macro
/titanic_44/usr/src/ucbhead/
H A Dunistd.h144 extern pid_t getpgrp(void);
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dunistd.h131 extern pid_t getpgrp(void);
/titanic_44/usr/src/cmd/ssh/include/
H A Ddefines.h519 #define getpgrp() getpgrp(0) macro
/titanic_44/usr/src/man/man2/
H A DMakefile206 getpgrp.2 \
332 getpgrp.2 := LINKSRC = getpid.2
/titanic_44/usr/src/cmd/oplhpd/
H A Doplhpd.c93 pgid = getpgrp(); in quit_daemon()
/titanic_44/usr/src/cmd/acpihpd/
H A Dacpihpd.c223 pgid = getpgrp(); in daemon_quit()
/titanic_44/usr/src/ucbcmd/sbcp/
H A Dsyscalls.list105 getpgrp SIMPLE /* 81 = 1, getpgrp */
/titanic_44/usr/src/cmd/priocntl/
H A Dsubr.c182 *idptr = (id_t)getpgrp();
251 itoa((long)getpgrp(), idstr);
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dprogressmeter.c86 return (getpgrp() == tcgetpgrp(STDOUT_FILENO)); in can_output()
/titanic_44/usr/src/lib/libsys/i386/
H A Dlibsys.list44 f 1 getpgrp
/titanic_44/usr/src/lib/libsys/sparc/
H A Dlibsys.list44 f 1 getpgrp
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dnewterm.c94 if (getpid() == getpgrp()) {
/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewterm.c97 if (getpid() == getpgrp()) { in tstp()
/titanic_44/usr/src/cmd/bnu/
H A Dconn.c103 int pgrp = getpgrp();
105 int pgrp = getpgrp(0);
/titanic_44/usr/src/lib/libbc/libc/sys/common/
H A Dsyscall.c436 return (getpgrp()); in syscall()
444 return (getpgrp(i1)); in syscall()

12