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

/solaris-x11-s12/pkg/
H A Dgenerate_font_metadata.pl126 # %{fullname|cescape} => print the named value with C-style string escapes
128 # %{?fullname{..A..}{..B..}} => if fullname is defined, then print A, else B
129 # []fullname,fullnamelang{..A..} => for each pair of fullname & fullnamelang,
131 my $fc_scan_format = q(--format=%{?fullname{%{[]fullname,fullnamelang{<transform file path="%{file}" -> add info.file.font.name:%{fullnamelang} "%{fullname|cescape}">\n}}}{%{[]family,style{<transform file path="%{file}" -> add info.file.font.name "%{family|cescape} %{style|cescape} %{pixelsize}">\n}}}});
/solaris-x11-s12/open-src/app/xlock/sun-src/
H A Dresource.c383 char fullname[BUFSIZ]; local
387 snprintf(fullname, sizeof(fullname), "%s.%s", parentname, name);
389 if (XrmGetResource(database, fullname, fullclass, &type, &value)) {

Completed in 8 milliseconds