Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/nolibc/
H A Dunistd.h54 int tcsetpgrp(int fd, pid_t pid) in tcsetpgrp() function
/openbmc/openbmc/meta-arm/scripts/
H A Drunfvp106 os.tcsetpgrp(sys.stdin.fileno(), os.getpgrp())
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-shells/zsh/
H A Dzsh_5.8.bb28 --with-tcsetpgrp \
/openbmc/linux/arch/um/drivers/
H A Dchan_user.c188 if (tcsetpgrp(pty_fd, os_getpid()) < 0) { in winch_thread()
/openbmc/u-boot/common/
H A Dcli_hush.c686 tcsetpgrp(shell_terminal, pi->pgrp); in builtin_fg_bg()
1731 tcsetpgrp(2, pi->pgrp);
1890 if (tcsetpgrp(shell_terminal, pi->pgrp) && errno != ENOTTY)
1894 if (tcsetpgrp(shell_terminal, getpgid(0)) && errno != ENOTTY)
3382 tcsetpgrp(shell_terminal, shell_pgrp);