Home
last modified time | relevance | path

Searched defs:masterfd (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/pty/
Dptem01.c54 int masterfd, slavefd; in test1() local
132 int masterfd, slavefd; in test2() local
213 int masterfd, slavefd; in test3() local
261 int masterfd, slavefd, slavefd2, slavefd3; in test4() local
317 static int masterfd[NUMOPENS]; in test5() local
380 static int masterfd; in test6() local
Dpty01.c73 int masterfd; /* master pty fd */ in test1() local
191 int masterfd; /* master pty fd */ in test2() local
251 int masterfd; /* master pty fd */ in test3() local
268 int masterfd; /* master pty fd */ in test4() local
331 int masterfd; /* master pty fd */ in test5() local
Dhangup01.c86 void parent(int masterfd, int childpid) in parent()
156 int child(int masterfd) in child()
209 int masterfd; /* master pty fd */ in main() local
/third_party/musl/libc-test/src/functionalext/supplement/misc/
Dptsname.c34 int masterfd = open(PTMPATH, O_RDONLY); in ptsname_0100() local