Searched refs:lowerName (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/libXfont2/dist/src/fontfile/
H A Dfontfile.c148 char lowerName[MAXFONTNAMELEN]; local in function:transfer_values_to_alias
164 CopyISOLatin1Lowered (lowerName, entryname,
166 lowerName[entrynamelength] = '\0';
168 if (FontParseXLFDName(lowerName, &tmpVals,
261 char lowerName[MAXFONTNAMELEN]; local in function:FontFileOpenFont
279 CopyISOLatin1Lowered (lowerName, name, namelen);
280 lowerName[namelen] = '\0';
281 ranges = FontParseRanges(lowerName, &nranges);
282 tmpName.name = lowerName;
284 tmpName.ndashes = FontFileCountDashes (lowerName, namele
694 FontNameRec lowerName; local in function:_FontFileListFonts
847 char lowerName[MAXFONTNAMELEN]; local in function:FontFileListOneFontWithInfo
[all...]
/xsrc/external/mit/libXfont/dist/src/fontfile/
H A Dfontfile.c150 char lowerName[MAXFONTNAMELEN]; local in function:transfer_values_to_alias
166 CopyISOLatin1Lowered (lowerName, entryname,
168 lowerName[entrynamelength] = '\0';
170 if (FontParseXLFDName(lowerName, &tmpVals,
263 char lowerName[MAXFONTNAMELEN]; local in function:FontFileOpenFont
281 CopyISOLatin1Lowered (lowerName, name, namelen);
282 lowerName[namelen] = '\0';
283 ranges = FontParseRanges(lowerName, &nranges);
284 tmpName.name = lowerName;
286 tmpName.ndashes = FontFileCountDashes (lowerName, namele
696 FontNameRec lowerName; local in function:_FontFileListFonts
849 char lowerName[MAXFONTNAMELEN]; local in function:FontFileListOneFontWithInfo
[all...]
/xsrc/external/mit/libXt/dist/src/
H A DConverters.c1795 char lowerName[40]; local in function:XtCvtStringToGravity
1815 if (strlen(s) < sizeof lowerName) {
1816 CopyISOLatin1Lowered(lowerName, s);
1817 q = XrmStringToQuark(lowerName);
/xsrc/external/mit/libXaw/dist/src/
H A DText.c550 char lowerName[6]; local in function:CvtStringToWrapMode
552 XmuNCopyISOLatin1Lowered(lowerName, (char *)fromVal->addr,
553 sizeof(lowerName));
554 q = XrmStringToQuark(lowerName);
614 char lowerName[8]; local in function:CvtStringToJustifyMode
616 XmuNCopyISOLatin1Lowered(lowerName, (char *)fromVal->addr,
617 sizeof(lowerName));
618 q = XrmStringToQuark(lowerName);

Completed in 12 milliseconds