Searched refs:job_list (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.c50 static void get_job_list(char *printer, struct vlp_job **job_list, argument
59 *job_list = (struct vlp_job *)data.dptr;
65 static void set_job_list(char *printer, struct vlp_job *job_list, argument
72 tdb_store_by_string(tdb, keystr, job_list,
135 struct vlp_job *job_list = NULL; local
162 get_job_list(printer, &job_list, &num_jobs);
165 if (job_list[i].deleted) continue;
166 printf("%d\t%d\t%d\t%ld\t%s\t%s\n", job_list[i].jobid,
167 job_list[i].size,
168 (i == 0 && job_list[
186 struct vlp_job *job_list; local
317 struct vlp_job *job_list; local
346 struct vlp_job *job_list; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dlash.c93 struct jobset *job_list; member in struct:job
117 static void checkjobs(struct jobset *job_list);
159 static struct jobset job_list = { NULL, NULL }; variable in typeref:struct:jobset
194 fg_bg cmd->progs[0], job_list->head, job_list->fg
196 jobs job_list->head
208 job_list becomes child->family->job_list
265 for (job = child->family->job_list->head; job; job = job->next) {
277 for (job = child->family->job_list
[all...]
H A Dhush.c355 struct pipe *job_list; member in struct:globals
402 #define job_list (G.job_list ) macro
836 for (pi = job_list; pi; pi = pi->next) {
848 for (pi = job_list; pi; pi = pi->next) {
912 for (job = job_list; job; job = job->next) {
1442 for (thejob = job_list; thejob; thejob = thejob->next)
1447 if (!job_list) {
1448 thejob = job_list = xmalloc(sizeof(*thejob));
1450 for (thejob = job_list; thejo
[all...]

Completed in 114 milliseconds