Home
last modified time | relevance | path

Searched refs:jobnum (Results 1 – 14 of 14) sorted by relevance

/freebsd/usr.sbin/lpr/common_source/
H A Dmatchjobs.c212 int jobnum; in parse_jobspec() local
301 jobnum = strtol(numstr, &numstr, 10); in parse_jobspec()
304 if (jobnum < 0) /* a bogus value for this purpose */ in parse_jobspec()
306 if (jobnum > 99999) /* too large for job number */ in parse_jobspec()
308 jsinfo->startnum = jsinfo->endrange = jobnum; in parse_jobspec()
314 jobnum = strtol(numstr, &numstr, 10); in parse_jobspec()
317 if (jobnum < jsinfo->startnum) in parse_jobspec()
319 if (jobnum > 99999) /* too large for job number */ in parse_jobspec()
321 jsinfo->endrange = jobnum; in parse_jobspec()
H A Dcommon.c533 memset(pp->jobnum, 0, sizeof(pp->jobnum)); in trstat_init()
534 pp->jobnum[0] = '0'; in trstat_init()
538 destp = &(pp->jobnum[0]); in trstat_init()
668 pp->tr_timestr, pp->printer, lprhost, pp->jobnum, in trstat_write()
H A Dlp.h89 char jobnum[JOBNUM_SIZE]; member
/freebsd/usr.sbin/lpr/lpc/
H A Dcmds.c1229 register int jobnum, n; in doarg() local
1249 jobnum = 0; in doarg()
1251 jobnum = jobnum * 10 + (*job++ - '0'); in doarg()
1257 if (jobnum != n) in doarg()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/perf/fio/
H A Drandom_reads.fio17 filename_format=file$jobnum
H A Dsequential_reads.fio17 filename_format=file$jobnum
H A Dmkfiles.fio18 filename_format=file$jobnum
H A Drandom_readwrite_fixed.fio18 filename_format=file$jobnum
H A Drandom_writes.fio18 filename_format=file$jobnum
H A Dsequential_writes.fio18 filename_format=file$jobnum
H A Drandom_readwrite.fio18 filename_format=file$jobnum
H A Dsequential_readwrite.fio18 filename_format=file$jobnum
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/perf/
H A Dperf.shlib210 export jobnum='$jobnum'
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dlibtest.shlib2982 "--filename_format='$fname.\$jobnum' >/dev/null"