Searched refs:ptsname (Results 1 – 19 of 19) sorted by relevance
11 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
106 ptsname(int fildes) in ptsname() function
29 ptsname;
77 if ((line = ptsname(STDIN_FILENO)) == NULL) in main()
71 if ((slave = ptsname (masterfd)) == NULL)
122 if ((slave = ptsname (masterfd)) == NULL)
63 slavename = ptsname(master); in openpty()
99 if ((pts = ptsname(ptm)) == NULL) in openpty_streams()
150 REQUIRE_ERRNO((pty = ptsname(fdm)), NULL); in ATF_TC_BODY()
111 const char *r = ptsname(fd); in use_ptsname()
185 ATF_REQUIRE((ptyname = ptsname(filedesc)) != NULL); in ATF_TC_BODY()
68 child = child_spawn(ptsname(pty)); in run()
231 char *ptsname(int);
126 strlcpy(line, ptsname(master), sizeof(line)); in open_pty()
356 static char *ptsname(int fd) in ptsname() function406 strlcpy(line, ptsname(p), sizeof(Xline)); in getpty()
652 /* Define to 1 if you have the `ptsname' function. */
5008 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);
2662 fun:ptsname=uninstrumented
26506 ptsname \