Searched refs:file_no (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Djob.c544 int file_no; local
560 for (file_no = 0; files[file_no] != NULL; file_no++) {
561 if (access(files[file_no], R_OK) < 0) {
564 files[file_no], strerror(errno));
567 if (stat(files[file_no], &statbuf) < 0) {
570 files[file_no], strerror(errno));
576 files[file_no]);
584 /* file_no
662 int file_no; local
[all...]

Completed in 45 milliseconds