Searched refs:jobname (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/printing/
H A Dprint_generic.c124 pstring jobname; local
142 pstrcpy(jobname, pjob->jobname);
143 pstring_sub(jobname, "'", "_");
151 "%J", jobname,
H A Dprinting.c299 pjob->jobname,
473 if (new_job || !strequal(old_data->jobname, new_data->jobname))
474 notify_job_name(sharename, jobid, new_data->jobname);
479 if (new_job || !strequal(old_data->jobname, new_data->jobname))
480 notify_job_name(sharename, jobid, new_data->jobname);
530 pjob->jobname,
670 fstrcpy(pj.jobname, old_pj ? old_pj->jobname
2200 print_job_start(struct current_user *user, int snum, char *jobname, NT_DEVICEMODE *nt_devmode ) argument
[all...]
H A Dlpq_parse.c738 char jobname[LPRNT_JOBSIZ]; member in struct:__anon1716
776 trim_char(parse_line.jobname, '\0', ' ');
783 fstrcpy(buf->fs_file, parse_line.jobname);
814 char jobname[LPROS2_JOBSIZ]; member in struct:__anon1717
840 trim_char(parse_line.jobname, '\0', ' ');
841 fstrcpy(buf->fs_file, parse_line.jobname);
H A Dprint_cups.c618 (unsigned int)pjob->smbjob, pjob->jobname);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dprinting.h41 fstring jobname; /* the job name given to us by the client */ member in struct:printjob
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/testsuite/printing/
H A Dvlp.c33 fstring jobname; member in struct:vlp_job
171 job_list[i].jobname);
221 printf("Usage: print <printername> <jobname>\n");
232 fstrcat(job.jobname, argv[i]);
234 fstrcat(job.jobname, " ");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex1194 \immediate\openout\auxfile=\jobname.aux
3809 \openout \csname#1indfile\endcsname \jobname.#1 % Open the file
3826 \openout \csname#1indfile\endcsname \jobname.#1
4367 \openin 1 \jobname.#1s
4390 \input \jobname.#1s
5404 \immediate\openout\tocfile = \jobname.toc
5479 % \jobname.toc even if this is redefined.
5481 \def\tocreadfilename{\jobname.toc}
6526 \immediate\openout\macscribble=\jobname.tmp
6529 \input \jobname
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex1219 \immediate\openout\auxfile=\jobname.aux
4049 \openout \csname#1indfile\endcsname \jobname.#1 % Open the file
4066 \openout \csname#1indfile\endcsname \jobname.#1
4609 \openin 1 \jobname.#1s
4632 \input \jobname.#1s
5650 \immediate\openout\tocfile = \jobname.toc
5725 % \jobname.toc even if this is redefined.
5727 \def\tocreadfilename{\jobname.toc}
6765 \immediate\openout\macscribble=\jobname.tmp
6768 \input \jobname
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpc_server/
H A Dsrv_spoolss_nt.c5698 pstring jobname; local
5731 unistr2_to_ascii(jobname, &info_1->docname, sizeof(jobname));
5733 Printer->jobid = print_job_start(&user, snum, jobname, Printer->nt_devmode);

Completed in 115 milliseconds