Home
last modified time | relevance | path

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

/dragonfly/lib/libc/stdlib/
HDMakefile.inc16 merge.c posix_fadvise.c ptsname.c qsort.c qsort_r.c quick_exit.c \
44 posix_fadvise.3 posix_memalign.3 posix_openpt.3 ptsname.3 \
75 MLINKS+=ptsname.3 grantpt.3 \
76 ptsname.3 unlockpt.3
HDptsname.c80 ptsname(int fd) in ptsname() function
HDSymbol.map58 ptsname;
/dragonfly/gnu/usr.bin/grep/libgreputils/
HDstdlib.h996 # undef ptsname
997 # define ptsname rpl_ptsname
999 _GL_FUNCDECL_RPL (ptsname, char *, (int fd));
1000 _GL_CXXALIAS_RPL (ptsname, char *, (int fd));
1003 _GL_FUNCDECL_SYS (ptsname, char *, (int fd));
1005 _GL_CXXALIAS_SYS (ptsname, char *, (int fd));
1007 _GL_CXXALIASWARN (ptsname);
1009 # undef ptsname
1011 _GL_WARN_ON_USE (ptsname, "ptsname is not portable - "
/dragonfly/lib/libutil/
HDpty.c63 slavename = ptsname(master); in openpty()
/dragonfly/include/
HDstdlib.h235 char *ptsname(int);
/dragonfly/usr.bin/dsynth/
HDbuild.c2424 slavefd = open(ptsname(MasterPtyFd), O_RDWR); in dophase()