Searched refs:jobptr (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dcupsfilter.c1204 const char *jobptr; /* Pointer into job ID string */ local
1215 if ((jobptr = strrchr(job, '-')) != NULL)
1216 jobptr ++;
1218 jobptr = job;
1220 jobid = strtol(jobptr, (char **)&jobptr, 10);
1222 if (*jobptr == ',')
1223 docnum = strtol(jobptr + 1, NULL, 10);
/macosx-10.9.5/zsh-60/zsh/Src/
H A Djobs.c1914 struct job *jobptr; local
1917 jobptr = oldjobtab;
1921 jobptr = jobtab;
1925 for (job = 0; job <= curmaxjob; job++, jobptr++)
1926 if (job != ignorejob && jobptr->stat) {
1930 !(jobptr->stat & STAT_STOPPED)) ||
1931 (OPT_ISSET(ops,'s') && jobptr->stat & STAT_STOPPED))
1932 printjob(jobptr, lng, 2);

Completed in 132 milliseconds