HomeSort by: relevance | last modified time | path
    Searched defs:appfd (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/lib/libc/sys/
t_poll.c 999 int hostfd, appfd; local in function:pollclosed_ptyapp_setup
1007 RL(appfd = open(pts, O_RDWR|O_NOCTTY));
1009 RL(tcgetattr(appfd, &t));
1011 RL(tcsetattr(appfd, TCSANOW, &t));
1013 *readfdp = appfd;
1020 int hostfd, appfd; local in function:pollclosed_ptyhost_setup
1028 RL(appfd = open(pts, O_RDWR|O_NOCTTY));
1030 RL(tcgetattr(appfd, &t));
1032 RL(tcsetattr(appfd, TCSANOW, &t));
1034 *writefdp = appfd;
    [all...]
  /src/tests/lib/libpthread/
t_cancellation.c 808 int hostfd, appfd; local in function:cancelpoint_tcdrain
815 RL(appfd = open(pts, O_RDWR|O_NOCTTY));
817 RL(tcdrain(appfd));

Completed in 13 milliseconds