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

/freebsd-current/usr.bin/at/
H A Dat.c183 long jobno; local
187 if (fscanf(fid, "%5lx", &jobno) == 1) {
189 jobno = (1+jobno) % 0xfffff; /* 2^20 jobs enough? */
190 fprintf(fid, "%05lx\n", jobno);
193 jobno = EOF;
195 return jobno;
198 fprintf(fid, "%05lx\n", jobno = 1);
210 long jobno; local
263 if ((jobno
467 long jobno; local
543 long jobno; local
[all...]
/freebsd-current/bin/sh/
H A Djobs.c374 int col, curr, i, jobno, prev, procno, status; local
378 jobno = jp - jobtab + 1;
428 if (jobno == curr && ps == jp->ps)
430 else if (jobno == prev && ps == jp->ps)
435 fmtstr(s, 64, "[%d] %c ", jobno, c);
474 int jobno; local
479 for (jobno = 1, jp = jobtab ; jobno <= njobs ; jobno++, jp++) {
635 int jobno; local
1282 int jobno; local
[all...]
/freebsd-current/libexec/atrun/
H A Datrun.c451 unsigned long jobno; local
541 if (sscanf(dirent->d_name,"%c%5lx%8lx",&queue,&jobno,&ctm) != 3)

Completed in 89 milliseconds