Searched refs:boundaries (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmime.c53 /* types of MIME boundaries */
82 ** boundaries -- the currently pending message boundaries.
102 mime8to7(mci, header, e, boundaries, flags, level)
106 char **boundaries;
143 sm_dprintf("mime8to7: flags = %x, boundaries =", flags);
144 if (boundaries[0] == NULL)
148 for (i = 0; boundaries[i] != NULL; i++)
149 sm_dprintf(" %s", boundaries[i]);
302 if (boundaries[
[all...]
H A Ddeliver.c4572 char *boundaries[MAXMIMENESTING + 1]; local
4651 boundaries[0] = NULL;
4653 if (mime8to7(mci, e->e_header, e, boundaries, M87F_OUTER, 0) ==
4669 boundaries[0] = NULL;
4683 if (mime8to7(mci, e->e_header, e, boundaries,
/illumos-gate/usr/src/lib/libc/i386_hwcap1/gen/
H A Dmemset.s66 / align address to 64 byte boundaries.
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dgeneric_copy.s320 ! we come here to align copies on word boundaries
H A Dniagara_copy.s158 * (only use block-init-store when src/dst on 8 byte boundaries.)
793 * boundaries. Use unrolled loops for better performance.
2630 ! we come here to align copies on word boundaries
2669 * boundaries. Aligns source and destination and returns a count
3176 * boundaries. Use unrolled loops for better performance.
5368 * boundaries. Use unrolled loops for better performance.
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_copy.s1799 ! we come here to align copies on word boundaries

Completed in 113 milliseconds