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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/testsuite/printing/
H A Dvlp.c81 int jobnum; local
87 jobnum = tdb_fetch_int(tdb, keystr);
91 if (jobnum == -1) {
92 jobnum = atoi(PRINT_FIRSTJOB);
95 jobnum++;
96 tdb_store_int(tdb, keystr, jobnum);
100 return jobnum;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dlash.c260 int i, jobnum; local
273 if (sscanf(child->argv[1], "%%%d", &jobnum) != 1) {
278 if (job->jobid == jobnum) {
282 bb_error_msg("%s: %d: no such job", child->argv[0], jobnum);
H A Dhush.c829 int i, jobnum; local
844 if (sscanf(argv[1], "%%%d", &jobnum) != 1) {
849 if (pi->jobid == jobnum) {
853 bb_error_msg("%s: %d: no such job", argv[0], jobnum);

Completed in 64 milliseconds