Searched refs:dotdot_name (Results 1 – 5 of 5) sorted by relevance
139 char dotdot_name[4]; /* ditto */ member153 char dotdot_name[4]; /* ditto */ member
1393 if (namlen != 2 || dirbuf.dotdot_name[0] != '.' || in ufs_dir_dd_ino()1394 dirbuf.dotdot_name[1] != '.') in ufs_dir_dd_ino()
467 static const u_char dotdot_name[11] = ".. "; variable530 if (memcmp(cp, dotdot_name, sizeof(dotdot_name)) != 0 || in check_subdirectory()
1240 dirbuf.dotdot_name[0] != '.' || in ext2_checkpath()1241 dirbuf.dotdot_name[1] != '.') { in ext2_checkpath()
1088 dirbuf->dotdot_name[0] != '.' || in ext2_rename()1089 dirbuf->dotdot_name[1] != '.') { in ext2_rename()