Home
last modified time | relevance | path

Searched refs:tcsetpgrp (Results 1 – 25 of 33) sorted by relevance

12

/titanic_50/usr/src/lib/libc/port/gen/
H A Dtcsetpgrp.c32 #pragma weak _tcsetpgrp = tcsetpgrp
40 tcsetpgrp(int fd, pid_t pgrp) in tcsetpgrp() function
/titanic_50/usr/src/lib/libbc/inc/include/
H A Dunistd.h150 extern int tcsetpgrp(int, pid_t);
/titanic_50/usr/src/lib/libshell/common/sh/
H A Djobs.c158 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 Dmain.c466 tcsetpgrp(job.fd,shp->pid); in exfile()
H A Dxec.c1550 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 Dast_tty.h34 # undef tcsetpgrp
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dast_tty.h55 # undef tcsetpgrp
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_tty.h34 # undef tcsetpgrp
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dast_tty.h55 # undef tcsetpgrp
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_tty.h34 # undef tcsetpgrp
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_tty.h55 # undef tcsetpgrp
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_tty.h34 # undef tcsetpgrp
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dast_tty.h55 # undef tcsetpgrp
/titanic_50/usr/src/lib/libshell/common/include/
H A Dterminal.h60 # undef tcsetpgrp
/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Dposix_tty.c223 tcsetpgrp(int fd, int grp_id) in tcsetpgrp() function
/titanic_50/usr/src/lib/libast/common/features/
H A Dtty28 # undef tcsetpgrp
H A Dsys259 extern tcsetpgrp int (int, pid_t)
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dtty34 # undef tcsetpgrp
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dtty34 # undef tcsetpgrp
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dtty34 # undef tcsetpgrp
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dtty34 # undef tcsetpgrp
/titanic_50/usr/src/cmd/sh/
H A Djobs.c406 tcsetpgrp(0, new);
690 tcsetpgrp(0, mypid); in makejob()
/titanic_50/usr/src/head/
H A Dunistd.h536 extern int tcsetpgrp(int, pid_t);
/titanic_50/usr/src/lib/c_synonyms/
H A Dsyn_common880 tcsetpgrp
/titanic_50/usr/src/cmd/su/
H A Dsu.c978 (void) tcsetpgrp(fd, pgid); in audit_logout()

12