Home | History | Annotate | Download | only in at

Lines Matching defs:jobno

146 	int jobno;
150 if (fscanf(fid, "%5x", &jobno) == 1) {
152 jobno = (1+jobno) % 0xfffff; /* 2^20 jobs enough? */
153 (void)fprintf(fid, "%05x\n", jobno);
155 jobno = EOF;
157 return jobno;
159 (void)fprintf(fid, "%05x\n", jobno = 1);
173 int jobno;
232 if ((jobno = nextjob()) == EOF)
236 "%c%5x%8lx", queue, jobno, (unsigned long) (runtimer/60));
416 "Job %d will be executed using /bin/sh\n", jobno);
433 int jobno;
460 if (sscanf(dirent->d_name, "%c%5x%8lx", &queue, &jobno, &ctm) != 3)
492 jobno);
508 int jobno;
528 if (sscanf(dirent->d_name, "%c%5x%8lx", &queue, &jobno, &ctm) !=3)
532 if (atoi(argv[i]) == jobno) {