Home
last modified time | relevance | path

Searched defs:he (Results 1 – 25 of 84) sorted by relevance

1234

/freebsd-13-stable/contrib/bmake/
HDhash.c166 HashEntry *he = buckets[i]; in HashTable_Done() local
193 HashEntry *he = HashTable_FindEntry(t, key); in HashTable_FindValue() local
204 HashEntry *he = HashTable_Find(t, key, h); in HashTable_FindValueBySubstringHash() local
226 HashEntry *he = oldBuckets[i]; in HashTable_Enlarge() local
254 HashEntry *he = HashTable_Find(t, Substring_Init(key, keyEnd), h); in HashTable_CreateEntry() local
282 HashEntry *he = HashTable_CreateEntry(t, key, NULL); in HashTable_Set() local
288 HashTable_DeleteEntry(HashTable *t, HashEntry *he) in HashTable_DeleteEntry()
312 HashEntry *he = hi->entry; in HashIter_Next() local
/freebsd-13-stable/lib/libc/net/
HDgethostbynis.c52 _gethostbynis(const char *name, char *map, int af, struct hostent *he, in _gethostbynis()
165 _gethostbynisname_r(const char *name, int af, struct hostent *he, in _gethostbynisname_r()
183 struct hostent *he, struct hostent_data *hed) in _gethostbynisaddr_r()
211 struct hostent *hptr, he; in _nis_gethostbyname() local
260 struct hostent *hptr, he; in _nis_gethostbyaddr() local
HDgethostbyht.c91 gethostent_p(struct hostent *he, struct hostent_data *hed, int mapped, in gethostent_p()
180 struct hostent he; in gethostent_r() local
228 struct hostent *hptr, he; in _ht_gethostbyname() local
293 struct hostent *hptr, he; in _ht_gethostbyaddr() local
HDgethostbydns.c141 struct hostent *he, struct hostent_data *hed, res_state statp) in gethostanswer()
438 struct hostent *he; in __dns_getanswer() local
474 struct hostent *hptr, he; in _dns_gethostbyname() local
566 struct hostent *hptr, he; in _dns_gethostbyaddr() local
HDgethostnamadr.c95 __copy_hostent(struct hostent *he, struct hostent *hptr, char *buf, in __copy_hostent()
436 struct hostent he; in fakeaddr() local
485 gethostbyname_r(const char *name, struct hostent *he, char *buffer, in gethostbyname_r()
509 gethostbyname2_r(const char *name, int af, struct hostent *he, char *buffer, in gethostbyname2_r()
/freebsd-13-stable/crypto/heimdal/lib/roken/
HDroken_gethostby.c50 struct hostent *he = gethostbyname(address); in make_address() local
190 static struct hostent he; in roken_gethostby() local
219 struct hostent *he; in roken_gethostbyname() local
231 struct hostent *he; in roken_gethostbyaddr() local
HDhostent_find_fqdn.c43 hostent_find_fqdn (const struct hostent *he) in hostent_find_fqdn()
HDgetaddrinfo.c228 struct hostent *he, int *flags) in add_hostent()
332 struct hostent *he; in get_nodes() local
344 struct hostent *he; in get_nodes() local
HDgetnameinfo.c52 struct hostent *he = gethostbyaddr (addr, in doit() local
/freebsd-13-stable/contrib/dma/
HDdns.c66 add_host(int pref, const char *host, int port, struct mx_hostentry **he, size_t *ps) in add_host()
132 dns_get_mx_list(const char *host, int port, struct mx_hostentry **he, int no_mx) in dns_get_mx_list()
280 struct mx_hostentry *he, *p; in main() local
/freebsd-13-stable/bin/sh/
HDhistedit.c103 HistEvent he; in histsave() local
136 HistEvent he; in histload() local
235 HistEvent he; in sethistsize() local
258 HistEvent he; in histcmd() local
501 HistEvent he; in str_to_event() local
/freebsd-13-stable/usr.sbin/bootparamd/callbootd/
HDcallbootd.c38 struct hostent *he; in eachres_whoami() local
50 struct hostent *he; in eachres_getfile() local
/freebsd-13-stable/usr.sbin/bluetooth/btpand/
HDbtpand.c89 struct hostent *he; in main() local
107 struct hostent *he; in main() local
/freebsd-13-stable/lib/libc/tests/nss/
HDgethostby_test.c96 struct hostent *he; in IMPLEMENT_TEST_FILE_SNAPSHOT() local
113 struct hostent *he; in __gethostbyaddr() local
128 __freehostent(struct hostent *he) in __freehostent()
370 is_hostent_equal(struct hostent *he, struct addrinfo *ai) in is_hostent_equal()
491 hostent_read_hostlist_func(struct hostent *he, char *line) in hostent_read_hostlist_func()
715 hostent_test_gethostbyaddr(struct hostent *he, void *mdata) in hostent_test_gethostbyaddr()
759 hostent_test_getaddrinfo_eq(struct hostent *he, void *mdata __unused) in hostent_test_getaddrinfo_eq()
800 hostent_test_getnameinfo_eq(struct hostent *he, void *mdata __unused) in hostent_test_getnameinfo_eq()
/freebsd-13-stable/usr.sbin/bootparamd/bootparamd/
HDmain.c46 struct hostent *he; in main() local
/freebsd-13-stable/usr.bin/bc/
HDscan.l36 HistEvent he; variable
/freebsd-13-stable/contrib/wpa/src/ap/
HDneighbor_db.c207 int ht, int vht, int he) in hostapd_get_nr_chan_width()
236 int he = hapd->iconf->ieee80211ax && !hapd->conf->disable_11ax; in hostapd_neighbor_set_own_report() local
/freebsd-13-stable/sys/dev/videomode/
HDvideomode.c27 #define M(nm,hr,vr,clk,hs,he,ht,vs,ve,vt,f) \ argument
/freebsd-13-stable/usr.bin/bluetooth/bthost/
HDbthost.c77 struct hostent *he = NULL; in hostmode() local
/freebsd-13-stable/sbin/ipfw/
HDipv6.c89 struct hostent *he = NULL; in print_ip6() local
301 struct hostent *he; in lookup_host6() local
/freebsd-13-stable/usr.sbin/bluetooth/bthidd/
HDbthidd.c83 struct hostent *he; in main() local
/freebsd-13-stable/crypto/heimdal/appl/login/
HDutmp_login.c101 struct hostent *he; in prepare_utmp() local
/freebsd-13-stable/usr.sbin/bluetooth/bthidcontrol/
HDbthidcontrol.c73 struct hostent *he = NULL; in main() local
HDhid.c92 struct hostent *he = NULL; in hid_known() local
/freebsd-13-stable/usr.sbin/bluetooth/hccontrol/
HDlink_control.c236 struct hostent *he = NULL; in hci_create_connection() local
555 struct hostent *he = NULL; in hci_remote_name_request() local

1234