Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zlib/
H A Dtrees.h118 local const int base_length[LENGTH_CODES] = { variable
H A Dtrees.c107 local int base_length[LENGTH_CODES]; variable
/freebsd/usr.bin/patch/
H A Dbackupfile.c138 version_number(const char *base, const char *backup, size_t base_length) in version_number()