Home
last modified time | relevance | path

Searched refs:Jobid (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/cmd/bnu/
H A Duustat.c106 extern char Jobid[]; /* jobid for status or kill option */
151 Jobid[0] = '\0';
179 (void) strncpy(Jobid, optarg, NAMESIZE);
180 Jobid[NAMESIZE-1] = '\0';
196 (void) strncpy(Jobid, optarg, NAMESIZE);
197 Jobid[NAMESIZE-1] = '\0';
260 DEBUG(9, "Jobid=%s, ", Jobid);
378 && (!EQUALSN(f, Jobid, strlen(Jobid)-5)) )
440 printf(gettext("Can't find Job %s; Not killed\n"), Jobid);
443 printf(gettext("Can't find Job %s; Not rejuvenated\n"), Jobid);
[all …]
H A Duux.c393 STRNCPY(Jobid, BASENAME(cfile, '.'));
443 (void) fprintf(fprx,"%c %s\n", X_JOBID, Jobid);
844 (void) fprintf(fp, "%c %s\n", X_JOBID, Jobid);
936 STRNCPY(Jobid, jid());
937 printf("%s\n", Jobid);
H A Duuxqt.c733 *Jobid ? Jobid : &_Xfile[2], timeStamp(), cmd, buf);
765 gettext("uucp job"), *Jobid ? Jobid : &_Xfile[2], timeStamp(),
870 *incmd = *retaddr = *retuser = *Jobid = NULLCHAR;
985 (void) sscanf(&buf[1], "%14s", Jobid);
H A Dcntrl.c277 *Jobid = '\0'; in cntrl()
293 strncpy(Jobid, BASENAME(Wfile, '/')+2, NAMESIZE); in cntrl()
294 Jobid[NAMESIZE-1] = '\0'; in cntrl()
295 DEBUG(7, "Jobid = %s\n", Jobid); in cntrl()
297 pfFound(Jobid, W_OPTNS, Nstat.t_qtime); in cntrl()
303 acDojob(Jobid, localname, W_USER); in cntrl()
1463 (void) fprintf(Cf, "uucp job: %s (%s) ", Jobid, timeStamp());
H A Duucpdefs.c74 GLOBAL char Jobid[NAMESIZE] = ""; /* Jobid of current C. file */ variable
H A Dlogent.c78 (void) fprintf(_Lf, "%s %s %s ", User, Rmtname, Jobid);
H A Duucp.c435 (void) strncpy(Jobid, jid(), NAMESIZE);
436 printf("%s\n", Jobid);
H A Duucp.h540 EXTERN char Jobid[NAMESIZE]; /* Jobid of current C. file */ variable
/titanic_41/usr/src/cmd/ttymon/
H A Duucp.h476 EXTERN char Jobid[]; /* Jobid of current C. file */ variable