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

  /src/lib/libc/stdlib/
pty.c 45 grantpt(int fildes) function in typeref:typename:int
Makefile.inc 51 getenv.3 getopt.3 getopt_long.3 getsubopt.3 grantpt.3 \
  /src/tests/lib/libc/ttyio/
t_ptm.c 148 REQUIRE_ERRNO(grantpt(fdm), -1);
  /src/tests/kernel/
t_pty.c 140 if (grantpt(fd) == -1)
  /src/include/
stdlib.h 204 int grantpt(int);
  /src/tests/lib/libc/sys/
t_poll.c 1004 RL(grantpt(hostfd));
1025 RL(grantpt(hostfd));
  /src/tests/lib/libpthread/
t_cancellation.c 812 RL(grantpt(hostfd));

Completed in 14 milliseconds