Searched refs:he (Results 101 - 125 of 264) sorted by relevance

1234567891011

/netbsd-6-1-5-RELEASE/external/bsd/cron/dist/
H A DINSTALL42 command was originally written by Bill Joy before he left Berkeley, and it
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/v850/
H A DMakefile.in103 -n engine.h -he tmp-engine.h \
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/intl/
H A Dconfig.charset184 for l in he he_IL iw iw_IL; do
587 echo "he CP862"
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-runtime/intl/
H A Dconfig.charset184 for l in he he_IL iw iw_IL; do
617 echo "he CP862"
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Dconfig.charset184 for l in he he_IL iw iw_IL; do
617 echo "he CP862"
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/mn10300/
H A DMakefile.in107 -n engine.h -he tmp-engine.h \
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dmachfb.c1430 int x, y, wi, he; local
1433 he = ri->ri_font->fontheight;
1437 y = ri->ri_crow * he + ri->ri_yorigin;
1439 mach64_bitblt(sc, x, y, x, y, wi, he, MIX_NOT_SRC,
1447 y = ri->ri_crow * he + ri->ri_yorigin;
1448 mach64_bitblt(sc, x, y, x, y, wi, he, MIX_NOT_SRC,
1478 int x, y, wi, he; local
1480 he = font->fontheight;
1487 y = ri->ri_yorigin + row * he;
1489 mach64_rectfill(sc, x, y, wi, he, b
[all...]
/netbsd-6-1-5-RELEASE/dist/dhcp/server/
H A Ddhcpd.c413 struct hostent *he; local
414 he = gethostbyname (server);
415 if (he) {
417 he -> h_addr_list [0],
/netbsd-6-1-5-RELEASE/external/bsd/libevent/dist/test/
H A Dregress_http.c115 struct hostent *he; local
126 if (!(he = gethostbyname(address))) {
129 memcpy(&sin.sin_addr, he->h_addr_list[0], he->h_length);
/netbsd-6-1-5-RELEASE/gnu/usr.bin/send-pr/
H A Dconfigure107 -help | --help | --hel | --he)
629 -help | --help | --hel | --he | --h)
/netbsd-6-1-5-RELEASE/sys/dev/marvell/
H A Dif_gfe.c1830 uint64_t he; local
1850 he = ((uint64_t) eaddr[5] << 43) |
1861 hash &= sc->sc_hashmask / sizeof(he);
1888 if (((he ^ thishe) & HSH_ADDR_MASK) == 0) {
1894 hash * sizeof(he), sizeof(he),
1909 hash = (hash + 1) & (sc->sc_hashmask / sizeof(he));
1930 *maybe_he_p = he;
1932 maybe_hash * sizeof(he), sizeof(he), BUS_DMASYNC_PREWRIT
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libevent/dist/
H A Dhttp.c157 struct hostent *he = NULL; local
160 he = gethostbyname(hostname);
161 if (!he)
164 ai->ai_family = he ? he->h_addrtype : AF_INET;
172 if (he) {
173 sa->sin_family = he->h_addrtype;
174 memcpy(&sa->sin_addr, he->h_addr_list[0], he->h_length);
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/scripts/
H A Dexpn.in1111 local($he);
1141 ($he = $host) =~ s/(\W)/\\$1/g;
1145 } elsif ($addr !~ /$he/i) {
/netbsd-6-1-5-RELEASE/sys/dev/sbus/
H A Dzx.c897 int x, y, wi, he; local
900 he = ri->ri_font->fontheight;
904 y = ri->ri_crow * he + ri->ri_yorigin;
905 zx_fillrect(sc, x, y, wi, he, 0xff000000,
917 y = ri->ri_crow * he + ri->ri_yorigin;
918 zx_fillrect(sc, x, y, wi, he, 0xff000000,
/netbsd-6-1-5-RELEASE/dist/dhcp/client/
H A Ddhclient.c313 struct hostent *he; local
314 he = gethostbyname (relay);
315 if (he) {
316 memcpy (&giaddr, he -> h_addr_list [0],
357 struct hostent *he; local
358 he = gethostbyname (server);
359 if (he) {
361 he -> h_addr_list [0],
/netbsd-6-1-5-RELEASE/distrib/syspkg/sets/base/
H A DMakefile59 SUBDIR+=base-locale-he
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/misc/
H A Dautopoint.in203 --help | --hel | --he | --h )
/netbsd-6-1-5-RELEASE/sbin/fsdb/
H A Dfsdb.c254 HistEvent he; local
262 history(hist, &he, H_SETSIZE, 100); /* 100 elt history buffer */
274 history(hist, &he, H_ENTER, elline);
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Ddaemon.c1234 struct hostent *he = NULL;
1240 he = gethostbyname( host );
1241 if( he == NULL ) {
1246 for (n = 0; he->h_addr_list[n]; n++) /* empty */;
1261 he ? (struct in_addr *)he->h_addr_list[i] : &in,
/netbsd-6-1-5-RELEASE/usr.bin/cdplay/
H A Dcdplay.c162 static HistEvent he; variable
286 history(hist, &he, H_SETSIZE, 100); /* 100 elt history buffer */
300 history(hist, &he, H_ENTER, elline);
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/ldaptcl/
H A Dconfigure150 -help | --help | --hel | --he)
1226 -help | --help | --hel | --he | --h)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/mips/
H A DMakefile.in164 -n engine.h -he tmp-engine.h \
353 -n $${p}_engine.h -he tmp-engine.h \
/netbsd-6-1-5-RELEASE/sys/dev/rasops/
H A Drasops.c1717 int c, i, hmid, vmid, wi, he; local
1720 he = ri->ri_font->fontheight;
1722 vmid = (he + 1) >> 1;
1739 for (i = vmid; i < he; i++) {
/netbsd-6-1-5-RELEASE/gnu/dist/autoconf/
H A Dconfigure230 -help | --help | --hel | --he | -h)
232 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
234 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1647 --he | --h)
/netbsd-6-1-5-RELEASE/tools/host-mkdep/
H A Dconfigure231 -help | --help | --hel | --he | -h)
233 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
235 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
2178 --he | --h)

Completed in 379 milliseconds

1234567891011