Searched defs:jobid (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Dgtcfile.c34 static char jobid[NAMESIZE]; variable
92 /* set real jobid */
94 (void) strncpy(jobid, BASENAME(csave[0].file, '.'), NAMESIZE);
126 * jobid
133 return(jobid);
H A Duustat.c106 extern char Jobid[]; /* jobid for status or kill option */
1154 char accno[15], jobid[15], system[15], loginame[15], time[20], dest[15]; local
1170 accno,jobid, size, status, grade, jgrade, system, loginame,
1179 DEBUG(9, "COMPLETE: jobid = %s\n", jobid);
1197 printf("%s completed\n",jobid);
1203 printf("%s completed\n", jobid);
1303 char remote[10],device[10], netid[20], jobid[20]; local
1358 jobid, &queuetime, &tat, &size, options, &rst,
1366 DEBUG(9, "READPERF: jobid
[all...]
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Dlpstat.c416 int32_t jobid = 0; local
426 NULL, "job-id", &jobid);
432 NULL, "job-id-requested", &jobid);
453 name, jobid);
458 name, jobid);
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Djobs.c767 register char *jobid, **jobs=joblist; local
794 else while(jobid = *jobs++)
796 job_string = jobid;
797 if(*jobid==0)
799 if(*jobid == '%')
800 pw = job_bystring(jobid);
803 int pid = (int)strtol(jobid, (char**)0, 10);
805 jobid++;
806 while(isdigit(*jobid))
807 jobid
1258 job_byjid(int jobid) argument
1301 register int jobid = 0; local
[all...]
H A Dxec.c1166 int no_fork,jobid; local
1213 parent = sh_ntfork(shp,t,com,&jobid,ntflag);
1215 parent = sh_fork(type,&jobid);
1222 parent = sh_ntfork(shp,t,com,&jobid,ntflag);
1224 parent = sh_fork(type,&jobid);
1226 if((parent = sh_ntfork(shp,t,com,&jobid,ntflag))<=0)
1232 parent = sh_fork(type,&jobid);
1282 sfprintf(sfstderr,"[%d]\t%d\n",jobid,parent);
2372 pid_t _sh_fork(register pid_t parent,int flags,int *jobid) argument
2440 if(jobid)
2502 sh_fork(int flags, int *jobid) argument
2976 sh_ntfork(Shell_t *shp,const Shnode_t *t,char *argv[],int *jobid,int flag) argument
[all...]

Completed in 201 milliseconds