Lines Matching refs:e2d_name
240 dirp->e2d_name[0] == '.') {
265 (void)strlcpy(proto.e2d_name, ".", sizeof(proto.e2d_name));
267 if (fs2h32(dirp->e2d_ino) != 0 && strcmp(dirp->e2d_name, "..") != 0) {
269 dirp->e2d_name);
300 (void)strlcpy(proto.e2d_name, "..", sizeof(proto.e2d_name));
316 strncmp(dirp->e2d_name, "..", 2) == 0) {
330 strncmp(dirp->e2d_name, ".", 1) != 0) {
333 dirp->e2d_name);
358 dirp->e2d_name[0] == '.' &&
367 if (dirp->e2d_name[1] == '.') {