Searched refs:pathprog (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/libcups/systemv/ |
H A D | cupstestppd.c | 2326 pathprog[1024]; /* Complete path to program/filter */ in check_filters() local 2406 snprintf(pathprog, sizeof(pathprog), "%s%s", root, program); in check_filters() 2413 snprintf(pathprog, sizeof(pathprog), "%s%s/filter/%s", root, ptr, in check_filters() 2416 snprintf(pathprog, sizeof(pathprog), "%s/%s/filter/%s", root, ptr, in check_filters() 2420 if (stat(pathprog, &fileinfo)) in check_filters() 2427 prefix, "cupsFilter", pathprog); in check_filters() 2442 prefix, "cupsFilter", pathprog); in check_filters() 2448 errors = valid_path("cupsFilter", pathprog, errors, verbose, warn); in check_filters() 2534 snprintf(pathprog, sizeof(pathprog), "%s%s", root, program); in check_filters() 2541 snprintf(pathprog, sizeof(pathprog), "%s%s/filter/%s", root, ptr, in check_filters() [all …]
|