Home
last modified time | relevance | path

Searched defs:hep (Results 1 – 8 of 8) sorted by relevance

/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_hash.c99 ctf_helem_t *hep = &hp->h_chains[hp->h_free]; in ctf_hash_insert() local
135 ctf_helem_t *hep = ctf_hash_lookup(hp, fp, str, strlen(str)); in ctf_hash_define() local
147 ctf_helem_t *hep; in ctf_hash_lookup() local
H A Dctf_create.c949 ctf_helem_t *hep = NULL; in ctf_add_struct() local
971 ctf_helem_t *hep = NULL; in ctf_add_union() local
993 ctf_helem_t *hep = NULL; in ctf_add_enum() local
1015 ctf_helem_t *hep; in ctf_add_forward() local
1418 ctf_helem_t *hep; in ctf_add_type() local
H A Dctf_open.c490 ctf_helem_t *hep; in init_types() local
/freebsd/libexec/bootpd/
H A Dtrygetif.c34 struct hostent *hep; local
H A Dbootpd.c175 struct hostent *hep; in main() local
/freebsd/libexec/bootpd/bootpgw/
H A Dbootpgw.c149 struct hostent *hep; in main() local
/freebsd/libexec/bootpd/tools/bootptest/
H A Dbootptest.c133 struct hostent *hep; in main() local
/freebsd/usr.bin/tftp/
H A Dmain.c733 command(bool interactive, EditLine *el, History *hist, HistEvent *hep) in command()