Home | Sort by: relevance | last modified time | path |
/src/libexec/atrun/ | |
atrun.c | 391 int jobno; local in function:main 482 if (sscanf(dirent->d_name, "%c%5x%8lx", &queue, &jobno, |
/src/usr.bin/at/ | |
at.c | 146 int jobno; local in function:nextjob 150 if (fscanf(fid, "%5x", &jobno) == 1) { 152 jobno = (1+jobno) % 0xfffff; /* 2^20 jobs enough? */ 153 (void)fprintf(fid, "%05x\n", jobno); 155 jobno = EOF; 157 return jobno; 159 (void)fprintf(fid, "%05x\n", jobno = 1); 173 int jobno; local in function:writefile 232 if ((jobno = nextjob()) == EOF 433 int jobno; local in function:list_jobs 508 int jobno; local in function:process_jobs [all...] |
/src/bin/sh/ | |
jobs.c | 600 int jobno; local in function:showjobs 624 for (jobno = 1, jp = jobtab ; jobno <= njobs ; jobno++, jp++) { 1119 int jobno = -1; local in function:getjob 1127 jobno = curjob; 1132 jobno = number(name + 1) - 1; 1139 jobno = curjob; 1143 jobno = curjob; 1144 if (jobno != -1 1802 int jobno; local in function:stoppedjobs [all...] |