Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ufs/
H A Ddir.h132 char dot_name[4]; /* must be multiple of 4 */ member
147 char dot_name[4]; /* must be multiple of 4 */ member
/freebsd/contrib/tcp_wrappers/
H A Dsocket.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/sbin/fsck_msdosfs/
H A Ddir.c466 static const u_char dot_name[11] = ". "; variable
524 if (memcmp(cp, dot_name, sizeof(dot_name)) != 0 || in check_subdirectory()