Searched refs:isdot (Results 1 – 4 of 4) sorted by relevance
33 #define isdot(x) ((x[0] == '.') && (!x[1] || (x[1] == '/'))) macro45 if (isdot(pt)) in canonize()
54 #define isdot(x) ((x[0] == '.') && (!x[1] || (x[1] == '/'))) macro100 if (isdot(pt)) { in z_path_canonize()
441 #define isdot(x) ((x[0] == '.')&&(!x[1]||(x[1] == '/'))) macro453 if (isdot(pt)) in canonize_name()
837 int isdot; local840 isdot = 1;842 isdot = 0;873 (isdot == 1 || mkdir(target, mode) == 0))) {