Searched refs:html_putc (Results 1 – 1 of 1) sorted by relevance
/external/libcups/man/ |
D | mantohtml.c | 34 static void html_putc(int ch, FILE *fp); 187 html_putc(*lineptr, outfile); in main() 189 html_putc('_', outfile); in main() 200 html_putc(' ', outfile); in main() 207 html_putc(*lineptr, outfile); in main() 209 html_putc(tolower(*lineptr & 255), outfile); in main() 975 html_putc(*s++, fp); in html_alternate() 978 html_putc(*s++, fp); in html_alternate() 1155 html_putc('\\', fp); in html_fputs() 1158 html_putc(*s++, fp); in html_fputs() [all …]
|