Home
last modified time | relevance | path

Searched refs:hstate (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dwalk_rtree.c41 struct hstate { struct
83 struct hstate *realm,
90 adjtail(struct hstate *c, struct hstate *s, int sep);
93 comtail(struct hstate *c, struct hstate *s, int sep);
402 struct hstate c, s; in rtree_hier_realms()
476 struct hstate *realm, in rtree_hier_tweens()
521 adjtail(struct hstate *c, struct hstate *s, int sep) in adjtail()
569 comtail(struct hstate *c, struct hstate *s, int sep) in comtail()
/freebsd/contrib/ntp/ntpq/
H A Dntpq.c3926 struct hstate {
3939 struct hstate *hstate = arg; in list_md_fn()
3957 for (seen = hstate->seen; *seen; seen++) in list_md_fn()
3961 n = (seen - hstate->seen) + 2; in list_md_fn()
3962 hstate->seen = erealloc((void *)hstate->seen, n * sizeof(*seen)); in list_md_fn()
3963 hstate->seen[n-2] = name; in list_md_fn()
3964 hstate->seen[n-1] = NULL; in list_md_fn()
3966 if (hstate in list_md_fn()
3930 struct hstate { global() struct
3943 struct hstate *hstate = arg; list_md_fn() local
4119 struct hstate hstate = { NULL, NULL, K_PER_LINE+1 }; list_digest_names() local
[all...]