Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/manual/unistd/
Dtcgetpgrp.c30 pid = tcgetpgrp(STDIN_FILENO); in tcgetpgrp_handler()
71 result = tcgetpgrp(-1); in tcgetpgrp_0200()
Dtcsetpgrp.c30 pid = tcgetpgrp(STDIN_FILENO); in tcgetpgrp_handler()
Dtest_src_functionalext_supplement_manual_unistd.gni15 "tcgetpgrp",
/third_party/musl/src/unistd/
Dtcgetpgrp.c5 pid_t tcgetpgrp(int fd) in tcgetpgrp() function
/third_party/musl/porting/liteos_a/user/src/unistd/
Dtcgetpgrp.c6 pid_t tcgetpgrp(int fd) in tcgetpgrp() function
/third_party/musl/porting/uniproton/kernel/include/
Dunistd.h100 pid_t tcgetpgrp(int);
/third_party/musl/porting/liteos_m/user/include/
Dunistd.h128 pid_t tcgetpgrp(int);
/third_party/musl/porting/liteos_m/kernel/include/
Dunistd.h100 pid_t tcgetpgrp(int);
/third_party/musl/porting/liteos_a/kernel/include/
Dunistd.h103 pid_t tcgetpgrp(int);
/third_party/musl/ndk_musl_include/
Dunistd.h103 pid_t tcgetpgrp(int);
/third_party/musl/include/
Dunistd.h104 pid_t tcgetpgrp(int);
/third_party/musl/porting/liteos_a/user/include/
Dunistd.h128 pid_t tcgetpgrp(int);
/third_party/musl/porting/linux/user/include/
Dunistd.h104 pid_t tcgetpgrp(int);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dunistd.h100 pid_t tcgetpgrp(int);
/third_party/musl/libc-test/src/api/
Dunistd.c322 {pid_t(*p)(int) = tcgetpgrp;} in f()
/third_party/elfio/tests/elf_examples/
Dls.readelf226 000000619208 004200000007 R_X86_64_JUMP_SLO 0000000000000000 tcgetpgrp + 0
337 66: 0000000000000000 0 FUNC GLOBAL DEFAULT UND tcgetpgrp@GLIBC_2.2.5 (3)
/third_party/mksh/
Djobs.c363 if ((ttypgrp = tcgetpgrp(tty_fd)) < 0) {
1193 (j->saved_ttypgrp = tcgetpgrp(tty_fd)) >= 0)
/third_party/musl/
Dlibc.map.txt1760 tcgetpgrp;
Dmusl_src.gni1530 "src/unistd/tcgetpgrp.c",
/third_party/python/
Dpyconfig.h.in1244 /* Define to 1 if you have the `tcgetpgrp' function. */
Dconfigure.ac3731 sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
Dconfigure11975 sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
/third_party/python/Modules/
Dposixmodule.c9061 pid_t pgid = tcgetpgrp(fd); in os_tcgetpgrp_impl()
/third_party/python/Doc/library/
Dos.rst1484 .. function:: tcgetpgrp(fd)
/third_party/python/Misc/
DHISTORY33960 supports them: setsid(), setpgid(), tcgetpgrp(), tcsetpgrp().