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

/xsrc/external/mit/libX11/dist/src/xlibi18n/
H A DXDefaultOMIF.c346 char **fn_list = NULL, *prop_fname = NULL; local in function:parse_fontname
352 && (prop_fname = get_prop_name(dpy, fs_list))
353 && (font_data = check_charset(font_set, prop_fname))) {
358 font_name = prop_fname;
/xsrc/external/mit/libX11/dist/modules/om/generic/
H A DomGeneric.c630 char **fn_list = NULL, *prop_fname = NULL;
644 else if ((prop_fname = get_prop_name(dpy, fs_list)) == NULL) {
648 else if ((is_match_charset(font_data, prop_fname) != True)) {
649 XFree(prop_fname);
654 font_data->xlfd_name = prop_fname;

Completed in 7 milliseconds