Searched refs:PatternMatch (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libXfont/dist/src/fontfile/
H A Dfontdir.c279 PatternMatch() procedure is then used to test names in the range for a
363 PatternMatch(char *pat, int patdashes, char *string, int stringdashes) function in typeref:typename:int
382 if (PatternMatch(pat, patdashes, string, stringdashes))
397 if (PatternMatch(pat, patdashes, string, stringdashes))
460 res = PatternMatch(pat->name, private, name->name, name->ndashes);
524 res = PatternMatch(pat->name, private, fname->name.name, fname->name.ndashes);
/xsrc/external/mit/libXfont2/dist/src/fontfile/
H A Dfontdir.c279 PatternMatch() procedure is then used to test names in the range for a
363 PatternMatch(char *pat, int patdashes, char *string, int stringdashes) function in typeref:typename:int
382 if (PatternMatch(pat, patdashes, string, stringdashes))
397 if (PatternMatch(pat, patdashes, string, stringdashes))
460 res = PatternMatch(pat->name, private, name->name, name->ndashes);
524 res = PatternMatch(pat->name, private, fname->name.name, fname->name.ndashes);

Completed in 3 milliseconds