HomeSort by: relevance | last modified time | path
    Searched defs:tcsetpgrp (Results 1 - 5 of 5) sorted by relevancy

  /src/bin/ksh/
jobs.c 60 int tcsetpgrp ARGS((int fd, pid_t grp));
64 tcsetpgrp(fd, grp) function
320 tcsetpgrp(tty_fd, restore_ttypgrp);
380 if (tcsetpgrp(tty_fd, kshpid) < 0) {
382 "j_init: tcsetpgrp() failed: %s",
565 tcsetpgrp(tty_fd, j->pgrp);
569 tcsetpgrp(tty_fd, j->pgrp);
646 tcsetpgrp(tty_fd, j->pgrp);
867 if (ttypgrp_ok && tcsetpgrp(tty_fd, (j->flags & JF_SAVEDTTYPGRP) ? j->saved_ttypgrp : j->pgrp) < 0) {
873 bi_errorf("1st tcsetpgrp(%d, %d) failed: %s"
    [all...]
  /src/bin/sh/
jobs.c 128 static int tcsetpgrp(int fd, pid_t pgrp);
141 tcsetpgrp(int fd, pid_tpgrp) function
218 if (tcsetpgrp(ttyfd, rootpid) == -1)
225 if (tcsetpgrp(ttyfd, initialpgrp) == -1)
271 if (tcsetpgrp(ttyfd, jp->pgrp) == -1) {
617 if (tcsetpgrp(ttyfd, getpid()) == -1)
1460 if (tcsetpgrp(ttyfd, pgrp) == -1)
1537 if (tcsetpgrp(ttyfd, mypgrp) == -1)
  /src/external/gpl3/gdb.old/dist/gdb/
go32-nat.c 2135 tcsetpgrp (int fd, pid_t pgid) function
  /src/external/gpl3/gdb/dist/gdb/
go32-nat.c 2133 tcsetpgrp (int fd, pid_t pgid) function
  /src/lib/libc/include/
namespace.h 752 #define tcsetpgrp _tcsetpgrp macro

Completed in 112 milliseconds