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()
827 int isdot; in recvf() local830 isdot = 1; in recvf()832 isdot = 0; in recvf()863 (isdot == 1 || mkdir(target, mode) == 0))) { in recvf()