Searched refs:abbrev (Results 1 - 20 of 20) sorted by relevance

/freebsd-9.3-release/crypto/openssh/
H A Dlogintest.c225 char full[17], strip[9], abbrev[5]; local
229 memset(abbrev, '\0', sizeof(abbrev));
233 line_abbrevname(abbrev, full, sizeof(abbrev)-1);
234 printf("%s: %s, %s, %s\n", line, full, strip, abbrev);
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dclocktypes.c120 return (clk->abbrev);
/freebsd-9.3-release/contrib/binutils/bfd/
H A Ddwarf2.c168 /* The abbrev hash table. */
216 /* This data structure holds the information of an abbrev. */
219 unsigned int number; /* Number identifying abbrev. */
396 /* Lookup an abbrev_info structure in the abbrev hash table. */
402 struct abbrev_info *abbrev; local
405 abbrev = abbrevs[hash_number];
407 while (abbrev)
409 if (abbrev->number == number)
410 return abbrev;
412 abbrev
503 struct abbrev_info *abbrev = abbrevs[i]; local
683 read_attribute(struct attribute *attr, struct attr_abbrev *abbrev, struct comp_unit *unit, bfd_byte *info_ptr) argument
1569 struct abbrev_info *abbrev; local
1679 struct abbrev_info *abbrev; local
1907 struct abbrev_info *abbrev; local
2676 struct abbrev_info *abbrev = abbrevs[i]; local
[all...]
/freebsd-9.3-release/contrib/binutils/binutils/
H A Ddwarf.h50 abbrev = 0, enumerator in enum:dwarf_section_display_enum
H A Ddwarf.c329 abbrev_entry *abbrev; local
331 for (abbrev = first_abbrev; abbrev;)
333 abbrev_entry *next = abbrev->next;
336 for (attr = abbrev->first_attr; attr;)
344 free (abbrev);
345 abbrev = next;
1586 load_debug_section (abbrev, file);
1587 if (debug_displays [abbrev].section.start == NULL)
1590 debug_displays [abbrev]
[all...]
H A Dobjdump.c2114 if (i != info && i != abbrev)
H A Dreadelf.c2785 --debug-dump[=line,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=str,=loc,=Ranges]\n\
3036 { "abbrev", & do_debug_abbrevs },
4173 || (do_debug_abbrevs && streq (name, "abbrev"))
7992 if (i != info && i != abbrev)
/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dlang.h68 char *abbrev; /* two letter language code */ member in struct:__anon4253
H A Dhtml.c215 language_table[language_code].abbrev);
H A Dlang.c574 if (strcmp (lang_arg, language_table[c].abbrev) == 0)
H A Dxml.c95 { "abbrev", 0, 1, 0 },
308 { "abbrev", 0, 1, 0 },
642 xml_insert_element_with_attribute (TEXINFO, START, "lang=\"%s\"", language_table[language_code].abbrev);
644 xml_insert_element_with_attribute (TEXINFO, START, "xml:lang=\"%s\"", language_table[language_code].abbrev);
/freebsd-9.3-release/contrib/gdb/gdb/
H A Ddwarf2read.c317 unsigned int abbrev; member in struct:partial_die_info
327 /* This data structure holds the information of an abbrev. */
330 unsigned int number; /* number identifying abbrev */
348 unsigned int abbrev; /* Abbrev number */ member in struct:die_info
4272 /* loop until we reach an abbrev number of 0 */
4277 /* read in abbrev header */
4312 always properly terminated with an abbrev number of 0.
4327 /* Empty the abbrev table for a new compilation unit. */
4333 struct abbrev_info *abbrev, *next; local
4341 abbrev
4360 struct abbrev_info *abbrev; local
4382 struct abbrev_info *abbrev; local
4525 struct abbrev_info *abbrev; local
4697 read_attribute(struct attribute *attr, struct attr_abbrev *abbrev, bfd *abfd, char *info_ptr, struct dwarf2_cu *cu) argument
7667 struct abbrev_info *abbrev; local
[all...]
H A Dwince.c112 int abbrev; member in struct:opts
1956 if (len >= upload_options[i].abbrev &&
/freebsd-9.3-release/contrib/cvs/lib/
H A Dgetdate.y734 int abbrev;
752 abbrev = 1;
754 abbrev = 1;
758 abbrev = 0;
761 if (abbrev) {
/freebsd-9.3-release/usr.bin/find/
H A Dgetdate.y677 int abbrev;
695 abbrev = 1;
697 abbrev = 1;
701 abbrev = 0;
704 if (abbrev) {
/freebsd-9.3-release/usr.sbin/fifolog/lib/
H A Dgetdate.y666 int abbrev;
684 abbrev = 1;
686 abbrev = 1;
690 abbrev = 0;
693 if (abbrev) {
/freebsd-9.3-release/contrib/ntp/include/
H A Dntp_refclock.h36 const char *abbrev; /* short description */ member in struct:clktype
/freebsd-9.3-release/contrib/libarchive/tar/
H A Dgetdate.c519 size_t abbrev; member in struct:LEXICON
836 size_t abbrev = tp->abbrev; local
837 if (abbrev == 0)
838 abbrev = strlen(tp->name);
839 if (strlen(buff) >= abbrev
/freebsd-9.3-release/contrib/nvi/common/
H A Doptions.c236 typedef struct abbrev { struct
241 static OABBREV const abbrev[] = { variable
1022 if ((ap = bsearch(&atmp, abbrev, sizeof(abbrev) / sizeof(OABBREV) - 1,
/freebsd-9.3-release/contrib/gcc/
H A Ddwarf2out.c5757 fprintf (outfile, " abbrev id: %lu", die->die_abbrev);
6543 dw_die_ref abbrev = abbrev_die_table[abbrev_id];
6548 if (abbrev->die_tag != die->die_tag)
6550 if ((abbrev->die_child != NULL) != (die->die_child != NULL))
6553 if (VEC_length (dw_attr_node, abbrev->die_attr)
6559 abbrev_a = VEC_index (dw_attr_node, abbrev->die_attr, ix);
6910 dw_die_ref abbrev = abbrev_die_table[abbrev_id];
6914 dw2_asm_output_data_uleb128 (abbrev_id, "(abbrev code)");
6915 dw2_asm_output_data_uleb128 (abbrev->die_tag, "(TAG: %s)",
6916 dwarf_tag_name (abbrev
6534 dw_die_ref abbrev = abbrev_die_table[abbrev_id]; local
6899 dw_die_ref abbrev = abbrev_die_table[abbrev_id]; local
[all...]

Completed in 320 milliseconds