Searched refs:tcgetpgrp (Results 1 - 25 of 31) sorted by relevance

12

/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dbsd-misc.h88 pid_t tcgetpgrp(int);
H A Dbsd-misc.c181 tcgetpgrp(int fd) function
/macosx-10.9.5/ksh-20/ksh/src/lib/libcmd/
H A Dpids.c74 if ((tid = tcgetpgrp(fd)) >= 0)
H A Dstty.c892 # define tcgetpgrp(a) (ioctl(a, TIOCGPGRP, &_i_)>=0?_i_:-1) macro
894 # define tcgetpgrp(a) (-1) macro
958 sfprintf(sfstdout, "%d\n", tcgetpgrp(0));
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/include/
H A Dterminal.h59 # undef tcgetpgrp macro
/macosx-10.9.5/tcsh-65/tcsh/
H A Dtc.decls.h165 # undef tcgetpgrp macro
166 # define tcgetpgrp(a) xtcgetpgrp(a) macro
H A Dsh.proc.c1908 * terminal process group are zombies. In this case tcgetpgrp()
1912 if (tcgetpgrp(FSHTTY) != pgrp) {
1950 (int)tcgetpgrp(FSHTTY)));
2001 wanttty, getpid(), mygetpgrp(), tcgetpgrp(FSHTTY)));
H A Dsh.func.c2302 stderror(ERR_SYSTEM, "tcgetpgrp", strerror(errno));
H A Dsh.c2367 if ((pgrp = tcgetpgrp(fd)) == -1)
H A Dsh.lex.c1455 (ctpgrp = tcgetpgrp(FSHTTY)) != -1 &&
/macosx-10.9.5/Libc-997.90.3/gen/FreeBSD/
H A Dtermios.c101 tcgetpgrp(fd) function
/macosx-10.9.5/emacs-92/emacs/src/
H A Dsystty.h258 #define EMACS_GET_TTY_PGRP(fd, pgid) (*(pgid) = tcgetpgrp ((fd)))
/macosx-10.9.5/rsync-42/rsync/
H A Dprogress.c171 tc_pgrp = tcgetpgrp(STDOUT_FILENO);
/macosx-10.9.5/sudo-72/src/
H A Dexec_pty.c139 foreground = tcgetpgrp(io_fds[SFD_USERTTY]) == ppgrp;
446 foreground = tcgetpgrp(io_fds[SFD_USERTTY]) == ppgrp;
745 pid = tcgetpgrp(io_fds[SFD_SLAVE]);
1105 while (tcgetpgrp(io_fds[SFD_SLAVE]) != self)
1145 if ((pgrp = tcgetpgrp(dst)) != -1)
H A Dexec.c602 if ((saved_pgrp = tcgetpgrp(fd)) == ppgrp)
/macosx-10.9.5/shell_cmds-175/su/
H A Dsu.c506 if (tcgetpgrp(STDERR_FILENO) == getpgrp())
513 if (tcgetpgrp(STDERR_FILENO) == child_pgrp)
516 if (tcgetpgrp(STDERR_FILENO) == getpgrp()) {
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dprogressmeter.c83 return (getpgrp() == tcgetpgrp(STDOUT_FILENO));
/macosx-10.9.5/ncurses-42/ncurses/ncurses/tty/
H A Dlib_tstp.c159 if (tcgetpgrp(STDIN_FILENO) == getpgrp())
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Djobs.c156 # define tcgetpgrp(a) (ioctl(a, TIOCGPGRP, &_i_)>=0?_i_:-1) macro
528 if(pid==pw->p_fgrp && pid==tcgetpgrp(JOBTTY))
642 while((job.mytgid=tcgetpgrp(JOBTTY)) != job.mypgid)
814 if((pw->p_flag&P_STOPPED) || tcgetpgrp(job.fd) == shp->gd->pid)
825 job_fgrp(pw,tcgetpgrp(job.fd));
1632 if(pw->p_pid == tcgetpgrp(JOBTTY))
H A Djobs.c.orig156 # define tcgetpgrp(a) (ioctl(a, TIOCGPGRP, &_i_)>=0?_i_:-1)
528 if(pid==pw->p_fgrp && pid==tcgetpgrp(JOBTTY))
642 while((job.mytgid=tcgetpgrp(JOBTTY)) != job.mypgid)
814 if((pw->p_flag&P_STOPPED) || tcgetpgrp(job.fd) == shp->gd->pid)
825 job_fgrp(pw,tcgetpgrp(job.fd));
1632 if(pw->p_pid == tcgetpgrp(JOBTTY))
/macosx-10.9.5/lukemftp-13.92.1/tnftp/src/
H A Dprogressbar.c85 return (tcgetpgrp(fileno(ttyout)) == pgrp);
/macosx-10.9.5/tcsh-65/tcsh/win32/
H A Dntport.h109 #define tcgetpgrp(a) GetCurrentProcessId() macro
/macosx-10.9.5/Libc-997.90.3/include/
H A Dunistd.h511 pid_t tcgetpgrp(int);
/macosx-10.9.5/bash-92/bash-3.2/
H A Djobs.c331 tcgetpgrp (fd) function
3538 while ((terminal_pgrp = tcgetpgrp (shell_tty)) != -1)
3616 itrace("tcgetpgrp(%d) -> %ld, getpgid(0) -> %ld",
3617 shell_tty, (long)tcgetpgrp (shell_tty), (long)getpgid(0));
/macosx-10.9.5/gssd-62/
H A Dgssd_util.c466 tpg = tcgetpgrp(ttyfd);

Completed in 499 milliseconds

12