Searched refs:testdd (Results 1 – 2 of 2) sorted by relevance
54 int testdd = 0; in main() local79 testdd = open(dirpath, O_RDONLY|O_SYNC); in main()80 if (testdd < 0) { in main()86 (void) close(testdd); in main()
53 int testdd = 0; in main() local81 testdd = open(dirpath, O_RDONLY|O_RSYNC|O_SYNC|O_DSYNC); in main()82 if (testdd < 0) { in main()87 (void) close(testdd); in main()