Searched refs:locattr (Results 1 – 2 of 2) sorted by relevance
/external/libcups/cups/ |
D | ppd-localize.c | 49 *locattr; /* Localized attribute */ in ppdLocalize() local 75 if ((locattr = _ppdLocalizedAttr(ppd, "Translation", group->name, in ppdLocalize() 77 strlcpy(group->text, locattr->text, sizeof(group->text)); in ppdLocalize() 81 if ((locattr = _ppdLocalizedAttr(ppd, "Translation", option->keyword, in ppdLocalize() 83 strlcpy(option->text, locattr->text, sizeof(option->text)); in ppdLocalize() 91 locattr = _ppdLocalizedAttr(ppd, option->keyword, choice->choice, in ppdLocalize() 97 locattr = _ppdLocalizedAttr(ppd, ckeyword, "True", ll_CC); in ppdLocalize() 100 if (locattr) in ppdLocalize() 101 strlcpy(choice->text, locattr->text, sizeof(choice->text)); in ppdLocalize() 120 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()
|