Searched refs:tcgetsid (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dtcgetsid.c32 #pragma weak _tcgetsid = tcgetsid
41 tcgetsid(int fd) function
H A Dtcgetpgrp.c44 if (tcgetsid(fd) < 0 || ioctl(fd, TIOCGPGRP, &pgrp) < 0)
H A Dtcsetpgrp.c42 if (tcgetsid(fd) < 0)
/illumos-gate/usr/src/uts/common/sys/
H A Dtermios.h116 extern pid_t tcgetsid(int);
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmchild.c513 if (tcgetsid(0) != getsid(getpid())) {
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com595 tcgetsid.o \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com586 tcgetsid.o \
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile562 tcgetsid.o \
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc1021 /* tcgetsid.c */
1022 pid_t tcgetsid(int fd);
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com629 tcgetsid.o \
/illumos-gate/usr/src/man/man3c/
H A DMakefile460 tcgetsid.3c \

Completed in 114 milliseconds