Home
last modified time | relevance | path

Searched refs:ptsname (Results 1 – 19 of 19) sorted by relevance

/freebsd/lib/libc/stdlib/
H A DMakefile.inc11 merge.c mergesort_b.c ptsname.c qsort.c qsort_r.c qsort_r_compat.c \
38 lsearch.3 memory.3 ptsname.3 qsort.3 \
62 MLINKS+=ptsname.3 grantpt.3 \
63 ptsname.3 ptsname_r.3 \
64 ptsname.3 unlockpt.3
H A Dptsname.c106 ptsname(int fildes) in ptsname() function
H A DSymbol.map29 ptsname;
/freebsd/libexec/ulog-helper/
H A Dulog-helper.c77 if ((line = ptsname(STDIN_FILENO)) == NULL) in main()
/freebsd/tools/test/stress2/misc/
H A Dposix_openpt.sh71 if ((slave = ptsname (masterfd)) == NULL)
H A Dposix_openpt2.sh122 if ((slave = ptsname (masterfd)) == NULL)
/freebsd/lib/libutil/
H A Dpty.c63 slavename = ptsname(master); in openpty()
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-openpty.c99 if ((pts = ptsname(ptm)) == NULL) in openpty_streams()
/freebsd/contrib/netbsd-tests/lib/libc/ttyio/
H A Dt_ptm.c150 REQUIRE_ERRNO((pty = ptsname(fdm)), NULL); in ATF_TC_BODY()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DPseudoTerminal.cpp111 const char *r = ptsname(fd); in use_ptsname()
/freebsd/tests/sys/audit/
H A Dfile-close.c185 ATF_REQUIRE((ptyname = ptsname(filedesc)) != NULL); in ATF_TC_BODY()
/freebsd/contrib/netbsd-tests/kernel/
H A Dt_pty.c68 child = child_spawn(ptsname(pty)); in run()
/freebsd/include/
H A Dstdlib.h231 char *ptsname(int);
/freebsd/crypto/heimdal/lib/roken/
H A Drkpty.c126 strlcpy(line, ptsname(master), sizeof(line)); in open_pty()
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c356 static char *ptsname(int fd) in ptsname() function
406 strlcpy(line, ptsname(p), sizeof(Xline)); in getpty()
/freebsd/crypto/heimdal/include/
H A Dconfig.h.in652 /* Define to 1 if you have the `ptsname' function. */
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc5008 INTERCEPTOR(char *, ptsname, int fd) {
5010 COMMON_INTERCEPTOR_ENTER(ctx, ptsname, fd);
5011 char *res = REAL(ptsname)(fd);
5016 #define INIT_PTSNAME COMMON_INTERCEPT_FUNCTION(ptsname);
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2662 fun:ptsname=uninstrumented
/freebsd/crypto/heimdal/
H A Dconfigure26506 ptsname \