/src/common/dist/zlib/ |
trees.h | 118 local const int base_length[LENGTH_CODES] = { variable in typeref:typename:local const int[]
|
trees.c | 109 local int base_length[LENGTH_CODES]; variable in typeref:typename:local int[] 321 base_length[code] = length; 422 fprintf(header, "local const int base_length[LENGTH_CODES] = {\n"); 424 fprintf(header, "%1u%s", base_length[i], 926 lc -= base_length[code];
|
/src/usr.bin/patch/ |
backupfile.c | 144 * otherwise return 0. BASE_LENGTH is the length of BASE. BASE should 148 version_number(const char *base, const char *backup, size_t base_length) 154 if (!strncmp(base, backup, base_length) && ISDIGIT(backup[base_length])) { 155 for (p = &backup[base_length]; ISDIGIT(*p); ++p)
|
/src/sys/net/ |
zlib.c | 2081 local int base_length[LENGTH_CODES]; variable in typeref:typename:local int[] 2207 local const int base_length[LENGTH_CODES] = { variable in typeref:typename:local const int[] 2360 base_length[code] = length; 2461 fprintf(header, "local const int base_length[LENGTH_CODES] = {\n"); 2463 fprintf(header, "%1u%s", base_length[i], 3189 lc -= base_length[code];
|