/src/distrib/syspkg/sets/base/base-locale-he/ |
Makefile | 3 PKGBASE=base-locale-he
|
/src/usr.bin/make/ |
hash.c | 116 HashEntry *he; local in function:HashTable_Find 124 for (he = t->buckets[h & t->bucketsMask]; he != NULL; he = he->next) { 125 if (he->hash == h && 126 strncmp(he->key, key.start, keyLen) == 0 && 127 he->key[keyLen] == '\0') 131 return he; 160 HashEntry *he = buckets[i] local in function:HashTable_Done 187 HashEntry *he = HashTable_FindEntry(t, key); local in function:HashTable_FindValue 198 HashEntry *he = HashTable_Find(t, key, h); local in function:HashTable_FindValueBySubstringHash 207 const HashEntry *he = t->buckets[b]; local in function:HashTable_MaxChain 234 HashEntry *he = oldBuckets[i]; local in function:HashTable_Enlarge 261 HashEntry *he = HashTable_Find(t, Substring_Init(key, keyEnd), h); local in function:HashTable_CreateEntry 289 HashEntry *he = HashTable_CreateEntry(t, key, NULL); local in function:HashTable_Set 314 HashEntry *he = hi->entry; local in function:HashIter_Next [all...] |
hash.h | 110 HashEntry_Get(HashEntry *he) 112 return he->value; 116 HashEntry_Set(HashEntry *he, void *datum) 118 he->value = datum;
|
/src/usr.bin/btkey/ |
btkey.c | 55 struct hostent *he; local in function:main 68 he = bt_gethostbyname(optarg); 69 if (he == NULL) 73 bdaddr_copy(&raddr, (bdaddr_t *)he->h_addr); 88 he = bt_gethostbyname(optarg); 89 if (he == NULL) 93 bdaddr_copy(&laddr, (bdaddr_t *)he->h_addr); 291 struct hostent *he; local in function:print_addr 297 else if ((he = bt_gethostbyaddr((const char *)addr, 299 printf(" (%s)", he->h_name) [all...] |
/src/usr.bin/ypwhich/ |
ypwhich.c | 103 struct hostent *he; local in function:main 174 he = gethostbyaddr((void *)&inaddr->s_addr, 176 if (he) 177 (void)printf("%s\n", he->h_name); 229 struct hostent *he; local in function:find_server 231 he = gethostbyname(host); 232 if (he == NULL) 234 (void)memmove(&sin.sin_addr, he->h_addr, sizeof(sin.sin_addr)); 276 struct hostent *he; local in function:find_mapmaster 294 he = gethostbyname(host) [all...] |
/src/distrib/utils/libhack/ |
gethost.c | 100 int *he) 106 info.he = he; 119 char *buf, size_t bufsiz, int *he) 125 info.he = he; 137 gethostent_r(FILE *hf, struct hostent *hent, char *buf, size_t buflen, int *he) 147 *he = NETDB_INTERNAL; 153 *he = HOST_NOT_FOUND; 226 *he = NETDB_SUCCESS [all...] |
/src/bin/sh/ |
histedit.c | 259 HistEvent he; local in function:sethistsize 274 history(hist, &he, H_SETSIZE, histsize + 1); 275 history(hist, &he, H_SETUNIQUE, 1); 284 HistEvent he; local in function:sethistfile 309 history(hist, &he, H_LOAD, file); 524 HistEvent he; local in function:save_sh_history 552 (void) history(hist, &he, H_SAVE_FP, fp); 609 HistEvent he; local in function:histcmd 678 history(hist, &he, H_CLEAR); 835 history(hist, &he, H_FIRST) 1045 HistEvent he; local in function:str_to_event [all...] |
/src/usr.sbin/rpc.bootparamd/ |
bootparamd.c | 79 struct hostent *he; local in function:main 96 he = gethostbyname(optarg); 97 if (he == 0) { 101 memmove(&route_addr.s_addr, he->h_addr, he->h_length); 157 struct hostent *he; local in function:bootparamproc_whoami_1_svc 177 he = gethostbyaddr((char *) &haddr, sizeof(haddr), AF_INET); 178 if (he) { 179 (void)strlcpy(askname, he->h_name, sizeof(askname)); 229 struct hostent *he; local in function:bootparamproc_getfile_1_svc [all...] |
/src/sys/dev/ic/ |
i128.c | 83 int xd, int yd, int wi, int he, int rop) 94 ys += he - 1; 95 yd += he - 1; 102 bus_space_write_4(tag, regh, XY2_WH, (wi << 16) | he); 109 int wi, int he, uint32_t color) 117 bus_space_write_4(tag, regh, XY2_WH, (wi << 16) | he);
|
/src/usr.bin/sdpquery/ |
sdpquery.c | 89 struct hostent *he = NULL; local in function:main 91 if ((he = bt_gethostbyname(optarg)) == NULL) 95 bdaddr_copy(&remote_addr, (bdaddr_t *)he->h_addr);
|
/src/lib/libc/net/ |
sethostent.c | 147 *info->he = HOST_NOT_FOUND; 169 *info->he = NETDB_INTERNAL; 175 *info->he = NETDB_INTERNAL; 189 info->he); 226 *info->he = HOST_NOT_FOUND; 256 *info->he = NETDB_INTERNAL; 280 *info->he = NETDB_INTERNAL; 284 info->he)) != NULL) 290 *info->he = HOST_NOT_FOUND;
|
gethnamaddr.c | 215 res_state res, struct hostent *hent, char *buf, size_t buflen, int *he) 248 *he = NO_RECOVERY; 493 *he = NO_RECOVERY; 513 *he = NETDB_SUCCESS; 518 *he = NETDB_INTERNAL; 524 int *he) 529 *he = NETDB_INTERNAL; 537 res, hp, buf, buflen, he); 543 hp = gethostbyname_internal(name, AF_INET, res, hp, buf, buflen, he); 550 size_t buflen, int *he) [all...] |
hostent.h | 61 int *he; member in struct:getnamaddr
|
/src/sys/arch/hpcmips/tx/ |
tx39icu.c | 438 struct txintr_high_entry *he; local in function:tx39_irqhigh_intr 462 TAILQ_FOREACH(he, &sc->sc_he_head[i], he_link) { 463 set = he->he_set; 464 he_mask = he->he_mask; 478 (*he->he_fun)(he->he_arg); 503 struct txintr_high_entry *he; local in function:tx39_irqhigh_establish 510 he = kmem_zalloc(sizeof(*he), KM_SLEEP); 511 he->he_set = set 528 struct txintr_high_entry *he; local in function:tx39_irqhigh_disestablish [all...] |
/src/sys/arch/amiga/dev/ |
mntva.c | 80 int he, uint32_t color); 82 int yd, int wi, int he); 351 mntva_rectfill(struct mntva_softc *sc, int x, int y, int wi, int he, 358 mntva_reg_write(sc, MNTVA_BLITTERY2, (uint16_t) y + he - 1); 368 int he) 373 mntva_reg_write(sc, MNTVA_BLITTERY2, (uint16_t) yd + he - 1); 377 mntva_reg_write(sc, MNTVA_BLITTERY4, (uint16_t) ys + he - 1); 391 int x, ys, yd, wi, he; local in function:mntva_copyrows 402 he = ri->ri_font->fontheight * nrows; 403 mntva_bitblt(sc, x, ys, x, yd, wi, he); 413 int x, y, wi, he, fg, bg, ul; local in function:mntva_eraserows [all...] |
/src/usr.bin/getent/ |
getent.c | 287 hostsprint(const struct hostent *he) 291 assert(he != NULL); 292 if (inet_ntop(he->h_addrtype, he->h_addr, buf, sizeof(buf)) == NULL) 294 printfmtstrings(he->h_aliases, " ", " ", "%-16s %s", buf, he->h_name); 300 struct hostent *he; local in function:hosts 310 while ((he = gethostent()) != NULL) 311 hostsprint(he); 315 he = gethostbyaddr(addr, IN6ADDRSZ, AF_INET6) [all...] |
/src/sys/dev/pci/ |
r128fb.c | 737 r128fb_rectfill(struct r128fb_softc *sc, int x, int y, int wi, int he, 756 (wi << 16) | he); 761 int wi, int he, int rop) 777 ys += he - 1; 778 yd += he - 1; 794 (wi << 16) | he); 803 int x, y, wi, he; local in function:r128fb_cursor 806 he = ri->ri_font->fontheight; 811 y = ri->ri_crow * he + ri->ri_yorigin; 812 r128fb_bitblt(sc, x, y, x, y, wi, he, R128_ROP3_Dn) 840 int i, x, y, wi, he, offset; local in function:r128fb_putchar 939 int i, x, y, wi, he, r, g, b, aval; local in function:r128fb_putchar_aa [all...] |
/src/usr.bin/btpin/ |
btpin.c | 72 struct hostent *he = NULL; local in function:main 74 if ((he = bt_gethostbyname(optarg)) == NULL) 78 bdaddr_copy(&rp.raddr, (bdaddr_t *)he->h_addr);
|
/src/usr.sbin/btdevctl/ |
btdevctl.c | 88 struct hostent *he = NULL; local in function:main 90 if ((he = bt_gethostbyname(optarg)) == NULL) 94 bdaddr_copy(&raddr, (bdaddr_t *)he->h_addr);
|
/src/usr.sbin/btpand/ |
btpand.c | 96 struct hostent *he; local in function:main 98 if ((he = bt_gethostbyname(optarg)) == NULL) 102 bdaddr_copy(&remote_bdaddr, (bdaddr_t *)he->h_addr);
|
/src/sys/dev/pci/voyager/ |
voyagerfb.c | 812 voyagerfb_rectfill(struct voyagerfb_softc *sc, int x, int y, int wi, int he, 827 (wi << 16) | he); 832 int wi, int he, int rop) 853 ys += he - 1; 854 yd += he - 1; 863 (wi << 16) | he); 872 int x, y, wi, he; local in function:voyagerfb_cursor 875 he = ri->ri_font->fontheight; 879 y = ri->ri_crow * he + ri->ri_yorigin; 881 voyagerfb_bitblt(sc, x, y, x, y, wi, he, ROP_INVERT) 935 int x, y, wi, he; local in function:voyagerfb_putchar_mono 993 int x, y, wi, he; local in function:voyagerfb_putchar_aa32 1083 int x, y, wi, he; local in function:voyagerfb_putchar_aa8 [all...] |
/src/lib/librumpuser/build-aux/ |
missing | 45 -h|--h|--he|--hel|--help)
|
/src/regress/sys/net/frag/ |
ip4_frag_1.c | 303 struct hostent *he; local in function:main 312 he = gethostbyname(argv[1]); 313 if (he == NULL) { 316 memcpy(&target, he->h_addr, sizeof(target));
|
/src/sys/external/isc/libsodium/dist/build-aux/ |
missing | 45 -h|--h|--he|--hel|--help)
|
/src/sys/external/isc/libsodium/dist/ |
missing | 45 -h|--h|--he|--hel|--help)
|