Searched refs:getcode (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/ntp/libntp/
H A Dstatestr.c164 /* not used with getcode(), no terminating entry needed */
174 /* not used with getcode(), no terminating entry needed */
194 /* not used with getcode(), no terminating entry needed */
275 /* not used with getcode(), no terminating entry needed */
280 static const char * getcode(int, const struct codestring *);
285 * getcode - return string corresponding to code
288 getcode( function
459 getcode(CTL_SYS_LI(st), leap_codes),
460 getcode(CTL_SYS_SOURCE(st), sync_codes),
462 getcode(CTL_SYS_EVEN
[all...]
/freebsd-10-stable/usr.bin/gzip/
H A Dzuncompress.c128 static code_int getcode(struct s_zstate *zs);
264 while ((zs->u.r.zs_code = getcode(zs)) > -1) {
332 getcode(struct s_zstate *zs) function
/freebsd-10-stable/usr.bin/compress/
H A Dzopen.c202 static code_int getcode(struct s_zstate *);
501 finchar = oldcode = getcode(zs);
510 while ((code = getcode(zs)) > -1) {
575 getcode(struct s_zstate *zs) function

Completed in 225 milliseconds