Home | History | Annotate | Download | only in c063

Lines Matching defs:DIR

51 #define DIR "dir"
52 #define FILE "dir/utimensat"
54 #define LINK "dir/symlink"
56 #define FILEERR "dir/symlink"
96 RL(mkdir(DIR, 0755));
100 RL(dfd = open(DIR, O_RDONLY, 0));
121 RL(mkdir(DIR, 0755));
125 RL(chdir(DIR));
141 RL(mkdir(DIR, 0755));
155 RL(mkdir(DIR, 0755));
156 RL(dfd = open(DIR, O_RDONLY, 0));
173 RL(mkdir(DIR, 0755));
192 RL(mkdir(DIR, 0755));
210 RL(mkdir(DIR, 0755));
213 RL(dfd = open(DIR, O_RDONLY, 0));
222 RL(statvfs(DIR, &fs)); /* XXX should do lstatvfs(LINK, &fs) */