HomeSort by: relevance | last modified time | path
    Searched defs:getcode (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ntp/dist/libntp/
statestr.c 165 /* not used with getcode(), no terminating entry needed */
175 /* not used with getcode(), no terminating entry needed */
202 /* not used with getcode(), no terminating entry needed */
283 /* not used with getcode(), no terminating entry needed */
288 static const char * getcode(int, const struct codestring *);
293 * getcode - return string corresponding to code
296 getcode( function
467 getcode(CTL_SYS_LI(st), leap_codes),
468 getcode(CTL_SYS_SOURCE(st), sync_codes),
470 getcode(CTL_SYS_EVENT(st), sys_codes))
    [all...]
  /src/usr.bin/gzip/
zuncompress.c 128 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
  /src/usr.bin/compress/
zopen.c 202 static code_int getcode(struct s_zstate *);
503 while ((code = getcode(zs)) > -1) {
568 getcode(struct s_zstate *zs) function

Completed in 39 milliseconds