Home
last modified time | relevance | path

Searched refs:boundaries (Results 1 – 25 of 80) sorted by relevance

1234

/trueos/contrib/sendmail/src/
HDmime.c100 mime8to7(mci, header, e, boundaries, flags, level) in mime8to7() argument
104 char **boundaries;
143 if (boundaries[0] == NULL)
147 for (i = 0; boundaries[i] != NULL; i++)
148 sm_dprintf(" %s", boundaries[i]);
301 if (boundaries[i] == NULL)
316 boundaries[i] = bbuf;
317 boundaries[i + 1] = NULL;
329 bt = mimeboundary(buf, boundaries);
356 bt = mime8to7(mci, hdr, e, boundaries, flags,
[all …]
HDdeliver.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,
/trueos/contrib/netbsd-tests/lib/libc/regex/data/
HDword_bound.in1 # word boundaries (ick)
/trueos/contrib/libgnuregex/
HDregexec.c103 int boundaries, int subexp_idx,
1946 check_dst_limits_calc_pos_1 (const re_match_context_t *mctx, int boundaries, in check_dst_limits_calc_pos_1() argument
1985 if (boundaries & 1) in check_dst_limits_calc_pos_1()
1992 check_dst_limits_calc_pos_1 (mctx, boundaries, subexp_idx, in check_dst_limits_calc_pos_1()
1996 if (cpos == 0 && (boundaries & 2)) in check_dst_limits_calc_pos_1()
2008 if ((boundaries & 1) && subexp_idx == dfa->nodes[node].opr.idx) in check_dst_limits_calc_pos_1()
2013 if ((boundaries & 2) && subexp_idx == dfa->nodes[node].opr.idx) in check_dst_limits_calc_pos_1()
2022 return (boundaries & 2) ? 1 : 0; in check_dst_limits_calc_pos_1()
2032 int boundaries; in check_dst_limits_calc_pos() local
2042 boundaries = (str_idx == lim->subexp_from); in check_dst_limits_calc_pos()
[all …]
/trueos/sys/geom/
HDnotes98 stripesize is the width of any natural request boundaries for the
101 type code to not trivially overrun these boundaries.
/trueos/contrib/gcc/config/rs6000/
HDsysv4.opt92 Allow bit-fields to cross word boundaries
/trueos/crypto/openssl/doc/ssl/
HDSSL_CTX_set_msg_callback.pod77 and fragment collection where applicable. (Thus record boundaries are
/trueos/contrib/less/
HDNEWS769 ESC-/ Search forward thru file boundaries
770 ESC-? Search backward thru file boundaries
771 ESC-n Repeat search thru file boundaries, same direction.
772 ESC-N Repeat search thru file boundaries, opposite direction.
773 Special character * causes search to search thru file boundaries.
/trueos/crypto/openssh/
HDPROTOCOL178 with datagram boundaries intact between endpoints equipped with
204 and sending them as channel data. This ensures that packet boundaries
/trueos/contrib/nvi/regex/
HDWHATSNEW11 New in alpha3.3: The definition of word boundaries has been altered
/trueos/lib/libc/regex/
HDWHATSNEW11 New in alpha3.3: The definition of word boundaries has been altered
/trueos/contrib/libreadline/doc/
HDrluser.texi235 Word boundaries are the same as those used by @kbd{M-f}.
240 Word boundaries are the same as those used by @kbd{M-b}.
244 @kbd{M-@key{DEL}} because the word boundaries differ.
1139 Word boundaries are the same as @code{forward-word}.
1143 Word boundaries are the same as @code{backward-word}.
1151 as the word boundaries.
1167 The word boundaries are the same as @code{backward-word}.
1172 The word boundaries are the same as @code{forward-word}.
/trueos/contrib/ncurses/
HDANNOUNCE109 boundaries.
301 It will automatically shift highlight boundaries when doing so
/trueos/contrib/tcsh/
HDtcsh.man2html437 # Define section boundaries
476 # Define para boundaries
/trueos/usr.bin/m4/TEST/
HDtest.m4149 comes from the many toll roads within its boundaries.
/trueos/contrib/binutils/gas/doc/
HDc-sh.texi45 Align sections to 4 byte boundaries, not 16.
/trueos/share/examples/diskless/
HDREADME.TEMPLATING197 * The program refuses, absolutely, to cross partition boundaries.
/trueos/lib/libc/regex/grot/
HDtests458 # word boundaries (ick)
/trueos/gnu/usr.bin/grep/tests/
HDtests453 # word boundaries (ick)
/trueos/share/examples/ipfilter/
HDexamples.txt53 As not all networks are formed with classical network boundaries, it is
/trueos/lib/libz/doc/
HDrfc1951.txt557 or more block boundaries. However a distance cannot refer past
/trueos/gnu/usr.bin/rcs/
HDNEWS260 RCS can now be used by development groups that span time zone boundaries.
/trueos/tools/test/testfloat/
HDtestfloat.txt494 on neat 4-bit boundaries, single-precision outputs are slightly perturbed.
/trueos/contrib/atf/
HDNEWS412 lines on terminal boundaries. Test programs are not supposed to be run
/trueos/contrib/gcc/doc/
HDcfg.texi486 At the moment, the basic block boundaries are maintained transparently

1234