| /trueos/crypto/openssh/ |
| HD | logintest.c | 225 char full[17], strip[9], abbrev[5]; in testLineName() local 229 memset(abbrev, '\0', sizeof(abbrev)); in testLineName() 233 line_abbrevname(abbrev, full, sizeof(abbrev)-1); in testLineName() 234 printf("%s: %s, %s, %s\n", line, full, strip, abbrev); in testLineName()
|
| /trueos/contrib/binutils/bfd/ |
| HD | dwarf2.c | 402 struct abbrev_info *abbrev; in lookup_abbrev() local 405 abbrev = abbrevs[hash_number]; in lookup_abbrev() 407 while (abbrev) in lookup_abbrev() 409 if (abbrev->number == number) in lookup_abbrev() 410 return abbrev; in lookup_abbrev() 412 abbrev = abbrev->next; in lookup_abbrev() 503 struct abbrev_info *abbrev = abbrevs[i]; in read_abbrevs() local 505 while (abbrev) in read_abbrevs() 507 free (abbrev->attrs); in read_abbrevs() 508 abbrev = abbrev->next; in read_abbrevs() [all …]
|
| /trueos/contrib/gdb/gdb/ |
| HD | dwarf2read.c | 317 unsigned int abbrev; member 348 unsigned int abbrev; /* Abbrev number */ member 4333 struct abbrev_info *abbrev, *next; in dwarf2_empty_abbrev_table() local 4341 abbrev = abbrevs[i]; in dwarf2_empty_abbrev_table() 4342 while (abbrev) in dwarf2_empty_abbrev_table() 4344 next = abbrev->next; in dwarf2_empty_abbrev_table() 4345 xfree (abbrev->attrs); in dwarf2_empty_abbrev_table() 4346 xfree (abbrev); in dwarf2_empty_abbrev_table() 4347 abbrev = next; in dwarf2_empty_abbrev_table() 4360 struct abbrev_info *abbrev; in dwarf2_lookup_abbrev() local [all …]
|
| HD | wince.c | 112 int abbrev; member 1956 if (len >= upload_options[i].abbrev && in set_upload_type()
|
| /trueos/usr.sbin/fifolog/lib/ |
| HD | getdate.y | 663 int abbrev; in LookupWord() local 681 abbrev = 1; in LookupWord() 683 abbrev = 1; in LookupWord() 687 abbrev = 0; in LookupWord() 690 if (abbrev) { in LookupWord()
|
| /trueos/usr.bin/find/ |
| HD | getdate.y | 674 int abbrev; in LookupWord() local 692 abbrev = 1; in LookupWord() 694 abbrev = 1; in LookupWord() 698 abbrev = 0; in LookupWord() 701 if (abbrev) { in LookupWord()
|
| /trueos/contrib/binutils/binutils/ |
| HD | dwarf.c | 329 abbrev_entry *abbrev; in free_abbrevs() local 331 for (abbrev = first_abbrev; abbrev;) in free_abbrevs() 333 abbrev_entry *next = abbrev->next; in free_abbrevs() 336 for (attr = abbrev->first_attr; attr;) in free_abbrevs() 344 free (abbrev); in free_abbrevs() 345 abbrev = next; in free_abbrevs() 1586 load_debug_section (abbrev, file); in process_debug_info() 1587 if (debug_displays [abbrev].section.start == NULL) in process_debug_info() 1590 debug_displays [abbrev].section.name); in process_debug_info() 1679 if (compunit.cu_abbrev_offset >= debug_displays [abbrev].section.size) in process_debug_info() [all …]
|
| HD | dwarf.h | 50 abbrev = 0, enumerator
|
| HD | ChangeLog | 641 abbrev offsets.
|
| HD | objdump.c | 2109 if (i != info && i != abbrev) in dump_dwarf_section()
|
| /trueos/contrib/ntp/libntp/ |
| HD | clocktypes.c | 115 return (clk->abbrev); in clockname()
|
| /trueos/contrib/libarchive/libarchive/ |
| HD | archive_getdate.c | 519 size_t abbrev; member 836 size_t abbrev = tp->abbrev; in nexttoken() local 837 if (abbrev == 0) in nexttoken() 838 abbrev = strlen(tp->name); in nexttoken() 839 if (strlen(buff) >= abbrev in nexttoken()
|
| /trueos/contrib/texinfo/makeinfo/ |
| HD | lang.h | 68 char *abbrev; /* two letter language code */ member
|
| HD | lang.c | 571 if (strcmp (lang_arg, language_table[c].abbrev) == 0) in cm_documentlanguage()
|
| HD | html.c | 213 language_table[language_code].abbrev); in html_output_head()
|
| HD | xml.c | 641 …nsert_element_with_attribute (TEXINFO, START, "lang=\"%s\"", language_table[language_code].abbrev); in xml_begin_document() 643 …t_element_with_attribute (TEXINFO, START, "xml:lang=\"%s\"", language_table[language_code].abbrev); in xml_begin_document()
|
| /trueos/contrib/nvi/common/ |
| HD | options.c | 245 typedef struct abbrev { struct 250 static OABBREV const abbrev[] = { argument 1060 if ((ap = bsearch(&atmp, abbrev, sizeof(abbrev) / sizeof(OABBREV) - 1, in opts_search()
|
| /trueos/contrib/nvi/docs/USD.doc/vi.ref/ |
| HD | index.so | 88 abbrev 43
|
| HD | spell.ok | 90 abbrev
|
| /trueos/contrib/ntp/include/ |
| HD | ntp_refclock.h | 66 const char *abbrev; /* short description */ member
|
| /trueos/sys/conf/ |
| HD | newvers.sh | 171 git_b=`$git_cmd rev-parse --abbrev-ref HEAD`
|
| /trueos/contrib/gcc/ |
| HD | dwarf2out.c | 6539 dw_die_ref abbrev = abbrev_die_table[abbrev_id]; in build_abbrev_table() local 6544 if (abbrev->die_tag != die->die_tag) in build_abbrev_table() 6546 if ((abbrev->die_child != NULL) != (die->die_child != NULL)) in build_abbrev_table() 6549 if (VEC_length (dw_attr_node, abbrev->die_attr) in build_abbrev_table() 6555 abbrev_a = VEC_index (dw_attr_node, abbrev->die_attr, ix); in build_abbrev_table() 6904 dw_die_ref abbrev = abbrev_die_table[abbrev_id]; in output_abbrev_section() local 6909 dw2_asm_output_data_uleb128 (abbrev->die_tag, "(TAG: %s)", in output_abbrev_section() 6910 dwarf_tag_name (abbrev->die_tag)); in output_abbrev_section() 6912 if (abbrev->die_child != NULL) in output_abbrev_section() 6917 for (ix = 0; VEC_iterate (dw_attr_node, abbrev->die_attr, ix, a_attr); in output_abbrev_section()
|
| /trueos/contrib/binutils/bfd/po/ |
| HD | bfd.pot | 562 msgid "Dwarf Error: Could not find abbrev number %u." 581 msgid "Dwarf Error: Bad abbrev number: %u."
|
| /trueos/contrib/binutils/binutils/po/ |
| HD | binutils.pot | 1391 "Debug info is corrupted, abbrev offset is invalid (section is %lu bytes)\n" 3393 " --debug-dump[=line,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=str,"
|
| /trueos/contrib/binutils/binutils/doc/ |
| HD | binutils.texi | 3600 …@option{--debug-dump}[=line,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames-interp,=str,=l… 3725 @itemx --debug-dump[=line,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames-interp,=str,=loc,…
|