Searched refs:bgrade (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10/uucp-11/uucp/unix/
H A Dfilnam.c88 const char *zlocalname, int bgrade,
335 zsfile_name (btype, zsystem, zlocalname, bgrade, fxqt, ztname, zdname, zxname)
339 int bgrade;
360 sprintf (absimple, "C.%.7s%c%s", zsystem, bgrade, abseq);
362 sprintf (absimple, "C.%c%s", bgrade, abseq);
374 sprintf (absimple, "D.%.7s%c%s", zsystem, bgrade, abseq);
377 sprintf (absimple, "D.%.7s%c%s", zlocalname, bgrade, abseq);
391 zname = zsfind_file (absimple, zsystem, bgrade);
405 sprintf (zdname, "D.%.7s%c%s", zlocalname, bgrade, abseq);
408 sprintf (zxname, "X.%.7s%c%s", zlocalname, bgrade, abse
[all...]
H A Dsplcmd.c41 zsysdep_spool_commands (qsys, bgrade, ccmds, pascmds, pftemp)
43 int bgrade;
60 if (! UUCONF_GRADE_LEGAL (bgrade))
61 ulog (LOG_FATAL, "Bad grade %d", bgrade);
67 ztemp = zsfind_file (abtempfile, qsys->uuconf_zname, bgrade);
152 z = zscmd_file (qsys, bgrade);
178 zjobid = zsfile_to_jobid (qsys, z, bgrade);
H A Dwork.c67 char bgrade;
91 char bgrade;
247 char bgrade;
249 if (fswork_file (qsys->uuconf_zname, qentry->d_name, &bgrade))
272 work directory, so that we can sort them by work grade. The bgrade
281 fsysdep_get_work_init (qsys, bgrade, cmax)
283 int bgrade;
338 || UUCONF_GRADE_CMP (bgrade, qgentry->d_name[0]) < 0)
373 || UUCONF_GRADE_CMP (bgrade, bfilegrade) < 0
396 asSwork_files[cSwork_files].bgrade
65 char bgrade; member in struct:ssfilename
89 char bgrade; member in struct:ssfile
245 char bgrade; local
769 char bgrade; local
[all...]
H A Djobid.c37 zsfile_to_jobid (qsys, zfile, bgrade)
40 int bgrade ATTRIBUTE_UNUSED;
56 zret[clen] = bgrade;
H A Dspool.c190 local system; this is the bgrade argument, which is -1 for a file
195 zsfind_file (zsimple, zsystem, bgrade)
198 int bgrade ATTRIBUTE_UNUSED;
258 if (bgrade < 0 || *zsimple == 'X')
264 abgrade[0] = bgrade;
H A Dstatsb.c135 char bgrade;
145 zfile = zsjobid_to_file (zid, &zsys, &bgrade);
218 ztemp = zsfind_file (s.ztemp, ssys.uuconf_zname, bgrade);
133 char bgrade; local
/macosx-10.10/uucp-11/uucp/lib/
H A Dquote.c80 qnew->bgrade = qorig->bgrade;
H A Dparse.c68 qcmd->bgrade = '\0';
/macosx-10.10/uucp-11/uucp/uuconf/
H A Dhsinfo.c242 char bgrade;
247 bgrade = UUCONF_GRADE_LOW;
251 bgrade = zslash[1];
252 if (! UUCONF_GRADE_LEGAL (bgrade))
253 bgrade = UUCONF_GRADE_LOW;
256 iret = _uuconf_itime_parse (qglobal, z, (long) bgrade,
272 if (bgrade != UUCONF_GRADE_LOW)
240 char bgrade; local
H A Dvsinfo.c195 char bgrade;
200 bgrade = UUCONF_GRADE_LOW;
204 bgrade = zslash[1];
205 if (! UUCONF_GRADE_LEGAL (bgrade))
206 bgrade = UUCONF_GRADE_LOW;
209 iret = _uuconf_itime_parse (qglobal, z, (long) bgrade, cretry,
225 if (bgrade != UUCONF_GRADE_LOW)
194 char bgrade; local
/macosx-10.10/uucp-11/uucp/
H A Dsystem.h302 fsysdep_get_work. The bgrade argument is the minimum grade of
303 execution files that should be considered (e.g. a bgrade of 'd'
309 int bgrade, unsigned int cmax));
312 bgrade and cmax arguments will be the same as for
325 int bgrade, unsigned int cmax,
538 is started up it will transfer these files. The bgrade argument
547 int bgrade, int ccmds,
564 bgrade argument is the grade, and fxqt is TRUE if this file is
571 int bgrade, boolean fxqt,
H A Dtrans.c259 && UUCONF_GRADE_CMP (qtrans->s.bgrade, q->s.bgrade) < 0)
499 int bgrade;
514 bgrade = qdaemon->bgrade;
516 bgrade = (char) ival;
522 bgrade = '\0';
524 bgrade = (char) ival;
544 if (bgrade == '\0')
547 if (! fsysdep_get_work_init (qsys, bgrade, COMMANDS_PER_SCA
489 int bgrade; local
[all...]
H A Dsysdep.h459 bgrade argument is the grade of the file. This is needed for
462 int bgrade));
499 extern char *zscmd_file P((const struct uuconf_system *qsys, int bgrade));
504 int bgrade));
H A Dtrans.h108 char bgrade; member in struct:sdaemon
H A Duucico.c1007 sDaemon.bgrade = '\0';
1375 char bgrade;
1383 bgrade = '\0';
1385 bgrade = (char) ival;
1409 if (bgrade == '\0')
1417 qdaemon->zlocalname, bgrade, bgrade,
1430 if (bgrade == '\0')
1438 qdaemon->zlocalname, iseq, bgrade, bgrade,
1373 char bgrade; local
[all...]
H A Duucp.c858 s.bgrade = bCgrade;
927 s.bgrade = bCgrade;
949 s.bgrade = bCgrade;
1061 s.bgrade = bCgrade;
1138 s.bgrade = bCgrade;
H A Duudefs.h112 char bgrade; member in struct:scmd
H A Duux.c1029 s.bgrade = bXgrade;
1236 s.bgrade = bXgrade;
1582 s.bgrade = bXgrade;
1608 s.bgrade = bXgrade;
H A Dxcmd.c379 ssend.bgrade = BDEFAULT_UUCP_GRADE;
H A Duuxqt.c1589 s.bgrade = BDEFAULT_UUX_GRADE;

Completed in 253 milliseconds