Searched refs:base_length (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/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
319 base_length[code] = length;
420 fprintf(header, "local const int base_length[LENGTH_CODES] = {\n");
422 fprintf(header, "%1u%s", base_length[i],
924 lc -= base_length[code];
/freebsd-current/usr.bin/patch/
H A Dbackupfile.c138 version_number(const char *base, const char *backup, size_t base_length) argument
144 if (!strncmp(base, backup, base_length) && ISDIGIT(backup[base_length])) {
145 for (p = &backup[base_length]; ISDIGIT(*p); ++p)

Completed in 70 milliseconds