Home
last modified time | relevance | path

Searched defs:strend (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/zlib/
H A Ddeflate.c1367 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; in longest_match() local
1371 register Bytef *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local
1500 register Bytef *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local
2043 Bytef *scan, *strend; /* scan goes up to strend for length of run */ in deflate_rle() local
/freebsd/contrib/tcsh/
H A Dsh.misc.c447 strend(const char *cp) in strend() function
/freebsd/usr.bin/sort/
H A Dfile.c664 unsigned char *strend; in file_reader_readline() local