Searched refs:nullfd (Results 1 – 6 of 6) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/ |
A D | tst-cputimer1.c | 28 int nullfd = open ("/dev/null", O_WRONLY); in chew_cpu() local 32 write (nullfd, (char *) buf, sizeof buf); in chew_cpu() 33 close (nullfd); in chew_cpu()
|
A D | tst-cputimer2.c | 31 int nullfd = open ("/dev/null", O_WRONLY); in chew_cpu() local 35 write (nullfd, (char *) buf, sizeof buf); in chew_cpu() 36 close (nullfd); in chew_cpu()
|
A D | tst-cputimer3.c | 32 int nullfd = open ("/dev/null", O_WRONLY); in chew_cpu() local 36 write (nullfd, (char *) buf, sizeof buf); in chew_cpu() 37 close (nullfd); in chew_cpu()
|
A D | tst-cpuclock1.c | 39 int nullfd = open ("/dev/null", O_WRONLY); in chew_cpu() local 43 write (nullfd, (char *) buf, sizeof buf); in chew_cpu() 44 close (nullfd); in chew_cpu()
|
A D | tst-cpuclock2.c | 49 int nullfd = open ("/dev/null", O_WRONLY); in chew_cpu() local 53 write (nullfd, (char *) buf, sizeof buf); in chew_cpu() 54 close (nullfd); in chew_cpu()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/internals/ |
A D | __uClibc_main.c | 189 int nullfd = open(_PATH_DEVNULL, mode); in __check_one_fd() local 193 if (nullfd!=fd) in __check_one_fd()
|
Completed in 7 milliseconds