Searched refs:getcode (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/contrib/ntp/libntp/ |
| D | statestr.c | 278 static const char * getcode(int, const struct codestring *); 286 getcode( in getcode() function 450 getcode(CTL_SYS_LI(st), leap_codes), in statustoa() 451 getcode(CTL_SYS_SOURCE(st), sync_codes), in statustoa() 453 getcode(CTL_SYS_EVENT(st), sys_codes)); in statustoa() 460 getcode(pst & 0x7, select_codes), in statustoa() 465 getcode(CTL_PEER_EVENT(st), in statustoa() 473 getcode((st) & 0xf, clock_codes)); in statustoa() 486 return (getcode(num & ~PEER_EVENT, peer_codes)); in eventstr() 489 return (getcode(num & ~CRPT_EVENT, crypto_codes)); in eventstr() [all …]
|
| /freebsd-9-stable/usr.bin/compress/ |
| D | zopen.c | 202 static code_int getcode(struct s_zstate *); 501 finchar = oldcode = getcode(zs); in zread() 510 while ((code = getcode(zs)) > -1) { in zread() 575 getcode(struct s_zstate *zs) in getcode() function
|
| /freebsd-9-stable/usr.bin/gzip/ |
| D | zuncompress.c | 129 static code_int getcode(struct s_zstate *zs); 265 while ((zs->u.r.zs_code = getcode(zs)) > -1) { in zread() 333 getcode(struct s_zstate *zs) in getcode() function
|