Home
last modified time | relevance | path

Searched refs:dot_name (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/sys/ufs/ufs/
HDdir.h134 char dot_name[4]; /* must be multiple of 4 */ member
149 char dot_name[4]; /* must be multiple of 4 */ member
/freebsd-13-stable/contrib/tcp_wrappers/
HDsocket.c57 char dot_name[MAXHOSTNAMELEN + 1]; in gethostbyname_dot() local
67 sprintf(dot_name, "%s.", name); in gethostbyname_dot()
68 return (gethostbyname(dot_name)); in gethostbyname_dot()
/freebsd-13-stable/sbin/fsck_msdosfs/
HDdir.c453 static const u_char dot_name[11] = ". "; variable
511 if (memcmp(cp, dot_name, sizeof(dot_name)) != 0 || in check_subdirectory()