Home
last modified time | relevance | path

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

12

/netbsd/lib/libc/termios/
H A Dtcsetpgrp.c51 __weak_alias(tcsetpgrp,_tcsetpgrp) in __weak_alias() argument
55 tcsetpgrp(int fd, pid_t pgrp) in __weak_alias()
H A DMakefile.inc7 tcgetwinsize.c tcgetsid.c tcsendbreak.c tcsetattr.c tcsetpgrp.c \
11 tcsetpgrp.3
/netbsd/external/gpl3/gdb/dist/gdbserver/
H A Dfork-child.cc38 tcsetpgrp (terminal_fd, old_foreground_pgrp); in restore_old_foreground_pgrp()
106 tcsetpgrp (terminal_fd, pid); in post_fork_inferior()
/netbsd/external/gpl3/gdb.old/dist/gdbserver/
H A Dfork-child.cc38 tcsetpgrp (terminal_fd, old_foreground_pgrp); in restore_old_foreground_pgrp()
106 tcsetpgrp (terminal_fd, pid); in post_fork_inferior()
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dinflow.c370 result = tcsetpgrp (0, getpgid (inf->pid)); in child_terminal_inferior()
372 result = tcsetpgrp (0, tinfo->process_group); in child_terminal_inferior()
488 result = tcsetpgrp (0, our_terminal_info.process_group); in child_terminal_ours_1()
H A Dgo32-nat.c2150 tcsetpgrp (int fd, pid_t pgid) in tcsetpgrp() function
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dinflow.c370 result = tcsetpgrp (0, getpgid (inf->pid)); in child_terminal_inferior()
372 result = tcsetpgrp (0, tinfo->process_group); in child_terminal_inferior()
488 result = tcsetpgrp (0, our_terminal_info.process_group); in child_terminal_ours_1()
H A Dgo32-nat.c2150 tcsetpgrp (int fd, pid_t pgid) in tcsetpgrp() function
/netbsd/bin/ksh/
H A Djobs.c60 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/bin/sh/
H A Djobs.c127 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()
615 if (tcsetpgrp(ttyfd, getpid()) == -1) in showjobs()
1271 if (tcsetpgrp(ttyfd, pgrp) == -1) in forkchild()
1344 if (tcsetpgrp(ttyfd, mypgrp) == -1) in waitforjob()
/netbsd/usr.bin/su/
H A Dsu_pam.c406 (void)tcsetpgrp(STDERR_FILENO, pid); in main()
417 (void)tcsetpgrp(STDERR_FILENO, in main()
426 (void)tcsetpgrp(STDERR_FILENO, getpgid(0)); in main()
/netbsd/tests/lib/libc/termios/
H A Dt_tcsetpgrp.c67 rv = tcsetpgrp(STDIN_FILENO, getpid()); in ATF_TC_BODY()
/netbsd/bin/csh/
H A Derr.c386 (void)tcsetpgrp(FSHTTY, tpgrp); in stderror()
H A Dproc.c304 (void)tcsetpgrp(FSHTTY, tpgrp); in pjwait()
1133 (void)tcsetpgrp(FSHTTY, pp->p_jobid); in pstart()
1375 (void)tcsetpgrp(FSHTTY, pgrp); in pgetty()
H A Dcsh.c578 if (tcsetpgrp(f, shpgrp) == -1) in main()
682 (void)tcsetpgrp(FSHTTY, opgrp); in untty()
H A Dlex.c1387 (void)tcsetpgrp(FSHTTY, tpgrp); in readc()
H A Dfunc.c1352 (void)tcsetpgrp(FSHTTY, shpgrp); in dosuspend()
/netbsd/external/bsd/mdocml/dist/
H A Dtag.c261 (void)tcsetpgrp(tag_files.ofd, tag_files.tcpgid); in tag_unlink()
H A Dmain.c631 (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/include/
H A Dunistd.h142 int tcsetpgrp(int, pid_t);
/netbsd/external/gpl3/gdb/dist/sim/ppc/
H A Dconfig.in258 /* Define to 1 if you have the `tcsetpgrp' function. */
H A Dconfigure.ac656 …ymlink tcgetattr tcsetattr tcsendbreak tcdrain tcflush tcflow tcgetpgrp tcsetpgrp time umask unlin…
/netbsd/external/gpl3/gdb.old/dist/sim/ppc/
H A Dconfig.in258 /* Define to 1 if you have the `tcsetpgrp' function. */
/netbsd/usr.bin/xlint/llib/
H A Dllib-lposix290 int (tcsetpgrp)(int fildes, pid_t pgrpid);
/netbsd/lib/libc/include/
H A Dnamespace.h742 #define tcsetpgrp _tcsetpgrp macro

12