Searched refs:base_length (Results 1 – 5 of 5) sorted by relevance
| /freebsd-9-stable/gnu/usr.bin/patch/ |
| D | backupfile.c | 86 static int version_number(char *base, char *backup, int base_length); 193 version_number(char *base, char *backup, int base_length) in version_number() argument 199 if (!strncmp (base, backup, base_length) && ISDIGIT (backup[base_length])) in version_number() 201 for (p = &backup[base_length]; ISDIGIT (*p); ++p) in version_number()
|
| /freebsd-9-stable/lib/libz/ |
| D | trees.h | 118 local const int base_length[LENGTH_CODES] = { variable
|
| D | trees.c | 107 local int base_length[LENGTH_CODES]; variable 260 base_length[code] = length; in tr_static_init() 364 fprintf(header, "%1u%s", base_length[i], in gen_trees_header() 1083 lc -= base_length[code];
|
| /freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/ |
| D | trees.c | 111 local int base_length[LENGTH_CODES]; variable 262 base_length[code] = length; in tr_static_init() 365 fprintf(header, "%1u%s", base_length[i], in gen_trees_header() 1095 lc -= base_length[code];
|
| /freebsd-9-stable/sys/net/ |
| D | zlib.c | 1942 local int base_length[LENGTH_CODES]; variable 2085 base_length[code] = length; in tr_static_init() 2868 lc -= base_length[code];
|