| /freebsd/usr.bin/talk/ |
| H A D | io.c | 66 struct hostent *hp, *hp2; in talk() local 77 hp2 = gethostbyname(hp->h_name); in talk() 78 if (hp2 != NULL && hp2->h_addrtype == AF_INET && in talk() 79 hp2->h_length == sizeof(his_machine_addr)) in talk() 80 for (addr = hp2->h_addr_list; *addr != NULL; addr++) in talk()
|
| /freebsd/lib/libc/tests/resolv/ |
| H A D | resolv_test.c | 131 struct hostent *hp, *hp2; in resolv_gethostby() local 137 hp2 = gethostbyaddr(buf, hp->h_length, hp->h_addrtype); in resolv_gethostby() 138 if (hp2) { in resolv_gethostby() 139 DBG("T%ld: reverse %s\n", threadnum, hp2->h_name); in resolv_gethostby() 152 struct hostent *hp, *hp2; in resolv_getipnodeby() local 159 hp2 = getipnodebyaddr(buf, hp->h_length, hp->h_addrtype, in resolv_getipnodeby() 161 if (hp2) { in resolv_getipnodeby() 162 DBG("T%ld: reverse %s\n", threadnum, hp2->h_name); in resolv_getipnodeby() 163 freehostent(hp2); in resolv_getipnodeby()
|
| /freebsd/usr.sbin/nscd/ |
| H A D | cachelib.c | 76 struct cache_ht_item_data_ *hp1, *hp2; in ht_items_cmp_func() local 81 hp2 = (struct cache_ht_item_data_ *)p2; in ht_items_cmp_func() 84 assert(hp2->key != NULL); in ht_items_cmp_func() 86 if (hp1->key_size != hp2->key_size) { in ht_items_cmp_func() 87 min_size = (hp1->key_size < hp2->key_size) ? hp1->key_size : in ht_items_cmp_func() 88 hp2->key_size; in ht_items_cmp_func() 89 result = memcmp(hp1->key, hp2->key, min_size); in ht_items_cmp_func() 92 return ((hp1->key_size < hp2->key_size) ? -1 : 1); in ht_items_cmp_func() 96 return (memcmp(hp1->key, hp2->key, hp1->key_size)); in ht_items_cmp_func() 102 struct cache_ht_item_data_ *hp1, *hp2; in ht_items_fixed_size_left_cmp_func() local [all …]
|
| /freebsd/libexec/bootpd/ |
| H A D | readfile.c | 1378 if ((hp->flags.MEMBER = hp2->flags.MEMBER) != 0) { \ 1379 hp->MEMBER = hp2->MEMBER; \ 1387 if ((hp->flags.MEMBER = hp2->flags.MEMBER) != 0) { \ 1388 assert(hp2->MEMBER); \ 1389 hp->MEMBER = hp2->MEMBER; \ 1406 struct host *hp2; in fill_defaults() local 1412 hp2 = (struct host *) hash_Lookup(nmhashtable, hashcode, nmcmp, tstring); in fill_defaults() 1414 if (hp2 == NULL) { in fill_defaults() 1438 if ((hp->flags.vm_cookie = hp2->flags.vm_cookie)) { in fill_defaults() 1439 bcopy(hp2->vm_cookie, hp->vm_cookie, 4); in fill_defaults() [all …]
|
| /freebsd/lib/libc/net/ |
| H A D | name6.c | 291 struct hostent *hp2 = gethostbyname2(name, AF_INET); in getipnodebyname() local 293 if (hp2 == NULL) in getipnodebyname() 296 hp = _hpmapv6(hp2, errp); in getipnodebyname() 298 if (hp2 && strcmp(hp->h_name, hp2->h_name) == 0) { in getipnodebyname() 300 hp = _hpmerge(hpb, hp2, errp); in getipnodebyname() 500 _hpmerge(struct hostent *hp1, struct hostent *hp2, int *errp) in _hpmerge() argument 510 return _hpcopy(hp2, errp); in _hpmerge() 511 if (hp2 == NULL) in _hpmerge() 514 #define HP(i) (i == 1 ? hp1 : hp2) in _hpmerge() 516 hp->h_name = (hp1->h_name != NULL ? hp1->h_name : hp2->h_name); in _hpmerge() [all …]
|
| /freebsd/sbin/hastd/ |
| H A D | hooks.c | 283 struct hookproc *hp, *hp2; in hook_check() local 295 TAILQ_FOREACH_SAFE(hp, &hookprocs, hp_next, hp2) { in hook_check()
|
| /freebsd/sys/fs/nfs/ |
| H A D | nfs_commonsubs.c | 3801 struct nfsrv_lughash *hp, *hp2; in nfsv4_strtouid() local 3863 hp2 = NFSUSERHASH(usrp->lug_uid); in nfsv4_strtouid() 3864 mtx_lock(&hp2->mtx); in nfsv4_strtouid() 3865 TAILQ_REMOVE(&hp2->lughead, usrp, lug_numhash); in nfsv4_strtouid() 3866 TAILQ_INSERT_TAIL(&hp2->lughead, usrp, in nfsv4_strtouid() 3869 mtx_unlock(&hp2->mtx); in nfsv4_strtouid() 4025 struct nfsrv_lughash *hp, *hp2; in nfsv4_strtogid() local 4085 hp2 = NFSGROUPHASH(usrp->lug_gid); in nfsv4_strtogid() 4086 mtx_lock(&hp2->mtx); in nfsv4_strtogid() 4087 TAILQ_REMOVE(&hp2->lughead, usrp, lug_numhash); in nfsv4_strtogid() [all …]
|
| /freebsd/share/doc/smm/02.config/ |
| H A D | spell.ok | 171 hp2
|
| /freebsd/contrib/openbsm/config/ |
| H A D | depcomp | 435 hp2)
|
| /freebsd/contrib/ntp/sntp/libevent/build-aux/ |
| H A D | depcomp | 435 hp2)
|
| /freebsd/contrib/ntp/sntp/libevent/ |
| H A D | depcomp | 435 hp2)
|
| /freebsd/contrib/file/ |
| H A D | depcomp | 435 hp2)
|
| /freebsd/contrib/libevent/build-aux/ |
| H A D | depcomp | 435 hp2)
|
| /freebsd/contrib/openpam/ |
| H A D | depcomp | 436 hp2)
|
| /freebsd/usr.sbin/mountd/ |
| H A D | mountd.c | 3141 struct hostlist *hp2; in free_host() local 3144 hp2 = hp; in free_host() 3146 free((caddr_t)hp2); in free_host()
|
| /freebsd/ |
| H A D | ObsoleteFiles.inc | 6494 OLD_FILES+=usr/share/terminfo/h/hp2
|
| /freebsd/contrib/ncurses/misc/ |
| H A D | terminfo.src | 10736 hp2|hpex2|Hewlett-Packard extended capabilities newer version, 27414 # dm80, hpterm, emu-220, hp2, iTerm2.app, mterm-ansi, ncrvt100an,
|
| /freebsd/contrib/ncurses/ |
| H A D | NEWS | 3215 dm80, hpterm, emu-220, hp2, iTerm2.app, mterm-ansi, ncrvt100an,
|