Home
last modified time | relevance | path

Searched refs:oend (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/usr.bin/mail/
H A Dmime_header.c93 decode_word(const char **ibuf, char **obuf, char *oend, const char *to_cs) in decode_word() argument
124 if (oend < *obuf + 1) { in decode_word()
129 dstlen = (to_cs ? sizeof(decword) : (size_t)(oend - *obuf)) - 1; in decode_word()
150 dstlen = oend - *obuf - 1; in decode_word()
271 decode_comment(char **obuf, char *oend, const char **ibuf, const char *iend, const char *charset) in decode_comment() argument
280 qend = oend; in decode_comment()
344 decode_quoted_string(char **obuf, char *oend, const char **ibuf, const char *iend) in decode_quoted_string() argument
349 qend = oend; in decode_quoted_string()
380 decode_domain_literal(char **obuf, char *oend, const char **ibuf, const char *iend) in decode_domain_literal() argument
385 qend = oend; in decode_domain_literal()
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dlz4.c479 const BYTE *const oend = (BYTE *) dest + osize; in LZ4_compressCtx() local
536 (length >> 8) > oend) in LZ4_compressCtx()
586 if unlikely(op + (1 + LASTLITERALS) + (len >> 8) > oend) in LZ4_compressCtx()
629 oend) in LZ4_compressCtx()
674 const BYTE *const oend = (BYTE *) dest + osize; in LZ4_compress64kCtx() local
729 (length >> 8) > oend) in LZ4_compress64kCtx()
779 if unlikely(op + (1 + LASTLITERALS) + (len >> 8) > oend) in LZ4_compress64kCtx()
822 oend) in LZ4_compress64kCtx()
899 BYTE *const oend = op + maxOutputSize; in LZ4_uncompress_unknownOutputSize() local
926 if ((cpy > oend - COPYLENGTH) || in LZ4_uncompress_unknownOutputSize()
[all …]
/netbsd-src/lib/libc/citrus/
H A Dcitrus_prop.c359 _citrus_prop_object_t ostart, oend; in _citrus_prop_parse_element() local
380 _citrus_prop_object_init(&oend, hint->type); in _citrus_prop_parse_element()
393 errnum = (*readers[hint->type])(ms, &oend); in _citrus_prop_parse_element()
409 hint->name, ostart.u._func_, oend.u._func_);\ in _citrus_prop_parse_element()
437 _citrus_prop_object_uninit(&oend); in _citrus_prop_parse_element()
/netbsd-src/usr.sbin/acpitools/aml/
H A Daml_parse.c332 u_int8_t *start, *end, *oend; in aml_parse_defscope() local
346 oend = env->end; in aml_parse_defscope()
353 env->end = oend; in aml_parse_defscope()
1083 u_int8_t *start, *end, *oend; in aml_parse_defelse() local
1089 oend = env->end; in aml_parse_defelse()
1101 env->end = oend; in aml_parse_defelse()
1108 u_int8_t *start, *end, *oend; in aml_parse_defif() local
1120 oend = env->end; in aml_parse_defif()
1131 env->end = oend; in aml_parse_defif()
1132 if ((end < oend) && *(env->dp) == 0xa1) { in aml_parse_defif()
[all …]