Home
last modified time | relevance | path

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

12345678910>>...43

/dports/devel/gnulib/gnulib-20140202-stable/doc/posix-functions/
H A Dtcsetpgrp.texi1 @node tcsetpgrp
2 @section @code{tcsetpgrp}
3 @findex tcsetpgrp
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/tcsetpgrp.html}
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/posix-functions/
H A Dtcsetpgrp.texi1 @node tcsetpgrp
2 @section @code{tcsetpgrp}
3 @findex tcsetpgrp
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/tcsetpgrp.ht…
/dports/sysutils/restic/restic-0.12.1/internal/backend/
H A Dforeground_unix.go16 func tcsetpgrp(fd int, pid int) error { func
54 err = tcsetpgrp(int(tty.Fd()), cmd.Process.Pid)
65 err = tcsetpgrp(int(tty.Fd()), prev)
/dports/misc/rump/buildrump.sh-b914579/src/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 tcgetsid.c tcsendbreak.c tcsetattr.c tcsetpgrp.c
9 MAN+= tcgetpgrp.3 tcgetsid.3 tcsendbreak.3 tcsetattr.3 tcsetpgrp.3
/dports/ftp/lftp/lftp-4.9.2/src/
H A Dfg.cc63 tcsetpgrp(0,pg); in Fg()
75 tcsetpgrp(0,old_pgrp); in Bg()
/dports/shells/rc/rc-1.7.4/
H A Dproto.h84 #define tcsetpgrp(fd, pgrp) ioctl((fd), TIOCSPGRP, &(pgrp)) macro
92 #define tcsetpgrp() macro
/dports/devel/gdb/gdb-11.1/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()
/dports/devel/emscripten/emscripten-2.0.3/tests/unistd/
H A Dmisc.out7 tcsetpgrp(good): -1, errno: 28
8 tcsetpgrp(bad): -1, errno: 8
H A Dmisc.c52 printf("tcsetpgrp(good): %d", tcsetpgrp(t, 123)); in main()
55 printf("tcsetpgrp(bad): %d", tcsetpgrp(42, 123)); in main()
/dports/shells/vshnu/vshnu-1.0500/tcsh/
H A Dvshnu.tcsh-6.05.diff18 (void) tcsetpgrp(FSHTTY, tpgrp);
27 (void) tcsetpgrp(FSHTTY, tpgrp);
H A Dvshnu.tcsh-6.16.diff18 (void) tcsetpgrp(FSHTTY, tpgrp);
27 (void) tcsetpgrp(FSHTTY, tpgrp);
/dports/misc/clex/clex-4.6.patch9/src/
H A Dexec.c192 tcsetpgrp(STDIN_FILENO,childpid); in execute()
219 tcsetpgrp(STDIN_FILENO,childpid); in execute()
229 tcsetpgrp(STDIN_FILENO,clex_data.pid); in execute()
254 tcsetpgrp(STDIN_FILENO,childpid); in execute()
H A Dtty.c56 tcsetpgrp(STDIN_FILENO,clex_data.pid); in jc_initialize()
66 tcsetpgrp(STDIN_FILENO,save_pgid); in jc_reset()
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/src/unistd/
H A Dtcsetpgrp.c5 int tcsetpgrp(int fd, pid_t pgrp) in tcsetpgrp() function
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/unistd/
H A Dtcsetpgrp.c5 int tcsetpgrp(int fd, pid_t pgrp) in tcsetpgrp() function
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/src/unistd/
H A Dtcsetpgrp.c5 int tcsetpgrp(int fd, pid_t pgrp) in tcsetpgrp() function
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/unistd/
H A Dtcsetpgrp.c5 int tcsetpgrp(int fd, pid_t pgrp) in tcsetpgrp() function
/dports/lang/zig/zig-0.9.0/lib/libc/musl/src/unistd/
H A Dtcsetpgrp.c5 int tcsetpgrp(int fd, pid_t pgrp) in tcsetpgrp() function
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/src/unistd/
H A Dtcsetpgrp.c5 int tcsetpgrp(int fd, pid_t pgrp) in tcsetpgrp() function
/dports/devel/emscripten/emscripten-2.0.3/system/lib/libc/musl/src/unistd/
H A Dtcsetpgrp.c5 int tcsetpgrp(int fd, pid_t pgrp) in tcsetpgrp() function
/dports/misc/deco/deco39/
H A Drun.c222 tcsetpgrp (2, child_pid); in run()
236 tcsetpgrp (2, main_pid); in run()
/dports/security/ncrack/ncrack-0.7/opensshlib/
H A Dbsd-nextstep.h53 int tcsetpgrp(int, pid_t);
/dports/security/gnome-ssh-askpass/openssh-6.6p1/openbsd-compat/
H A Dbsd-nextstep.h53 int tcsetpgrp(int, pid_t);
/dports/security/pam_ssh_agent_auth/pam_ssh_agent_auth-7ff7858/openbsd-compat/
H A Dbsd-nextstep.h53 int tcsetpgrp(int, pid_t);

12345678910>>...43