Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/
H A Dstatestr.c296 const struct codestring * codetab in getcode()
301 while (codetab->code != -1) { in getcode()
302 if (codetab->code == code) in getcode()
303 return codetab->string1; in getcode()
304 codetab++; in getcode()
308 snprintf(buf, LIB_BUFLENGTH, "%s_%d", codetab->string1, code); in getcode()
297 getcode(int code,const struct codestring * codetab) getcode() argument
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_compress.c95 unsigned short codetab [HSIZE]; member
357 state->cur_code = state->codetab[i]; in archive_compressor_compress_write()
372 state->cur_code = state->codetab[i]; in archive_compressor_compress_write()
383 state->codetab[i] = state->first_free++; /* code -> hashtable */ in archive_compressor_compress_write()
/freebsd/usr.bin/logger/
H A Dlogger.c418 decode(char *name, const CODE *codetab) in decode() argument
425 for (c = codetab; c->c_name; c++) in decode()
/freebsd/usr.bin/compress/
H A Dzopen.c147 #define codetab zs->zs_codetab macro
182 #define codetabof(i) codetab[i]
/freebsd/usr.sbin/syslogd/
H A Dsyslogd.c3309 decode(const char *name, const CODE *codetab) in decode() argument
3324 for (c = codetab; c->c_name; c++) in decode()