Home
last modified time | relevance | path

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

/third_party/cups-filters/cupsfilters/
Dpdftoippprinter.c143 char *argv_nt[8]; /* NULL-terminated array of the command in apply_filters() local
250 argv_nt[i] = argv[i]; in apply_filters()
254 argv_nt[5] = calloc(optbuflen, sizeof(char)); in apply_filters()
255 strcpy(argv_nt[5], (const char*)argv[5]); in apply_filters()
256 argv_nt[6] = filename; in apply_filters()
257 argv_nt[7] = NULL; in apply_filters()
282 set_option_in_str(argv_nt[5], optbuflen, "MediaClass", NULL); in apply_filters()
283 set_option_in_str(argv_nt[5], optbuflen, "media-class", "pwg"); in apply_filters()
286 set_option_in_str(argv_nt[5], optbuflen, "page-logging", "on"); in apply_filters()
307 set_option_in_str(argv_nt[5], optbuflen, "MediaClass", NULL); in apply_filters()
[all …]
/third_party/cups-filters/filter/
Dsys5ippprinter.c99 char *argv_nt[8]; /* NULL-terminated array of the command in main() local
209 argv_nt[i] = argv[i]; in main()
213 argv_nt[5] = calloc(optbuflen, sizeof(char)); in main()
214 strcpy(argv_nt[5], (const char*)argv[5]); in main()
215 argv_nt[6] = filename; in main()
216 argv_nt[7] = NULL; in main()
268 set_option_in_str(argv_nt[5], optbuflen, "MediaClass", NULL); in main()
269 set_option_in_str(argv_nt[5], optbuflen, "media-class", "PwgRaster"); in main()
272 set_option_in_str(argv_nt[5], optbuflen, "page-logging", "on"); in main()
294 set_option_in_str(argv_nt[5], optbuflen, "page-logging", "on"); in main()
[all …]
/third_party/cups-filters/backend/
Dimplicitclass.c101 char *argv_nt[8]; in main() local
311 argv_nt[0] = calloc(strlen(printer_uri) + 8, sizeof(char)); in main()
312 strcpy(argv_nt[0], printer_uri); in main()
314 argv_nt[i] = argv[i]; in main()
318 argv_nt[5] = calloc(outbuflen, sizeof(char)); in main()
319 strcpy(argv_nt[5], (const char*)argv[5]); in main()
322 argv_nt[6] = filename; in main()
323 argv_nt[7] = NULL; in main()
324 set_option_in_str(argv_nt[5], outbuflen, "output-format", in main()
326 set_option_in_str(argv_nt[5], outbuflen, "Resolution",resolution); in main()
[all …]