/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | tcsetpgrp.c | 32 #pragma weak _tcsetpgrp = tcsetpgrp 40 tcsetpgrp(int fd, pid_t pgrp) in tcsetpgrp() function
|
/titanic_50/usr/src/lib/libbc/inc/include/ |
H A D | unistd.h | 150 extern int tcsetpgrp(int, pid_t);
|
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | jobs.c | 158 int tcsetpgrp(int fd,pid_t pgrp) in tcsetpgrp() function 418 tcsetpgrp(JOBTTY,job.mypid); in job_reap() 519 tcsetpgrp(JOBTTY,shp->pid); in job_init() 588 tcsetpgrp(JOBTTY,shp->pid); in job_init() 652 tcsetpgrp(job.fd,job.mypgid); in job_close() 699 tcsetpgrp(job.fd,pw->p_fgrp); in job_set() 710 if(tcsetpgrp(job.fd,job.mypid) !=0) in job_reset()
|
H A D | main.c | 466 tcsetpgrp(job.fd,shp->pid); in exfile()
|
H A D | xec.c | 1550 tcsetpgrp(JOBTTY,shp->pid); in sh_exec() 2464 tcsetpgrp(job.fd,job.curpgid); in _sh_fork() 3108 while(tcsetpgrp(job.fd,job.curpgid)<0 && job.curpgid!=spawnpid) in sh_ntfork() 3263 while(tcsetpgrp(job.fd,job.curpgid)<0 && job.curpgid!=spawnpid) in sh_ntfork()
|
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_tty.h | 34 # undef tcsetpgrp
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_tty.h | 55 # undef tcsetpgrp
|
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_tty.h | 34 # undef tcsetpgrp
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_tty.h | 55 # undef tcsetpgrp
|
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_tty.h | 34 # undef tcsetpgrp
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_tty.h | 55 # undef tcsetpgrp
|
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_tty.h | 34 # undef tcsetpgrp
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_tty.h | 55 # undef tcsetpgrp
|
/titanic_50/usr/src/lib/libshell/common/include/ |
H A D | terminal.h | 60 # undef tcsetpgrp
|
/titanic_50/usr/src/lib/libbc/libc/gen/common/ |
H A D | posix_tty.c | 223 tcsetpgrp(int fd, int grp_id) in tcsetpgrp() function
|
/titanic_50/usr/src/lib/libast/common/features/ |
H A D | tty | 28 # undef tcsetpgrp
|
H A D | sys | 259 extern tcsetpgrp int (int, pid_t)
|
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | tty | 34 # undef tcsetpgrp
|
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | tty | 34 # undef tcsetpgrp
|
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | tty | 34 # undef tcsetpgrp
|
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | tty | 34 # undef tcsetpgrp
|
/titanic_50/usr/src/cmd/sh/ |
H A D | jobs.c | 406 tcsetpgrp(0, new); 690 tcsetpgrp(0, mypid); in makejob()
|
/titanic_50/usr/src/head/ |
H A D | unistd.h | 536 extern int tcsetpgrp(int, pid_t);
|
/titanic_50/usr/src/lib/c_synonyms/ |
H A D | syn_common | 880 tcsetpgrp
|
/titanic_50/usr/src/cmd/su/ |
H A D | su.c | 978 (void) tcsetpgrp(fd, pgid); in audit_logout()
|