Searched refs:dot_name (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/ufs/ufs/
H A Ddir.h132 char dot_name[4]; /* must be multiple of 4 */ member in struct:dirtemplate
147 char dot_name[4]; /* must be multiple of 4 */ member in struct:odirtemplate
/freebsd-11-stable/contrib/tcp_wrappers/
H A Dsocket.c58 char dot_name[MAXHOSTNAMELEN + 1]; local
68 sprintf(dot_name, "%s.", name);
69 return (gethostbyname(dot_name));
/freebsd-11-stable/contrib/binutils/ld/
H A Ddeffilep.y114 %type <id> opt_name opt_equal_name dot_name
149 dot_name opt_equal_name opt_ordinal opt_comma exp_opt_list
229 '=' dot_name { $$ = $2; }
237 dot_name: ID { $$ = $1; } label
238 | dot_name '.' ID
/freebsd-11-stable/contrib/gcc/
H A Dpasses.c310 char *dot_name, *flag_name, *glob_name;
321 dot_name = concat (".", pass->name, num, NULL);
331 pass->static_pass_number = dump_register (dot_name, flag_name, glob_name,
309 char *dot_name, *flag_name, *glob_name; local
/freebsd-11-stable/sbin/fsck_msdosfs/
H A Ddir.c455 static const u_char dot_name[11] = ". "; variable
513 if (memcmp(cp, dot_name, sizeof(dot_name)) != 0 ||
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf64-ppc.c4238 char *dot_name;
4253 dot_name = bfd_alloc (abfd, len + 2);
4254 if (dot_name == NULL)
4256 dot_name[0] = '.';
4257 memcpy (dot_name + 1, name, len + 1);
4258 h = _bfd_elf_archive_symbol_lookup (abfd, info, dot_name);
4259 bfd_release (abfd, dot_name);
4234 char *dot_name; local

Completed in 111 milliseconds