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

  /src/usr.sbin/ypserv/ypserv/
ypserv_db.c 557 int host_lookup, hn; local in function:ypdb_get_record
582 if ((hn = strcmp(map, YP_HOSTNAME)) != 0 &&
588 res.status = lookup_host((hn == 0) ? TRUE : FALSE,
  /src/usr.sbin/bootp/common/
readfile.c 170 {"hn", SYM_NAME_SWITCH},
406 char *hn = hp->hostname->string;
409 if (lookup_ipa(hn, &value)) {
410 report(LOG_ERR, "can not get IP addr for %s", hn);
420 report(LOG_ERR, "can not get netmask for %s", hn);
403 char *hn = hp->hostname->string; local in function:readtab
  /src/sys/net/
zlib.c 4524 uInt *hn, /* hufts used in space */
4656 if (*hn + z > MANY) /* (note: doesn't matter for fixed) */
4658 u[h] = q = hp + *hn;
4659 *hn += z;
4726 uInt hn = 0; /* hufts used in space */ local in function:inflate_trees_bits
4732 tb, bb, hp, &hn, v);
4756 uInt hn = 0; /* hufts used in space */ local in function:inflate_trees_dynamic
4764 r = huft_build(c, nl, 257, cplens, cplext, tl, bl, hp, &hn, v);
4779 r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd, hp, &hn, v);

Completed in 64 milliseconds