Searched refs:null_path (Results 1 – 6 of 6) sorted by relevance
/external/strace/tests-m32/ |
D | ioctl_nbd.c | 47 static const char null_path[] = "/dev/null"; in main() local 49 int fd = open(null_path, O_RDONLY); in main() 51 perror_msg_and_fail("open(\"%s\")", null_path); in main()
|
D | kcmp.c | 79 static const char null_path[] = "/dev/null"; variable 174 fd = open(null_path, O_RDONLY); in main() 176 perror_msg_and_fail("open(\"%s\")", null_path); in main()
|
/external/strace/tests-mx32/ |
D | ioctl_nbd.c | 47 static const char null_path[] = "/dev/null"; in main() local 49 int fd = open(null_path, O_RDONLY); in main() 51 perror_msg_and_fail("open(\"%s\")", null_path); in main()
|
D | kcmp.c | 79 static const char null_path[] = "/dev/null"; variable 174 fd = open(null_path, O_RDONLY); in main() 176 perror_msg_and_fail("open(\"%s\")", null_path); in main()
|
/external/strace/tests/ |
D | ioctl_nbd.c | 47 static const char null_path[] = "/dev/null"; in main() local 49 int fd = open(null_path, O_RDONLY); in main() 51 perror_msg_and_fail("open(\"%s\")", null_path); in main()
|
D | kcmp.c | 79 static const char null_path[] = "/dev/null"; variable 174 fd = open(null_path, O_RDONLY); in main() 176 perror_msg_and_fail("open(\"%s\")", null_path); in main()
|