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

/freebsd-10.1-release/contrib/sendmail/src/
H A Dmime.c51 /* types of MIME boundaries */
80 ** boundaries -- the currently pending message boundaries.
100 mime8to7(mci, header, e, boundaries, flags, level)
104 char **boundaries;
142 sm_dprintf("mime8to7: flags = %x, boundaries =", flags);
143 if (boundaries[0] == NULL)
147 for (i = 0; boundaries[i] != NULL; i++)
148 sm_dprintf(" %s", boundaries[i]);
301 if (boundaries[
[all...]
H A Ddeliver.c4580 char *boundaries[MAXMIMENESTING + 1]; local
4659 boundaries[0] = NULL;
4661 if (mime8to7(mci, e->e_header, e, boundaries, M87F_OUTER, 0) ==
4677 boundaries[0] = NULL;
4691 if (mime8to7(mci, e->e_header, e, boundaries,
/freebsd-10.1-release/sys/conf/
H A Dkern.mk45 # On i386, do not align the stack to 16-byte boundaries. Otherwise GCC 2.95
47 # stack to 16-byte boundaries -- thus wasting approximately 12 bytes of stack
/freebsd-10.1-release/contrib/libgnuregex/
H A Dregexec.c103 int boundaries, int subexp_idx,
1949 check_dst_limits_calc_pos_1 (const re_match_context_t *mctx, int boundaries,
1988 if (boundaries & 1)
1990 else /* if (boundaries & 2) */
1995 check_dst_limits_calc_pos_1 (mctx, boundaries, subexp_idx,
1997 if (cpos == -1 /* && (boundaries & 1) */)
1999 if (cpos == 0 && (boundaries & 2))
2011 if ((boundaries & 1) && subexp_idx == dfa->nodes[node].opr.idx)
2016 if ((boundaries & 2) && subexp_idx == dfa->nodes[node].opr.idx)
2025 return (boundaries
1946 check_dst_limits_calc_pos_1(const re_match_context_t *mctx, int boundaries, int subexp_idx, int from_node, int bkref_idx) argument
2032 int boundaries; local
[all...]

Completed in 246 milliseconds