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

12

/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dbsd-misc.h88 pid_t tcgetpgrp(int);
H A Dbsd-misc.c181 tcgetpgrp(int fd) function
/macosx-10.10/ksh-23/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.10/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.10/Libc-1044.1.2/gen/FreeBSD/
H A Dtermios.c101 tcgetpgrp(fd) function
/macosx-10.10/emacs-93/emacs/src/
H A Dsystty.h258 #define EMACS_GET_TTY_PGRP(fd, pgid) (*(pgid) = tcgetpgrp ((fd)))
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/include/
H A Dterminal.h59 # undef tcgetpgrp macro
/macosx-10.10/rsync-45/rsync/
H A Dprogress.c171 tc_pgrp = tcgetpgrp(STDOUT_FILENO);
/macosx-10.10/sudo-73/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.10/shell_cmds-179/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.10/OpenSSH-189/openssh/
H A Dprogressmeter.c83 return (getpgrp() == tcgetpgrp(STDOUT_FILENO));
/macosx-10.10/ncurses-44/ncurses/ncurses/tty/
H A Dlib_tstp.c159 if (tcgetpgrp(STDIN_FILENO) == getpgrp())
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Djobs.c172 # define tcgetpgrp(a) (ioctl(a, TIOCGPGRP, &_i_)>=0?_i_:-1) macro
547 if(pid==pw->p_fgrp && pid==tcgetpgrp(JOBTTY))
662 while((job.mytgid=tcgetpgrp(JOBTTY)) != job.mypgid)
834 if((pw->p_flag&P_STOPPED) || tcgetpgrp(job.fd) == shp->gd->pid)
847 job_fgrp(pw,tcgetpgrp(job.fd));
1655 if(pw->p_pid == tcgetpgrp(JOBTTY))
H A Djobs.c.orig172 # define tcgetpgrp(a) (ioctl(a, TIOCGPGRP, &_i_)>=0?_i_:-1)
547 if(pid==pw->p_fgrp && pid==tcgetpgrp(JOBTTY))
662 while((job.mytgid=tcgetpgrp(JOBTTY)) != job.mypgid)
834 if((pw->p_flag&P_STOPPED) || tcgetpgrp(job.fd) == shp->gd->pid)
847 job_fgrp(pw,tcgetpgrp(job.fd));
1655 if(pw->p_pid == tcgetpgrp(JOBTTY))
/macosx-10.10/lukemftp-14/tnftp/src/
H A Dprogressbar.c85 return (tcgetpgrp(fileno(ttyout)) == pgrp);
/macosx-10.10/tcsh-65/tcsh/win32/
H A Dntport.h109 #define tcgetpgrp(a) GetCurrentProcessId() macro
/macosx-10.10/Libc-1044.1.2/include/
H A Dunistd.h511 pid_t tcgetpgrp(int);
/macosx-10.10/bash-94.1.2/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.10/gssd-64/
H A Dgssd_util.c486 tpg = tcgetpgrp(ttyfd);

Completed in 345 milliseconds

12