Searched defs:test_fd (Results 1 – 9 of 9) sorted by relevance
97 typedef struct test_fd { struct103 } test_fd; argument
43 typedef struct test_fd { struct46 } test_fd; argument
44 static int test_fd; variable
47 int pipe_fds[2], test_fd; in main() local
70 static int test_fd; variable
29 static int test_fd; variable
131 int epfd, i, test_fd; in test() local
975 int test_fd = open("/etc/passwd", O_RDONLY); in get_test_read_fd() local1041 int test_fd = get_test_read_fd(); in test_kernel_write_of_access_disabled_region() local1053 int test_fd = get_test_read_fd(); in test_kernel_write_of_write_disabled_region() local
3595 def test_fd(self): member in TestScandir