Searched refs:hep (Results 1 – 9 of 9) sorted by relevance
/freebsd/cddl/contrib/opensolaris/common/ctf/ |
H A D | ctf_hash.c | 99 ctf_helem_t *hep = &hp->h_chains[hp->h_free]; in ctf_hash_insert() local 117 hep->h_name = name; in ctf_hash_insert() 118 hep->h_type = type; in ctf_hash_insert() 120 hep->h_next = hp->h_buckets[h]; in ctf_hash_insert() 135 ctf_helem_t *hep = ctf_hash_lookup(hp, fp, str, strlen(str)); in ctf_hash_define() local 137 if (hep == NULL) in ctf_hash_define() 140 hep->h_type = type; in ctf_hash_define() 147 ctf_helem_t *hep; in ctf_hash_lookup() local 154 for (i = hp->h_buckets[h]; i != 0; i = hep->h_next) { in ctf_hash_lookup() 155 hep = &hp->h_chains[i]; in ctf_hash_lookup() [all …]
|
H A D | ctf_create.c | 949 ctf_helem_t *hep = NULL; in ctf_add_struct() local 954 hep = ctf_hash_lookup(hp, fp, name, strlen(name)); in ctf_add_struct() 956 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD) in ctf_add_struct() 957 dtd = ctf_dtd_lookup(fp, type = hep->h_type); in ctf_add_struct() 971 ctf_helem_t *hep = NULL; in ctf_add_union() local 976 hep = ctf_hash_lookup(hp, fp, name, strlen(name)); in ctf_add_union() 978 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD) in ctf_add_union() 979 dtd = ctf_dtd_lookup(fp, type = hep->h_type); in ctf_add_union() 993 ctf_helem_t *hep = NULL; in ctf_add_enum() local 998 hep = ctf_hash_lookup(hp, fp, name, strlen(name)); in ctf_add_enum() [all …]
|
H A D | ctf_open.c | 490 ctf_helem_t *hep; in init_types() local 506 if ((hep = ctf_hash_lookup(&fp->ctf_names, fp, in init_types() 513 } else if (ctf_type_encoding(fp, hep->h_type, in init_types() 519 hep->h_type = LCTF_INDEX_TO_TYPE(fp, id, child); in init_types()
|
/freebsd/libexec/bootpd/ |
H A D | trygetif.c | 34 struct hostent *hep; local 49 hep = gethostbyname(argv[1]); 50 if (!hep) { 54 memcpy(&dst_addr, hep->h_addr, sizeof(dst_addr));
|
H A D | bootpd.c | 175 struct hostent *hep; in main() local 367 hep = gethostbyname(hostname); in main() 368 if (!hep) { in main() 372 bcopy(hep->h_addr, (char *)&my_ip_addr, sizeof(my_ip_addr)); in main()
|
/freebsd/libexec/bootpd/tools/bootptest/ |
H A D | bootptest.c | 133 struct hostent *hep; in main() local 253 hep = gethostbyname(servername); in main() 254 if (!hep) in main() 256 bcopy(hep->h_addr, &server_addr, sizeof(server_addr)); in main() 329 hep = gethostbyname(hostname); in main() 330 if (!hep) { in main() 334 bcopy(hep->h_addr, &bp->bp_ciaddr, hep->h_length); in main()
|
/freebsd/libexec/bootpd/bootpgw/ |
H A D | bootpgw.c | 149 struct hostent *hep; in main() local 214 hep = gethostbyname(hostname); in main() 215 if (!hep) { in main() 219 bcopy(hep->h_addr, (char *)&my_ip_addr, sizeof(my_ip_addr)); in main() 337 hep = gethostbyname(servername); in main() 338 if (!hep) in main() 340 bcopy(hep->h_addr, (char *)&server_ipa, sizeof(server_ipa)); in main()
|
/freebsd/usr.bin/tftp/ |
H A D | main.c | 733 command(bool interactive, EditLine *el, History *hist, HistEvent *hep) in command() argument 748 history(hist, hep, H_ENTER, bp); in command()
|
/freebsd/share/dict/ |
H A D | web2 | 84499 hep
|