Searched refs:jobnum (Results 1 – 14 of 14) sorted by relevance
/freebsd/usr.sbin/lpr/common_source/ |
H A D | matchjobs.c | 212 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 D | common.c | 533 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 D | lp.h | 89 char jobnum[JOBNUM_SIZE]; member
|
/freebsd/usr.sbin/lpr/lpc/ |
H A D | cmds.c | 1229 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 D | random_reads.fio | 17 filename_format=file$jobnum
|
H A D | sequential_reads.fio | 17 filename_format=file$jobnum
|
H A D | mkfiles.fio | 18 filename_format=file$jobnum
|
H A D | random_readwrite_fixed.fio | 18 filename_format=file$jobnum
|
H A D | random_writes.fio | 18 filename_format=file$jobnum
|
H A D | sequential_writes.fio | 18 filename_format=file$jobnum
|
H A D | random_readwrite.fio | 18 filename_format=file$jobnum
|
H A D | sequential_readwrite.fio | 18 filename_format=file$jobnum
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/perf/ |
H A D | perf.shlib | 210 export jobnum='$jobnum'
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/ |
H A D | libtest.shlib | 2982 "--filename_format='$fname.\$jobnum' >/dev/null"
|