Home
last modified time | relevance | path

Searched refs:cgiCopyTemplateFile (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libcups/cgi-bin/
H A Dtesttemplate.c80 cgiCopyTemplateFile(out, argv[i]); in main()
H A Dcgi.h62 extern void cgiCopyTemplateFile(FILE *out, const char *tmpl);
H A Dtemplate.c31 cgiCopyTemplateFile(FILE *out, /* I - Output file */ in cgiCopyTemplateFile() function