Searched refs:jobid (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/uucp-11/uucp/contrib/
H A Duureroute.perl69 ($jobid, ) = split;
70 ($cfile) = substr ($jobid, length ($jobid) - 5);
85 print "$SMAIL -R $system!$address < $datafile && $UUSTAT -k $jobid\n";
/macosx-10.9.5/cups-372.4/cups/systemv/
H A Dlpmove.c32 static int move_job(http_t *http, const char *src, int jobid,
47 int jobid; /* Job ID */ local
59 jobid = 0;
101 else if (!jobid && !src)
108 jobid = atoi(job + 1);
111 jobid = atoi(argv[i]);
123 if ((!jobid && !src) || !dest)
138 return (move_job(http, src, jobid, dest));
149 int jobid, /* I - Job ID */
173 if (jobid)
147 move_job(http_t *http, const char *src, int jobid, const char *dest) argument
[all...]
H A Dlpstat.c1323 jobid, /* job-id */ local
1422 jobid = 0;
1435 jobid = attr->values[0].integer;
1468 if (dest == NULL || jobid == 0)
1485 snprintf(temp, sizeof(temp), "%s-%d", dest, jobid);
1583 int jobid; /* Job ID of current job */ local
1692 jobid = 0;
1795 jobid = 0;
1809 jobid = jobattr->values[0].integer;
1816 jobid
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/thread/thread/tcl/tpool/
H A Dtpool.tcl337 # jobid Id of the previously posted job.
347 proc tpool::get {tpid jobid} {
351 if {[lindex $jobsdone($jobid) 1] != 0} {
352 eval error [lrange $jobsdone($jobid) 2 end]
355 return [lindex $jobsdone($jobid) 2]
/macosx-10.9.5/cups-372.4/cups/berkeley/
H A Dlpq.c324 int jobid, /* job-id */ local
449 jobid = 0;
464 jobid = attr->values[0].integer;
504 if (jobdest == NULL || jobid == 0)
558 jobuser, rankstr, jobid);
566 rankstr, jobuser, jobpriority, jobid, jobname,
571 rankstr, jobuser, jobid, jobname, 1024.0 * jobsize);
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Djobs.c890 register char *jobid, **jobs=joblist; local
920 else while(jobid = *jobs++)
922 job_string = jobid;
923 if(*jobid==0)
926 if(isalpha(*jobid))
928 r = job_cowalk(fun,arg,jobid);
934 if(*jobid == '%')
935 pw = job_bystring(jobid);
938 int pid = (int)strtol(jobid, (char**)0, 10);
940 jobid
1423 job_byjid(int jobid) argument
1467 register int jobid = 0; local
[all...]
H A Djobs.c.orig890 register char *jobid, **jobs=joblist;
920 else while(jobid = *jobs++)
922 job_string = jobid;
923 if(*jobid==0)
926 if(isalpha(*jobid))
928 r = job_cowalk(fun,arg,jobid);
934 if(*jobid == '%')
935 pw = job_bystring(jobid);
938 int pid = (int)strtol(jobid, (char**)0, 10);
940 jobid
[all...]
H A Dxec.c1425 int no_fork,jobid; local
1495 jobid = job_post(shp,parent,0);
1507 jobid = job_post(shp,parent,0);
1514 parent = sh_ntfork(shp,t,com,&jobid,ntflag);
1516 parent = sh_fork(shp,type,&jobid);
1527 parent = sh_ntfork(shp,t,com,&jobid,ntflag);
1529 parent = sh_fork(shp,type,&jobid);
1531 if((parent = sh_ntfork(shp,t,com,&jobid,ntflag))<=0)
1541 parent = sh_fork(shp,type,&jobid);
1592 sfprintf(sfstderr,"[%d]\t%s\n",jobid,sh_pid2st
2884 _sh_fork(Shell_t *shp,register pid_t parent,int flags,int *jobid) argument
3022 sh_fork(Shell_t *shp,int flags, int *jobid) argument
3542 sh_ntfork(Shell_t *shp,const Shnode_t *t,char *argv[],int *jobid,int flag) argument
[all...]
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dipp.c2943 int jobid; /* Job ID */ local
2983 jobid = attr->values[0].integer;
3006 jobid = atoi(resource + 6);
3013 if ((job = cupsdFindJob(jobid)) == NULL)
3019 send_ipp_status(con, IPP_NOT_FOUND, _("Job #%d does not exist."), jobid);
3035 jobid);
3358 int jobid; /* Job ID */ local
3391 if ((jobid = attr->values[0].integer) == 0)
3420 jobid = job->id;
3435 jobid
5250 int jobid; /* Job ID */ local
5853 int jobid; /* Job ID */ local
5999 int jobid; /* Job ID */ local
7424 int jobid; /* Job ID */ local
7624 int jobid; /* Job ID */ local
8543 int jobid; /* Job ID */ local
8769 int jobid; /* Job ID */ local
9105 int jobid; /* Job ID number */ local
9715 int jobid; /* Job ID */ local
[all...]
H A Dcups-lpd.c1314 int jobid, /* job-id */ local
1457 jobid = 0;
1469 jobid = attr->values[0].integer;
1503 if (!jobdest || !jobid)
1538 printf("%s: %-33.33s [job %d localhost]\n", jobuser, rankstr, jobid);
1543 jobid, jobname, 1024.0 * jobsize);
H A Dcupsfilter.c1202 long jobid, /* Job ID */ local
1220 jobid = strtol(jobptr, (char **)&jobptr, 10);
1227 if (jobid < 1 || jobid > INT_MAX)
1229 _cupsLangPrintf(stderr, _("cupsfilter: Invalid job ID %d."), (int)jobid);
1254 snprintf(uri, sizeof(uri), "ipp://localhost/jobs/%d", (int)jobid);
H A Djob.c493 jobid[255], /* Job ID string */ local
854 sprintf(jobid, "%d", job->id);
857 argv[1] = jobid;
3929 int jobid; /* Job ID */ local
3975 jobid = atoi(value);
3977 if (jobid < 1)
3979 cupsdLogMessage(CUPSD_LOG_ERROR, "Bad job ID %d on line %d.", jobid,
3984 snprintf(jobfile, sizeof(jobfile), "%s/c%05d", RequestRoot, jobid);
3987 snprintf(jobfile, sizeof(jobfile), "%s/c%05d.N", RequestRoot, jobid);
3991 jobid);
[all...]

Completed in 236 milliseconds