Home
last modified time | relevance | path

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

1234

/freebsd-10-stable/contrib/sendmail/src/
Dmime.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 …]
Ddeliver.c4635 char *boundaries[MAXMIMENESTING + 1]; local
4714 boundaries[0] = NULL;
4716 if (mime8to7(mci, e->e_header, e, boundaries, M87F_OUTER, 0) ==
4732 boundaries[0] = NULL;
4746 if (mime8to7(mci, e->e_header, e, boundaries,
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/regex/data/
Dword_bound.in1 # word boundaries (ick)
/freebsd-10-stable/contrib/libgnuregex/
Dregexec.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 …]
/freebsd-10-stable/sys/geom/
Dnotes98 stripesize is the width of any natural request boundaries for the
101 type code to not trivially overrun these boundaries.
/freebsd-10-stable/contrib/tzdata/
DREADME10 changes made by political bodies to time zone boundaries, UTC offsets,
/freebsd-10-stable/contrib/gcc/config/rs6000/
Dsysv4.opt92 Allow bit-fields to cross word boundaries
/freebsd-10-stable/crypto/openssl/doc/ssl/
DSSL_CTX_set_msg_callback.pod77 and fragment collection where applicable. (Thus record boundaries are
/freebsd-10-stable/contrib/xz/
DTODO74 Block and Stream boundaries.
/freebsd-10-stable/contrib/less/
DNEWS882 ESC-/ Search forward thru file boundaries
883 ESC-? Search backward thru file boundaries
884 ESC-n Repeat search thru file boundaries, same direction.
885 ESC-N Repeat search thru file boundaries, opposite direction.
886 Special character * causes search to search thru file boundaries.
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_fs/
Dstructure-indexes252 First and last entry may cross page boundaries.
298 duplicate items overlapping page boundaries; the on-disk representation
/freebsd-10-stable/contrib/ntp/libjsmn/
DREADME.md57 In jsmn, tokens do not hold any data, but point to token boundaries in JSON
/freebsd-10-stable/lib/libc/regex/
DWHATSNEW11 New in alpha3.3: The definition of word boundaries has been altered
/freebsd-10-stable/contrib/nvi/regex/
DWHATSNEW11 New in alpha3.3: The definition of word boundaries has been altered
/freebsd-10-stable/crypto/openssh/
DPROTOCOL178 with datagram boundaries intact between endpoints equipped with
204 and sending them as channel data. This ensures that packet boundaries
/freebsd-10-stable/contrib/libreadline/doc/
Drluser.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}.
/freebsd-10-stable/contrib/ncurses/
DANNOUNCE109 boundaries.
301 It will automatically shift highlight boundaries when doing so
/freebsd-10-stable/contrib/tcsh/
Dtcsh.man2html437 # Define section boundaries
476 # Define para boundaries
/freebsd-10-stable/usr.bin/m4/TEST/
Dtest.m4149 comes from the many toll roads within its boundaries.
/freebsd-10-stable/contrib/expat/
DChanges15 Fix detection of UTF-8 character boundaries
/freebsd-10-stable/contrib/binutils/gas/doc/
Dc-sh.texi45 Align sections to 4 byte boundaries, not 16.
/freebsd-10-stable/share/examples/diskless/
DREADME.TEMPLATING197 * The program refuses, absolutely, to cross partition boundaries.
/freebsd-10-stable/gnu/usr.bin/grep/tests/
Dtests453 # word boundaries (ick)
/freebsd-10-stable/lib/libc/regex/grot/
Dtests458 # word boundaries (ick)
/freebsd-10-stable/share/examples/ipfilter/
Dexamples.txt53 As not all networks are formed with classical network boundaries, it is

1234