Home
last modified time | relevance | path

Searched refs:nullfd (Results 1 – 6 of 6) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/
A Dtst-cputimer1.c28 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 Dtst-cputimer2.c31 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 Dtst-cputimer3.c32 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 Dtst-cpuclock1.c39 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 Dtst-cpuclock2.c49 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.c189 int nullfd = open(_PATH_DEVNULL, mode); in __check_one_fd() local
193 if (nullfd!=fd) in __check_one_fd()

Completed in 10 milliseconds