| /src/external/gpl3/gcc/dist/gcc/ |
| collect2-aix.cc | 277 size_t offset, name_length; local 302 name_length = FIELD_SIZE (external_syment, u.xcoff32.u.n_name); 305 name_length); 306 internal->n_name[name_length] = 0;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| collect2-aix.cc | 277 size_t offset, name_length; local 302 name_length = FIELD_SIZE (external_syment, u.xcoff32.u.n_name); 305 name_length); 306 internal->n_name[name_length] = 0;
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| compress.c | 374 name_length(const dns_name_t *name) { function 448 tlength = name_length(&tname);
|
| rdata.c | 183 name_length(const dns_name_t *name); 1444 name_length(const dns_name_t *name) { function
|
| /src/external/gpl3/gcc/dist/libcpp/ |
| pch.cc | 42 unsigned short name_length; member in struct:macrodef_struct 72 s.name_length = NODE_LEN (hn); 78 s.definition_length = s.name_length; 587 if (m.name_length == 0) 610 h = cpp_lookup (r, namebuf, m.name_length); 617 name, m.name_length, namebuf); 632 && m.name_length == sizeof ("__GCC_HAVE_DWARF2_CFI_ASM") - 1 633 && !memcmp (namebuf, "__GCC_HAVE_DWARF2_CFI_ASM", m.name_length)) 639 name, m.name_length, namebuf); 651 name, m.name_length, namebuf, newdefn + m.name_length [all...] |
| /src/external/gpl3/gcc.old/dist/libcpp/ |
| pch.cc | 42 unsigned short name_length; member in struct:macrodef_struct 72 s.name_length = NODE_LEN (hn); 78 s.definition_length = s.name_length; 587 if (m.name_length == 0) 610 h = cpp_lookup (r, namebuf, m.name_length); 617 name, m.name_length, namebuf); 632 && m.name_length == sizeof ("__GCC_HAVE_DWARF2_CFI_ASM") - 1 633 && !memcmp (namebuf, "__GCC_HAVE_DWARF2_CFI_ASM", m.name_length)) 639 name, m.name_length, namebuf); 651 name, m.name_length, namebuf, newdefn + m.name_length [all...] |
| /src/bin/csh/ |
| file.c | 487 size_t name_length, nignored, numitems; local 511 name_length = Strlen(name); 516 if (name_length == 0 && entry[0] == '.' && 533 entry, name_length, ++numitems)) 583 recognize(Char *extended_name, Char *entry, size_t name_length, size_t numitems) 595 if (len == name_length) /* Ambiguous to prefix? */
|
| /src/sys/arch/evbmips/stand/sbmips/common/ |
| cfe_api_int.h | 109 cfe_xint_t name_length; /* size of name buffer */ member in struct:xiocb_envbuf_s
|
| /src/sys/arch/mips/cfe/ |
| cfe_api_int.h | 109 cfe_xint_t name_length; /* size of name buffer */ member in struct:xiocb_envbuf_s
|
| /src/sys/arch/sbmips/stand/common/ |
| cfe_api_int.h | 109 cfe_xint_t name_length; /* size of name buffer */ member in struct:xiocb_envbuf_s
|
| /src/external/apache2/llvm/dist/libcxx/src/filesystem/ |
| posix_compat.h | 458 unsigned short name_offset, name_length; local 461 name_length = symlink.SubstituteNameLength; 464 name_length = symlink.PrintNameLength; 467 if (path_buf_offset + name_offset + name_length > out) { 471 if (name_length / sizeof(wchar_t) > bufsize) { 476 name_length); 477 return name_length / sizeof(wchar_t);
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_write_set_format_pax.c | 762 size_t name_length; local 766 name_length = strlen(oname); 767 name = malloc(name_length + 3); 782 memmove(name + 2, name, name_length + 1);
|
| archive_read_support_format_tar.c | 1883 size_t line_length, value_length, name_length; local 2000 name_length = p - name_start; 2004 archive_strncpy(&attr_name, name_start, name_length); 2142 const char *name, size_t name_length, const char *value, size_t value_length) 2148 if (name_length < 1) 2152 name_decoded = url_decode(name, name_length); 2173 const char *name, size_t name_length, const char *value, size_t value_length) 2175 if (name_length < 1 || name_length > 128) { 2179 char * null_terminated_name = malloc(name_length + 1) [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| minsyms.c | 1357 size_t name_length; 1489 hash_values[idx].name_length = strlen (msym->linkage_name ()); 1505 hash_values[idx].name_length); 1526 hash_values[idx].name_length), 1356 size_t name_length; member in struct:computed_hash_values
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| minsyms.c | 1358 size_t name_length; 1490 hash_values[idx].name_length = strlen (msym->linkage_name ()); 1506 hash_values[idx].name_length); 1527 hash_values[idx].name_length), 1357 size_t name_length; member in struct:computed_hash_values
|
| /src/external/gpl3/binutils/dist/bfd/ |
| coffgen.c | 1007 unsigned int name_length; local 1017 name_length = strlen (name); 1042 if (name_length <= SYMNMLEN && !bfd_coff_force_symnames_in_strings (abfd)) 1070 bfd_put_32 (abfd, (bfd_vma) (name_length + 1), buf); 1072 bfd_put_16 (abfd, (bfd_vma) (name_length + 1), buf); 1084 (bfd_size_type) name_length + 1)) 1091 *debug_string_size_p += name_length + 1 + prefix_len;
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| obj-elf.c | 207 size_t name_length = strlen (s); local 209 if (name_length > strlen (S_GET_NAME (sym))) 211 obstack_grow (¬es, s, name_length + 1);
|
| tc-sh.c | 2514 int name_length = 0; 2522 while (!is_end_of_stmt (name[name_length]) 2523 && !is_whitespace (name[name_length])) 2524 name_length++; 2529 if (strncasecmp (op->name, name, name_length) == 0 2530 && op->name[name_length] == '\0') 2512 int name_length = 0; local
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| coffgen.c | 1007 unsigned int name_length; local 1017 name_length = strlen (name); 1042 if (name_length <= SYMNMLEN && !bfd_coff_force_symnames_in_strings (abfd)) 1070 bfd_put_32 (abfd, (bfd_vma) (name_length + 1), buf); 1072 bfd_put_16 (abfd, (bfd_vma) (name_length + 1), buf); 1084 (bfd_size_type) name_length + 1)) 1091 *debug_string_size_p += name_length + 1 + prefix_len;
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| obj-elf.c | 203 size_t name_length = strlen (s); local 205 if (name_length > strlen (S_GET_NAME (sym))) 207 obstack_grow (¬es, s, name_length + 1);
|
| tc-sh.c | 2514 int name_length = 0; 2522 while (!is_end_of_stmt (name[name_length]) 2523 && !is_whitespace (name[name_length])) 2524 name_length++; 2529 if (strncasecmp (op->name, name, name_length) == 0 2530 && op->name[name_length] == '\0') 2512 int name_length = 0; local
|
| /src/external/gpl3/gdb/dist/bfd/ |
| coffgen.c | 1005 unsigned int name_length; local 1015 name_length = strlen (name); 1040 if (name_length <= SYMNMLEN && !bfd_coff_force_symnames_in_strings (abfd)) 1068 bfd_put_32 (abfd, (bfd_vma) (name_length + 1), buf); 1070 bfd_put_16 (abfd, (bfd_vma) (name_length + 1), buf); 1082 (bfd_size_type) name_length + 1)) 1089 *debug_string_size_p += name_length + 1 + prefix_len;
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| coffgen.c | 1008 unsigned int name_length; local 1018 name_length = strlen (name); 1043 if (name_length <= SYMNMLEN && !bfd_coff_force_symnames_in_strings (abfd)) 1071 bfd_put_32 (abfd, (bfd_vma) (name_length + 1), buf); 1073 bfd_put_16 (abfd, (bfd_vma) (name_length + 1), buf); 1085 (bfd_size_type) name_length + 1)) 1092 *debug_string_size_p += name_length + 1 + prefix_len;
|
| /src/external/mpl/bind/dist/lib/dns/ |
| rdata.c | 176 name_length(const dns_name_t *name); 1628 name_length(const dns_name_t *name) { function
|
| /src/sys/external/bsd/drm2/dist/drm/ |
| drm_edid.c | 4334 int name_length; local 4340 name_length = min(get_monitor_name(edid, buf), bufsize - 1); 4341 memcpy(name, buf, name_length); 4342 name[name_length] = '\0';
|