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

  /src/lib/libc/stdlib/
posix_openpt.c 1 /* $NetBSD: posix_openpt.c,v 1.2 2008/04/28 20:23:00 martin Exp $ */
34 __RCSID("$NetBSD: posix_openpt.c,v 1.2 2008/04/28 20:23:00 martin Exp $");
42 posix_openpt(int oflag) function in typeref:typename:int
Makefile.inc 13 nrand48.c putenv.c qabs.c qdiv.c qsort.c posix_openpt.c pty.c \
57 posix_memalign.3 posix_openpt.3 ptsname.3 \
  /src/tests/lib/libc/ttyio/
t_ptm.c 132 if ((fdm = posix_openpt(O_RDWR|O_NOCTTY)) == -1) {
180 if ((fdm = posix_openpt(O_RDWR|O_NONBLOCK|O_CLOEXEC|O_CLOFORK)) == -1) {
  /src/tests/kernel/
t_pty.c 137 if ((fd = posix_openpt(O_RDWR)) == -1)
  /src/include/
stdlib.h 247 int posix_openpt(int);
  /src/tests/lib/libc/sys/
t_poll.c 1003 RL(hostfd = posix_openpt(O_RDWR|O_NOCTTY));
1024 RL(hostfd = posix_openpt(O_RDWR|O_NOCTTY));
  /src/tests/lib/libpthread/
t_cancellation.c 811 RL(hostfd = posix_openpt(O_RDWR|O_NOCTTY));

Completed in 14 milliseconds