Home
last modified time | relevance | path

Searched refs:abbrev (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_abbrev.c151 dwarf_get_abbrev_code(Dwarf_Abbrev abbrev, in dwarf_get_abbrev_code() argument
155 if (abbrev == NULL) { in dwarf_get_abbrev_code()
160 *returned_code = abbrev->ab_code; in dwarf_get_abbrev_code()
167 dwarf_get_abbrev_tag(Dwarf_Abbrev abbrev, in dwarf_get_abbrev_tag() argument
170 if (abbrev == NULL) { in dwarf_get_abbrev_tag()
175 *returned_tag = abbrev->ab_tag; in dwarf_get_abbrev_tag()
181 dwarf_get_abbrev_children_flag(Dwarf_Abbrev abbrev, in dwarf_get_abbrev_children_flag() argument
185 if (abbrev == NULL) { in dwarf_get_abbrev_children_flag()
190 *returned_flag = abbrev->ab_has_child; in dwarf_get_abbrev_children_flag()
196 dwarf_get_abbrev_entry(Dwarf_Abbrev abbrev, in dwarf_get_abbrev_entry() argument
[all …]
H A Ddwarf_util.c507 struct Dwarf_Abbrev_List_s *abbrev = 0; in _dwarf_free_abbrev_hash_table_contents() local
511 abbrev = tb->at_head; in _dwarf_free_abbrev_hash_table_contents()
512 for (; abbrev; abbrev = nextabbrev) { in _dwarf_free_abbrev_hash_table_contents()
513 nextabbrev = abbrev->ab_next; in _dwarf_free_abbrev_hash_table_contents()
514 dwarf_dealloc(dbg, abbrev, DW_DLA_ABBREV_LIST); in _dwarf_free_abbrev_hash_table_contents()
H A Dpro_section.c2208 Dwarf_P_Abbrev abbrev, int no_attr) in _dwarf_pro_match_attr() argument
2214 if (attr->ar_attribute == abbrev->abb_attrs[i] && in _dwarf_pro_match_attr()
2215 attr->ar_attribute_form == abbrev->abb_forms[i]) { in _dwarf_pro_match_attr()
/titanic_44/usr/src/cmd/svr4pkg/libinst/
H A Ddockdeps.c76 static char abbrev[128+1]; variable
147 if (strchr(abbrev, '.')) { in dockdeps()
148 progerr(ERR_PKGABRV, abbrev); in dockdeps()
150 (void) snprintf(wabbrev, sizeof (wabbrev), "%s.*", abbrev); in dockdeps()
168 incompat(abbrev, info.name, a_preinstallCheck); in dockdeps()
172 prereq(abbrev, name, a_preinstallCheck); in dockdeps()
176 deponme(abbrev, info.name, a_preinstallCheck); in dockdeps()
314 abbrev[0] = name[0] = type = '\0'; in getaline()
346 (void) sscanf(line, SSCANF_FORMAT, &type, abbrev, name); in getaline()
412 if (strcmp(abbrev, rmpkg)) in ckpreq()
[all …]
/titanic_44/usr/src/cmd/backup/lib/
H A Dgetdate.y623 int abbrev; local
641 abbrev = 1;
643 abbrev = 1;
647 abbrev = 0;
650 if (abbrev) {
/titanic_44/usr/src/cmd/krb5/kadmin/cli/
H A Dgetdate.y746 int abbrev; local
765 abbrev = 1;
767 abbrev = 1;
771 abbrev = 0;
774 if (abbrev) {
/titanic_44/usr/src/lib/krb5/ss/
H A Dss_internal.h52 char **abbrev; /* new tokens to insert */ member