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

/external/valgrind/main/include/
H A Dpub_tool_libcproc.h76 extern Int VG_(getpgrp) ( void );
/external/libppp/src/
H A Dprompt.c553 if (getpgrp() == prompt_pgrp(p)) {
570 if (getpgrp() == prompt_pgrp(p)) {
H A Dphysical.c365 newsid = tcgetpgrp(p->fd) == getpgrp();
710 tcgetpgrp(p->fd) == getpgrp())
H A Dbundle.c1655 tcgetpgrp(fd[0]) == getpgrp();
/external/openssh/
H A Ddefines.h603 # define getpgrp() getpgrp(0) macro
H A Dprogressmeter.c83 return (getpgrp() == tcgetpgrp(STDOUT_FILENO));
H A Dconfigure10205 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getpgrp requires zero arguments" >&5
10206 $as_echo_n "checking whether getpgrp requires zero arguments... " >&6; }
10217 getpgrp (0);
/external/dropbear/
H A Dprogressmeter.c73 return (getpgrp() == tcgetpgrp(STDOUT_FILENO));
/external/valgrind/main/coregrind/m_coredump/
H A Dcoredump-elf.c239 prs->pr_pgrp = VG_(getpgrp)();
240 prs->pr_sid = VG_(getpgrp)();
/external/linux-tools-perf/
H A Dbuiltin-test.c472 const char *syscall_names[] = { "getsid", "getppid", "getpgrp",
474 pid_t (*syscalls[])(void) = { (void *)getsid, getppid, getpgrp,
/external/valgrind/main/coregrind/
H A Dm_libcproc.c493 Int VG_(getpgrp) ( void ) function
/external/mksh/src/
H A Dmain.c156 kshpgrp = getpgrp();
202 /* do things like getpgrp() et al. */

Completed in 1206 milliseconds