| /netbsd/src/lib/libc/termios/ |
| D | tcsetpgrp.c | 51 __weak_alias(tcsetpgrp,_tcsetpgrp) in __weak_alias() argument 55 tcsetpgrp(int fd, pid_t pgrp) in __weak_alias()
|
| D | Makefile.inc | 7 tcgetwinsize.c tcgetsid.c tcsendbreak.c tcsetattr.c tcsetpgrp.c \ 11 tcsetpgrp.3
|
| /netbsd/src/bin/ksh/ |
| D | jobs.c | 60 int tcsetpgrp ARGS((int fd, pid_t grp)); 64 tcsetpgrp(fd, grp) in tcsetpgrp() function 320 tcsetpgrp(tty_fd, restore_ttypgrp); in j_exit() 380 if (tcsetpgrp(tty_fd, kshpid) < 0) { in j_change() 569 tcsetpgrp(tty_fd, j->pgrp); 867 …if (ttypgrp_ok && tcsetpgrp(tty_fd, (j->flags & JF_SAVEDTTYPGRP) ? j->saved_ttypgrp : j->pgrp) < 0… 894 if (ttypgrp_ok && tcsetpgrp(tty_fd, our_pgrp) < 0) { 1166 if (tcsetpgrp(tty_fd, our_pgrp) < 0) {
|
| /netbsd/src/usr.bin/su/ |
| D | su_pam.c | 406 (void)tcsetpgrp(STDERR_FILENO, pid); in main() 417 (void)tcsetpgrp(STDERR_FILENO, in main() 426 (void)tcsetpgrp(STDERR_FILENO, getpgid(0)); in main()
|
| /netbsd/src/tests/lib/libc/termios/ |
| D | t_tcsetpgrp.c | 67 rv = tcsetpgrp(STDIN_FILENO, getpid()); in ATF_TC_BODY()
|
| /netbsd/src/bin/sh/ |
| D | jobs.c | 127 static int tcsetpgrp(int fd, pid_t pgrp); 140 tcsetpgrp(int fd, pid_tpgrp) in tcsetpgrp() function 217 if (tcsetpgrp(ttyfd, rootpid) == -1) in setjobctl() 224 if (tcsetpgrp(ttyfd, initialpgrp) == -1) in setjobctl() 270 if (tcsetpgrp(ttyfd, jp->pgrp) == -1) { in do_fgcmd() 616 if (tcsetpgrp(ttyfd, getpid()) == -1) in showjobs() 1407 if (tcsetpgrp(ttyfd, pgrp) == -1) in forkchild() 1480 if (tcsetpgrp(ttyfd, mypgrp) == -1) in waitforjob()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | inflow.c | 369 result = tcsetpgrp (0, pgrp); in child_terminal_inferior() 484 result = tcsetpgrp (0, our_terminal_info.process_group); in child_terminal_ours_1()
|
| D | go32-nat.c | 2137 tcsetpgrp (int fd, pid_t pgid) in tcsetpgrp() function
|
| D | ChangeLog-1999 | 4375 * go32-nat.c (tcgetpgrp, tcsetpgrp): New functions.
|
| /netbsd/src/bin/csh/ |
| D | err.c | 386 (void)tcsetpgrp(FSHTTY, tpgrp); in stderror()
|
| D | proc.c | 304 (void)tcsetpgrp(FSHTTY, tpgrp); in pjwait() 1131 (void)tcsetpgrp(FSHTTY, pp->p_jobid); in pstart() 1373 (void)tcsetpgrp(FSHTTY, pgrp); in pgetty()
|
| D | csh.c | 578 if (tcsetpgrp(f, shpgrp) == -1) in main() 682 (void)tcsetpgrp(FSHTTY, opgrp); in untty()
|
| D | lex.c | 1387 (void)tcsetpgrp(FSHTTY, tpgrp); in readc()
|
| D | func.c | 1352 (void)tcsetpgrp(FSHTTY, shpgrp); in dosuspend()
|
| /netbsd/src/external/bsd/mdocml/dist/ |
| D | tag.c | 261 (void)tcsetpgrp(tag_files.ofd, tag_files.tcpgid); in tag_unlink()
|
| D | main.c | 631 (void)tcsetpgrp(tag_files->ofd, in main() 644 (void)tcsetpgrp(tag_files->ofd, pager_pid); in main() 1225 (void)tcsetpgrp(tag_files->ofd, pager_pid); in spawn_pager()
|
| /netbsd/src/include/ |
| D | unistd.h | 142 int tcsetpgrp(int, pid_t);
|
| /netbsd/src/usr.bin/xlint/llib/ |
| D | llib-lposix | 293 int (tcsetpgrp)(int fildes, pid_t pgrpid);
|
| /netbsd/src/lib/libc/include/ |
| D | namespace.h | 752 #define tcsetpgrp _tcsetpgrp macro
|
| /netbsd/src/external/gpl3/gdb/dist/sim/ |
| D | config.h.in | 396 /* Define to 1 if you have the `tcsetpgrp' function. */
|
| D | configure | 3134 as_fn_append ac_func_list " tcsetpgrp"
|
| /netbsd/src/usr.sbin/makemandb/ |
| D | nostem.txt | 4061 tcsetpgrp
|
| /netbsd/src/distrib/sets/lists/comp/ |
| D | mi | 11078 ./usr/share/man/cat3/tcsetpgrp.0 comp-c-catman .cat 19589 ./usr/share/man/html3/tcsetpgrp.html comp-c-htmlman html 28164 ./usr/share/man/man3/tcsetpgrp.3 comp-c-man .man
|