Searched refs:codetab (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/ntp/libntp/
H A Dstatestr.c288 const struct codestring * codetab
293 while (codetab->code != -1) {
294 if (codetab->code == code)
295 return codetab->string;
296 codetab++;
300 snprintf(buf, LIB_BUFLENGTH, "%s_%d", codetab->string, code);
/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_compress.c97 unsigned short codetab [HSIZE]; member in struct:private_data
364 state->cur_code = state->codetab[i];
379 state->cur_code = state->codetab[i];
390 state->codetab[i] = state->first_free++; /* code -> hashtable */
/freebsd-11.0-release/usr.bin/logger/
H A Dlogger.c274 decode(char *name, const CODE *codetab) argument
281 for (c = codetab; c->c_name; c++)
/freebsd-11.0-release/usr.bin/compress/
H A Dzopen.c150 #define codetab zs->zs_codetab macro
178 * the codetab. The tab_suffix table needs 2**BITS characters. We get this
185 #define codetabof(i) codetab[i]
/freebsd-11.0-release/usr.sbin/syslogd/
H A Dsyslogd.c2128 decode(const char *name, const CODE *codetab) argument
2143 for (c = codetab; c->c_name; c++)

Completed in 138 milliseconds