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

/freebsd-11-stable/usr.bin/at/
H A Dat.c185 long jobno; local
189 if (fscanf(fid, "%5lx", &jobno) == 1) {
191 jobno = (1+jobno) % 0xfffff; /* 2^20 jobs enough? */
192 fprintf(fid, "%05lx\n", jobno);
195 jobno = EOF;
197 return jobno;
200 fprintf(fid, "%05lx\n", jobno = 1);
212 long jobno; local
265 if ((jobno
469 long jobno; local
545 long jobno; local
[all...]
/freebsd-11-stable/bin/sh/
H A Djobs.c381 int col, curr, i, jobno, prev, procno, status; local
385 jobno = jp - jobtab + 1;
435 if (jobno == curr && ps == jp->ps)
437 else if (jobno == prev && ps == jp->ps)
442 fmtstr(s, 64, "[%d] %c ", jobno, c);
481 int jobno; local
486 for (jobno = 1, jp = jobtab ; jobno <= njobs ; jobno++, jp++) {
640 int jobno; local
1280 int jobno; local
[all...]
/freebsd-11-stable/libexec/atrun/
H A Datrun.c453 unsigned long jobno; local
543 if (sscanf(dirent->d_name,"%c%5lx%8lx",&queue,&jobno,&ctm) != 3)

Completed in 113 milliseconds