/src/sys/dev/hpc/ |
fontconv.c | 10 char *fontname; variable in typeref:typename:char * 26 fontname = "vt220l"; 47 fontname, width, height, code); 91 fontname, width, height); 92 fprintf(ofp, " \"%s\",\t\t\t/* typeface name */\n", fontname); 102 fontname, width, height); 134 fontname, width, height, code); 150 fontname, width, height, code); 152 width, height, fontname, width, height, code); 163 fontname, width, height) [all...] |
fontconv.c | 10 char *fontname; variable in typeref:typename:char * 26 fontname = "vt220l"; 47 fontname, width, height, code); 91 fontname, width, height); 92 fprintf(ofp, " \"%s\",\t\t\t/* typeface name */\n", fontname); 102 fontname, width, height); 134 fontname, width, height, code); 150 fontname, width, height, code); 152 width, height, fontname, width, height, code); 163 fontname, width, height) [all...] |
fontconv.c | 10 char *fontname; variable in typeref:typename:char * 26 fontname = "vt220l"; 47 fontname, width, height, code); 91 fontname, width, height); 92 fprintf(ofp, " \"%s\",\t\t\t/* typeface name */\n", fontname); 102 fontname, width, height); 134 fontname, width, height, code); 150 fontname, width, height, code); 152 width, height, fontname, width, height, code); 163 fontname, width, height) [all...] |
/src/usr.sbin/rpc.pcnfsd/ |
pcnfsd_misc.c | 195 static char fontname[64]; local in function:mapfont 197 fontname[0] = 0; /* clear it out */ 201 (void) strlcpy(fontname, "Courier", sizeof(fontname)); 204 (void) strlcpy(fontname, "Helvetica", sizeof(fontname)); 207 (void) strlcpy(fontname, "Times", sizeof(fontname)); 210 (void) strlcpy(fontname, "Times-Roman", sizeof(fontname)); [all...] |
pcnfsd_misc.c | 195 static char fontname[64]; local in function:mapfont 197 fontname[0] = 0; /* clear it out */ 201 (void) strlcpy(fontname, "Courier", sizeof(fontname)); 204 (void) strlcpy(fontname, "Helvetica", sizeof(fontname)); 207 (void) strlcpy(fontname, "Times", sizeof(fontname)); 210 (void) strlcpy(fontname, "Times-Roman", sizeof(fontname)); [all...] |
pcnfsd_misc.c | 195 static char fontname[64]; local in function:mapfont 197 fontname[0] = 0; /* clear it out */ 201 (void) strlcpy(fontname, "Courier", sizeof(fontname)); 204 (void) strlcpy(fontname, "Helvetica", sizeof(fontname)); 207 (void) strlcpy(fontname, "Times", sizeof(fontname)); 210 (void) strlcpy(fontname, "Times-Roman", sizeof(fontname)); [all...] |
/src/sys/dev/wscons/ |
wsdisplay_vcons.c | 861 const char *fontname; local in function:vcons_ioctl 864 fontname = font && font->name ? font->name : ""; 865 error = copyoutstr(fontname, gf->gf_name, gf->gf_size, &actual);
|
wsdisplay_vcons.c | 861 const char *fontname; local in function:vcons_ioctl 864 fontname = font && font->name ? font->name : ""; 865 error = copyoutstr(fontname, gf->gf_name, gf->gf_size, &actual);
|
wsdisplay_vcons.c | 861 const char *fontname; local in function:vcons_ioctl 864 fontname = font && font->name ? font->name : ""; 865 error = copyoutstr(fontname, gf->gf_name, gf->gf_size, &actual);
|