Lines Matching refs:file_no
544 int file_no;
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 + 1 for the control file (-0) */
585 status = lpsched_alloc_files(svc, file_no + 1, &request_id);
662 int file_no;
679 for (file_no = 0; files[file_no] != NULL; file_no++) {
680 if (access(files[file_no], R_OK) < 0) {
683 files[file_no], strerror(errno));
686 if (stat(files[file_no], &statbuf) < 0) {
689 files[file_no], strerror(errno));
695 files[file_no]);
699 if (files[file_no][0] != '/') {
705 files[file_no],
710 if (strlcat(path, files[file_no], sizeof (path))
714 files[file_no]);
719 addlist(&file_list, (char *)files[file_no]);