Searched refs:ptsname (Results 1 – 20 of 20) sorted by relevance
| /freebsd/lib/libc/stdlib/ |
| H A D | Makefile.inc | 42 ptsname.c \ 95 lsearch.3 memalignment.3 memory.3 ptsname.3 qsort.3 \ 125 MLINKS+=ptsname.3 grantpt.3 \ 126 ptsname.3 ptsname_r.3 \ 127 ptsname.3 unlockpt.3
|
| H A D | ptsname.c | 106 ptsname(int fildes) in ptsname() function
|
| H A D | Symbol.map | 29 ptsname;
|
| /freebsd/tests/sys/kern/tty/ |
| H A D | tiocnotty.c | 41 slave = open(ptsname(master), O_RDWR | O_NOCTTY); in main() 65 slave = open(ptsname(master), O_RDWR | O_NOCTTY); in main()
|
| /freebsd/libexec/ulog-helper/ |
| H A D | ulog-helper.c | 77 if ((line = ptsname(STDIN_FILENO)) == NULL) in main()
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | posix_openpt.sh | 71 if ((slave = ptsname (masterfd)) == NULL)
|
| H A D | posix_openpt2.sh | 122 if ((slave = ptsname (masterfd)) == NULL)
|
| /freebsd/lib/libutil/ |
| H A D | pty.c | 63 slavename = ptsname(master); in openpty()
|
| /freebsd/crypto/openssh/openbsd-compat/ |
| H A D | bsd-openpty.c | 96 if ((pts = ptsname(ptm)) == NULL) in openpty_streams()
|
| /freebsd/contrib/netbsd-tests/lib/libc/ttyio/ |
| H A D | t_ptm.c | 150 REQUIRE_ERRNO((pty = ptsname(fdm)), NULL); in ATF_TC_BODY()
|
| /freebsd/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | PseudoTerminal.cpp | 107 const char *r = ptsname(fd); in use_ptsname()
|
| /freebsd/tests/sys/audit/ |
| H A D | file-close.c | 185 ATF_REQUIRE((ptyname = ptsname(filedesc)) != NULL); in ATF_TC_BODY()
|
| /freebsd/include/ |
| H A D | stdlib.h | 242 char *ptsname(int);
|
| /freebsd/contrib/netbsd-tests/kernel/ |
| H A D | t_pty.c | 68 child = child_spawn(ptsname(pty)); in run()
|
| /freebsd/crypto/heimdal/lib/roken/ |
| H A D | rkpty.c | 126 strlcpy(line, ptsname(master), sizeof(line)); in open_pty()
|
| /freebsd/crypto/heimdal/appl/telnet/telnetd/ |
| H A D | sys_term.c | 356 static char *ptsname(int fd) in ptsname() function 406 strlcpy(line, ptsname(p), sizeof(Xline)); in getpty()
|
| /freebsd/crypto/heimdal/include/ |
| H A D | config.h.in | 652 /* Define to 1 if you have the `ptsname' function. */
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 5169 INTERCEPTOR(char *, ptsname, int fd) { 5171 COMMON_INTERCEPTOR_ENTER(ctx, ptsname, fd); 5172 char *res = REAL(ptsname)(fd); 5177 #define INIT_PTSNAME COMMON_INTERCEPT_FUNCTION(ptsname);
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2662 fun:ptsname=uninstrumented
|
| /freebsd/crypto/heimdal/ |
| H A D | configure | 26506 ptsname \
|