Home
last modified time | relevance | path

Searched refs:f1buf (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/hercules/hercules-3.13/
H A Ddasdseq.c57 FORMAT1_DSCB f1buf; // F1 DSCB member
230 FORMAT1_DSCB *f1dscb = &dadsm->f1buf; in fbcopy()
557 dadsm->f1buf.ds1recfm = in parsecmd()
574 dadsm->f1buf.ds1lrecl[0] = lrecl >> 8; // for fbcopy in parsecmd()
575 dadsm->f1buf.ds1lrecl[1] = lrecl - ((lrecl >> 8) << 8); in parsecmd()
594 dadsm->f1buf.ds1noepv = extnum; // for fbcopy in parsecmd()
607 data_dump(&dadsm->f1buf, sizeof(FORMAT1_DSCB)); in parsecmd()
1049 memcpy(f1x, &dadsm->f1buf.ds1ext1, sizeof(DSXTENT) * 3); in dadsm_setup()
1064 pcchhr = (BYTE *)&dadsm->f1buf.ds1ptrds; // @ F1 ptr to F3 in dadsm_setup()
1131 showf1(stderr, &dadsm.f1buf, dadsm.f1ext, copy_verbose); in main()
[all …]
/dports/mail/libmilter/sendmail-8.16.1/sendmail/
H A Ddeliver.c1015 char f1buf[MAXPATHLEN], f2buf[MAXPATHLEN]; local
1024 (void) sm_strlcpy(f1buf, queuename(e, type), sizeof(f1buf));
1032 syserr("!dup_queue_file: can't commit %s", f1buf);
1036 if (link(f1buf, f2buf) < 0)
1040 syserr("sendall: link(%s, %s)", f1buf, f2buf);
1049 if (link(f1buf, f2buf) < 0)
1052 f1buf, f2buf);