HomeSort by: relevance | last modified time | path
    Searched refs:ptsname (Results 1 - 7 of 7) sorted by relevancy

  /src/lib/libc/stdlib/
pty.c 60 ptsname(int fildes) function in typeref:typename:char *
Makefile.inc 57 posix_memalign.3 posix_openpt.3 ptsname.3 \
90 MLINKS+=ptsname.3 ptsname_r.3
  /src/tests/lib/libc/ttyio/
t_ptm.c 150 REQUIRE_ERRNO((pty = ptsname(fdm)), NULL);
  /src/tests/kernel/
t_pty.c 70 child = child_spawn(ptsname(pty));
  /src/include/
stdlib.h 206 char *ptsname(int);
  /src/tests/lib/libc/sys/
t_poll.c 1006 REQUIRE_LIBC(pts = ptsname(hostfd), NULL);
1027 REQUIRE_LIBC(pts = ptsname(hostfd), NULL);
  /src/tests/lib/libpthread/
t_cancellation.c 814 REQUIRE_LIBC(pts = ptsname(hostfd), NULL);

Completed in 15 milliseconds