HomeSort by: relevance | last modified time | path
    Searched defs:he (Results 1 - 25 of 56) sorted by relevancy

1 2 3

  /src/lib/libc/net/
hostent.h 61 int *he; member in struct:getnamaddr
getnameinfo.c 395 int he; local in function:getnameinfo_inet
397 hbuf, sizeof(hbuf), &he);
417 switch (he) {
  /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.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/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.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/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/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/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/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/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...]
targ.c 274 HashEntry *he = HashTable_CreateEntry(&allTargetsByName, name, &isNew); local in function:Targ_GetNode
276 return HashEntry_Get(he);
280 HashEntry_Set(he, gn);
  /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/rfcomm_sppd/
rfcomm_sppd.c 144 struct hostent *he = NULL; local in function:main
146 if ((he = bt_gethostbyname(optarg)) == NULL)
150 bdaddr_copy(&raddr, (bdaddr_t *)he->h_addr);
  /src/usr.sbin/lpr/lpc/
lpc.c 82 HistEvent he; variable in typeref:typename:HistEvent
166 history(hist, &he, H_SETSIZE, 100); /* 100 elt history buffer */
179 history(hist, &he, H_ENTER, elline);
  /src/bin/sh/
input.c 344 HistEvent he; local in function:preadbuffer
347 history(hist, &he, whichprompt != 2 ? H_ENTER : H_APPEND,
350 history(hist, &he, H_NSAVE_FP, (size_t)0, HistFP);
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/crash/
crash.c 70 static HistEvent he; variable in typeref:typename:HistEvent
272 history(hist, &he, H_ENTER, el);
479 history(hist, &he, H_SETSIZE, 100);
  /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/sgimips/gio/
newport.c 288 int he, uint32_t color)
291 int y2 = y1 + he - 1;
319 int yd, int wi, int he, int rop)
328 yd += he - 1;
329 ys += he - 1;
331 ye = ys + he - 1;
724 int x, y, wi,he; local in function:newport_cursor
727 he = ri->ri_font->fontheight;
731 y = ri->ri_crow * he + ri->ri_yorigin;
732 newport_bitblt(dc, x, y, x, y, wi, he, 12)
    [all...]
  /src/sys/dev/ic/
ct65550.c 411 int x, y, wi, he; local in function:chipsfb_cursor
414 he = ri->ri_font->fontheight;
418 y = ri->ri_crow * he + ri->ri_yorigin;
420 chipsfb_bitblt(sc, x, y, x, y, wi, he, ROP_NOT_DST);
427 y = ri->ri_crow * he + ri->ri_yorigin;
428 chipsfb_bitblt(sc, x, y, x, y, wi, he, ROP_NOT_DST);
603 int i, l, x, y, wi, he, r, g, b, aval; local in function:chipsfb_putchar_aa
619 he = font->fontheight;
623 y = ri->ri_yorigin + row * he;
626 chipsfb_rectfill(sc, x, y, wi, he, bg)
725 int x, y, wi, he; local in function:chipsfb_putchar
    [all...]
  /src/sys/dev/rasops/
rasops.c 1319 int c, i, hmid, vmid, wi, he; local in function:rasops_make_box_chars_alpha
1323 he = ri->ri_font->fontheight;
1326 vmid = (he + 1) >> 1;
1343 for (i = vmid; i < he; i++) {
  /src/sys/dev/sbus/
zx.c 888 int x, y, wi, he; local in function:zx_do_cursor
891 he = ri->ri_font->fontheight;
895 y = ri->ri_crow * he + ri->ri_yorigin;
896 zx_fillrect(sc, x, y, wi, he, 0xff000000,
908 y = ri->ri_crow * he + ri->ri_yorigin;
909 zx_fillrect(sc, x, y, wi, he, 0xff000000,
  /src/usr.sbin/bta2dpd/bta2dpd/
bta2dpd.c 307 struct hostent *he = NULL; local in function:main
309 if ((he = bt_gethostbyname(optarg)) == NULL)
313 (bdaddr_t *)he->h_addr);
  /src/sys/dev/pci/
tdvfb.c 114 int he, uint32_t color);
116 int yd, int wi, int he);
851 tdvfb_rectfill(struct tdvfb_softc *sc, int x, int y, int wi, int he,
860 tdvfb_cvg_write(sc, TDV_OFF_BLTSIZE, wi | (he << 16));
869 int he)
878 tdvfb_cvg_write(sc, TDV_OFF_BLTSIZE, wi | (he << 16));
891 int x, ys, yd, wi, he; local in function:tdvfb_copyrows
902 he = ri->ri_font->fontheight * nrows;
903 tdvfb_bitblt(sc, x, ys, x, yd, wi, he);
914 int x, y, wi, he, fg, bg, ul local in function:tdvfb_eraserows
    [all...]

Completed in 50 milliseconds

1 2 3