Searched refs:nullfd (Results 1 – 4 of 4) sorted by relevance
/rt/ |
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-cpuclock2.c | 54 int nullfd = open ("/dev/null", O_WRONLY); in chew_cpu() local 58 write (nullfd, (char *) buf, sizeof buf); in chew_cpu() 59 close (nullfd); in chew_cpu()
|
Completed in 7 milliseconds