Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/ntp/libntp/
HDstatestr.c296 const struct codestring * codetab in getcode() argument
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()
/freebsd-13-stable/contrib/libarchive/libarchive/
HDarchive_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-13-stable/usr.bin/logger/
HDlogger.c431 decode(char *name, const CODE *codetab) in decode() argument
438 for (c = codetab; c->c_name; c++) in decode()
/freebsd-13-stable/usr.bin/compress/
HDzopen.c150 #define codetab zs->zs_codetab macro
185 #define codetabof(i) codetab[i]
/freebsd-13-stable/usr.sbin/syslogd/
HDsyslogd.c3192 decode(const char *name, const CODE *codetab) in decode() argument
3207 for (c = codetab; c->c_name; c++) in decode()