HomeSort by: relevance | last modified time | path
    Searched defs:dot_name (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/ufs/ext2fs/
ext2fs_dir.h 213 char dot_name[4]; /* must be multiple of 4 */ member in struct:ext2fs_dirtemplate
  /src/sys/ufs/ufs/
dir.h 188 char dot_name[4]; /* must be multiple of 4 */ member in struct:dirtemplate
203 char dot_name[4]; /* must be multiple of 4 */ member in struct:odirtemplate
  /src/external/ibm-public/postfix/dist/src/tls/
tls_client.c 528 char *dot_name = concatenate(".", name, (char *) 0); local
530 if (TLS_ADD1_HOST(ssl, dot_name))
534 TLScontext->namaddr, dot_name);
535 myfree(dot_name);
  /src/external/gpl3/gcc/dist/gcc/
passes.cc 825 char *dot_name, *flag_name, *glob_name;
848 dot_name = concat (".", name, num, NULL);
874 id = dumps->dump_register (dot_name, flag_name, glob_name, dkind,
824 char *dot_name, *flag_name, *glob_name; local
  /src/external/gpl3/gcc.old/dist/gcc/
passes.cc 825 char *dot_name, *flag_name, *glob_name;
848 dot_name = concat (".", name, num, NULL);
874 id = dumps->dump_register (dot_name, flag_name, glob_name, dkind,
824 char *dot_name, *flag_name, *glob_name; local
  /src/sys/ufs/lfs/
lfs.h 385 char dot_name[4]; /* must be multiple of 4 */ member in struct:lfs_dirtemplate32
393 char dot_name[4]; /* must be multiple of 4 */ member in struct:lfs_dirtemplate64
412 char dot_name[4]; /* must be multiple of 4 */
  /src/external/gpl3/binutils/dist/bfd/
elf64-ppc.c 4350 char *dot_name;
4365 dot_name = bfd_alloc (abfd, len + 2);
4366 if (dot_name == NULL)
4368 dot_name[0] = '.';
4369 memcpy (dot_name + 1, name, len + 1);
4370 h = _bfd_elf_archive_symbol_lookup (abfd, info, dot_name);
4371 bfd_release (abfd, dot_name);
4346 char *dot_name; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-ppc.c 4358 char *dot_name;
4373 dot_name = bfd_alloc (abfd, len + 2);
4374 if (dot_name == NULL)
4376 dot_name[0] = '.';
4377 memcpy (dot_name + 1, name, len + 1);
4378 h = _bfd_elf_archive_symbol_lookup (abfd, info, dot_name);
4379 bfd_release (abfd, dot_name);
4354 char *dot_name; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-ppc.c 4357 char *dot_name;
4372 dot_name = bfd_alloc (abfd, len + 2);
4373 if (dot_name == NULL)
4375 dot_name[0] = '.';
4376 memcpy (dot_name + 1, name, len + 1);
4377 h = _bfd_elf_archive_symbol_lookup (abfd, info, dot_name);
4378 bfd_release (abfd, dot_name);
4353 char *dot_name; local
  /src/external/gpl3/gdb/dist/bfd/
elf64-ppc.c 4350 char *dot_name;
4365 dot_name = bfd_alloc (abfd, len + 2);
4366 if (dot_name == NULL)
4368 dot_name[0] = '.';
4369 memcpy (dot_name + 1, name, len + 1);
4370 h = _bfd_elf_archive_symbol_lookup (abfd, info, dot_name);
4371 bfd_release (abfd, dot_name);
4346 char *dot_name; local

Completed in 100 milliseconds