Searched refs:dot_name (Results 1 – 3 of 3) sorted by relevance
132 char dot_name[4]; /* must be multiple of 4 */ member147 char dot_name[4]; /* must be multiple of 4 */ member
57 char dot_name[MAXHOSTNAMELEN + 1]; in gethostbyname_dot() local67 sprintf(dot_name, "%s.", name); in gethostbyname_dot()68 return (gethostbyname(dot_name)); in gethostbyname_dot()
466 static const u_char dot_name[11] = ". "; variable524 if (memcmp(cp, dot_name, sizeof(dot_name)) != 0 || in check_subdirectory()