Home
last modified time | relevance | path

Searched refs:strend (Results 1 – 11 of 11) sorted by relevance

/dragonfly/usr.bin/sort/
HDfile.c699 unsigned char *strend; in file_reader_readline() local
703 strend = memchr(fr->mmapptr, fr->elsymb, sz); in file_reader_readline()
705 if (strend == NULL) { in file_reader_readline()
709 ret = bwscsbdup(fr->mmapptr, strend - in file_reader_readline()
711 fr->mmapptr = strend + 1; in file_reader_readline()
716 unsigned char *strend; in file_reader_readline() local
721 strend = NULL; in file_reader_readline()
729 strend = memchr(fr->buffer + fr->strbeg + in file_reader_readline()
733 strend = NULL; in file_reader_readline()
735 if (strend) in file_reader_readline()
[all …]
/dragonfly/sbin/hammer2/zlib/
HDhammer2_zlib_deflate.c635 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; in longest_match() local
639 register Bytef *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local
695 scan < strend); in longest_match()
702 len = (MAX_MATCH - 1) - (int)(strend-scan); in longest_match()
703 scan = strend - (MAX_MATCH-1); in longest_match()
729 scan < strend); in longest_match()
733 len = MAX_MATCH - (int)(strend - scan); in longest_match()
734 scan = strend - MAX_MATCH; in longest_match()
1105 Bytef *scan, *strend; /* scan goes up to strend for length of run */ in deflate_rle() local
1126 strend = s->window + s->strstart + MAX_MATCH; in deflate_rle()
[all …]
/dragonfly/sys/vfs/hammer2/zlib/
HDhammer2_zlib_deflate.c640 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; in longest_match() local
644 register Bytef *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local
700 scan < strend); in longest_match()
707 len = (MAX_MATCH - 1) - (int)(strend-scan); in longest_match()
708 scan = strend - (MAX_MATCH-1); in longest_match()
734 scan < strend); in longest_match()
738 len = MAX_MATCH - (int)(strend - scan); in longest_match()
739 scan = strend - MAX_MATCH; in longest_match()
1110 Bytef *scan, *strend; /* scan goes up to strend for length of run */ in deflate_rle() local
1131 strend = s->window + s->strstart + MAX_MATCH; in deflate_rle()
[all …]
/dragonfly/usr.sbin/makefs/hammer2/zlib/
HDhammer2_zlib_deflate.c640 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; in longest_match() local
644 register Bytef *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local
700 scan < strend); in longest_match()
707 len = (MAX_MATCH - 1) - (int)(strend-scan); in longest_match()
708 scan = strend - (MAX_MATCH-1); in longest_match()
734 scan < strend); in longest_match()
738 len = MAX_MATCH - (int)(strend - scan); in longest_match()
739 scan = strend - MAX_MATCH; in longest_match()
1110 Bytef *scan, *strend; /* scan goes up to strend for length of run */ in deflate_rle() local
1131 strend = s->window + s->strstart + MAX_MATCH; in deflate_rle()
[all …]
/dragonfly/contrib/zlib-1.2/
HDdeflate.c1258 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; local
1262 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
1318 scan < strend);
1325 len = (MAX_MATCH - 1) - (int)(strend-scan);
1326 scan = strend - (MAX_MATCH-1);
1352 scan < strend);
1356 len = MAX_MATCH - (int)(strend - scan);
1357 scan = strend - MAX_MATCH;
1392 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
1426 scan < strend);
[all …]
/dragonfly/contrib/tcsh-6/
HDglob.c223 if (*fn != 0 && strend(fn)[-1] == '/' && !S_ISDIR(sb->st_mode)) in Lstat()
239 if (*fn != 0 && strend(fn)[-1] == '/' && !S_ISDIR(sb->st_mode)) in Stat()
HDsh.decls.h291 extern char *strend (const char *);
HDsh.misc.c447 strend(const char *cp) in strend() function
HDsh.h1126 #define Strend(a) strend(a)
/dragonfly/sys/net/
HDzlib.c1289 Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; in longest_match() local
1293 Bytef *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local
1344 scan < strend); in longest_match()
1351 len = (MAX_MATCH - 1) - (int)(strend-scan); in longest_match()
1352 scan = strend - (MAX_MATCH-1); in longest_match()
1378 scan < strend); in longest_match()
1382 len = MAX_MATCH - (int)(strend - scan); in longest_match()
1383 scan = strend - MAX_MATCH; in longest_match()
/dragonfly/contrib/dhcpcd/src/
HDif-options.c619 strend(const char *s) in strend() function
2115 fp = strend(arg); in parse_option()
2137 fp = strend(arg); in parse_option()