Searched refs:locattr (Results 1 – 2 of 2) sorted by relevance
/external/libcups/cups/ |
D | ppd-localize.c | 60 *locattr; /* Localized attribute */ in ppdLocalize() local 86 if ((locattr = _ppdLocalizedAttr(ppd, "Translation", group->name, in ppdLocalize() 88 strlcpy(group->text, locattr->text, sizeof(group->text)); in ppdLocalize() 92 if ((locattr = _ppdLocalizedAttr(ppd, "Translation", option->keyword, in ppdLocalize() 94 strlcpy(option->text, locattr->text, sizeof(option->text)); in ppdLocalize() 102 locattr = _ppdLocalizedAttr(ppd, option->keyword, choice->choice, in ppdLocalize() 108 locattr = _ppdLocalizedAttr(ppd, ckeyword, "True", ll_CC); in ppdLocalize() 111 if (locattr) in ppdLocalize() 112 strlcpy(choice->text, locattr->text, sizeof(choice->text)); in ppdLocalize() 131 if ((locattr = _ppdLocalizedAttr(ppd, ckeyword, cparam->name, in ppdLocalize() [all …]
|
/external/elfutils/src/ |
D | nm.c | 595 Dwarf_Attribute *locattr = dwarf_attr (die, DW_AT_location, &locattr_mem); in get_var_range() local 596 if (locattr == NULL) in get_var_range() 601 if (dwarf_getlocation (locattr, &loc, &nloc) != 0) in get_var_range()
|