Searched refs:boundary (Results 1 - 10 of 10) sorted by relevance

/ast/src/cmd/mailx/
H A Dcollect.c299 * Generate multipart boundary.
302 boundary(void) function
306 state.part.out.boundlen = sfsprintf(state.part.out.boundary, sizeof(state.part.out.boundary), "=_=_=_=_=%s==%04X==%08X==", state.var.user, getpid(), time(NiL));
320 boundary();
321 fprintf(fp, "\n--%s\n", state.part.out.boundary);
603 fprintf(state.collect.fp, "--%s--\n\n", state.part.out.boundary);
760 if (s[0] == '-' && s[1] == '-' && !strncmp(s + 2, state.part.out.boundary, state.part.out.boundlen)) {
779 fprintf(fp, "\n--%s--\n\n", state.part.out.boundary);
H A Dhead.c119 "boundary", CONTENT_boundary,
151 bp->next = state.part.in.boundary;
152 state.part.in.boundary = bp;
153 note(DEBUG, "content boundary=`%s'", bp->data);
244 while (bp = state.part.in.boundary) {
245 state.part.in.boundary = bp->next;
431 if (!state.part.in.boundary)
439 if (state.part.in.boundary && (pp->length == (state.part.in.boundary->size + 3) || pp->length == (state.part.in.boundary
[all...]
H A Dsend.c267 boundary();
268 note(DEBUG, "interpolate boundary=%s offset=%ld size=%ld", state.part.out.boundary, (long)ap->raw.offset, (long)ap->raw.size);
269 fprintf(op, "\n--%s\n", state.part.out.boundary);
638 fprintf(fp, "Content-Type: multipart/mixed; boundary=\"%s\"\n", state.part.out.boundary);
H A Dmailx.h759 struct bound* boundary; member in struct:__anon136::state_part::__anon144
765 char boundary[HEADSIZE]; member in struct:__anon136::state_part::__anon145
902 extern void boundary(void);
/ast/src/cmd/3d/
H A Ddir3d.c99 dirp->boundary = state.boundary;
220 if (dirp->overlay && (!dirp->boundary || dp->d_name[0] != '.' || dp->d_name[1]))
352 if (dirp->overlay && (!dirp->boundary || dp->d_name[0] != '.' || dp->d_name[1]))
H A Ddir_3d.h208 int boundary; /* return . at each view level */ member in struct:__anon17
H A D3d.h461 int boundary; member in struct:__anon7
H A Dinit.c631 n = sfsprintf(buf, 0, "- /#%s/%sboundary ", fs->special, state.boundary ? state.null : "no");
935 bprintf(&b, e, " boundary %s\n", state.boundary ? "on" : "off");
1100 state.boundary = strtol(state.key.value, NiL, 0) > 0;
/ast/src/cmd/pax/
H A Dformat.c434 register off_t boundary; local
470 if (!ap->format->putepilogue || (boundary = (*ap->format->putepilogue)(&state, ap)) <= 0)
471 boundary = ap->io->count;
472 if (n = ((ap->io->count > boundary) ? roundof(ap->io->count, boundary) : boundary) - ap->io->count)
/ast/src/cmd/ksh93/tests/
H A Dbuiltins.sh305 # we won't get hit by the one second boundary twice, right?

Completed in 39 milliseconds