Searched refs:cgi_copy (Results 1 – 1 of 1) sorted by relevance
/external/libcups/cgi-bin/ |
D | template.c | 19 static void cgi_copy(FILE *out, FILE *in, int element, char term, 62 cgi_copy(out, in, 0, 0, 0); in cgiCopyTemplateFile() 144 cgi_copy(stdout, in, 0, 0, 0); in cgiCopyTemplateLang() 203 cgi_copy(FILE *out, /* I - Output file */ in cgi_copy() function 344 cgi_copy(out, in, i, '}', indent + 2); in cgi_copy() 348 cgi_copy(NULL, in, 0, '}', indent + 2); in cgi_copy() 583 cgi_copy(out, in, element, ':', indent + 2); in cgi_copy() 586 cgi_copy(NULL, in, element, '}', indent + 2); in cgi_copy() 595 cgi_copy(NULL, in, element, ':', indent + 2); in cgi_copy() 598 cgi_copy(out, in, element, '}', indent + 2); in cgi_copy()
|