Searched refs:he (Results 51 - 75 of 140) sorted by relevance

123456

/freebsd-10.0-release/usr.sbin/bluetooth/rfcomm_pppd/
H A Drfcomm_pppd.c84 struct hostent *he = NULL; local
86 if ((he = bt_gethostbyname(optarg)) == NULL)
89 memcpy(&addr, he->h_addr, sizeof(addr));
/freebsd-10.0-release/contrib/texinfo/makeinfo/
H A Dlang.h38 ha, he, hi, hr, hu, hy, enumerator in enum:__anon4411
/freebsd-10.0-release/bin/sh/
H A Dinput.c292 HistEvent he; local
294 history(hist, &he, whichprompt == 1 ? H_ENTER : H_ADD,
/freebsd-10.0-release/contrib/atf/admin/
H A Dmissing64 -h|--h|--he|--hel|--help)
/freebsd-10.0-release/crypto/openssl/crypto/bio/
H A Db_sock.c125 struct hostent *he; local
146 he=BIO_gethostbyname(str);
147 if (he == NULL)
154 if ((short)he->h_addrtype != AF_INET)
160 ip[i]=he->h_addr_list[0][i];
/freebsd-10.0-release/usr.sbin/bluetooth/hccontrol/
H A Dhost_controller_baseband.c203 struct hostent *he = NULL; local
205 if ((he = bt_gethostbyname(argv[0])) == NULL)
208 memcpy(&cmd.cp.bdaddr, he->h_addr, sizeof(cmd.cp.bdaddr));
309 struct hostent *he = NULL; local
311 if ((he = bt_gethostbyname(argv[0])) == NULL)
314 memcpy(&cp.bdaddr, he->h_addr, sizeof(cp.bdaddr));
360 struct hostent *he = NULL; local
362 if ((he = bt_gethostbyname(argv[0])) == NULL)
365 memcpy(&cp.bdaddr, he->h_addr, sizeof(cp.bdaddr));
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Drefclock_nmea.c167 struct hostent *he; local
180 if ((he = gethostbyname(nmea_host)) == NULL)
186 so_addr.sin_addr = *((struct in_addr *) he->h_addr);
/freebsd-10.0-release/usr.bin/bluetooth/btsockstat/
H A Dbtsockstat.c550 struct hostent *he = NULL; local
565 (he = bt_gethostbyaddr((char *)ba, sizeof(*ba), AF_BLUETOOTH)) != NULL) {
566 strlcpy(str, he->h_name, len);
/freebsd-10.0-release/contrib/sendmail/cf/m4/
H A Dcfhead.m498 dnl same characters, he does not deserve any better, does he?
/freebsd-10.0-release/contrib/binutils/
H A Dmissing64 -h|--h|--he|--hel|--help)
/freebsd-10.0-release/contrib/gdb/
H A Dmissing54 -h|--h|--he|--hel|--help)
/freebsd-10.0-release/contrib/libyaml/config/
H A Dmissing64 -h|--h|--he|--hel|--help)
/freebsd-10.0-release/contrib/ntp/arlib/
H A Dmissing64 -h|--h|--he|--hel|--help)
/freebsd-10.0-release/contrib/ntp/
H A Dmissing64 -h|--h|--he|--hel|--help)
/freebsd-10.0-release/contrib/ntp/sntp/
H A Dmissing64 -h|--h|--he|--hel|--help)
/freebsd-10.0-release/contrib/ofed/libibcm/config/
H A Dmissing64 -h|--h|--he|--hel|--help)
/freebsd-10.0-release/contrib/ofed/librdmacm/config/
H A Dmissing64 -h|--h|--he|--hel|--help)
/freebsd-10.0-release/contrib/openbsm/config/
H A Dmissing64 -h|--h|--he|--hel|--help)
/freebsd-10.0-release/contrib/sqlite3/
H A Dmissing64 -h|--h|--he|--hel|--help)
/freebsd-10.0-release/crypto/heimdal/
H A Dmissing64 -h|--h|--he|--hel|--help)
/freebsd-10.0-release/sys/compat/linux/
H A Dlinux_ioctl.c3477 struct handler_element *he; local
3498 TAILQ_FOREACH(he, &handlers, list) {
3499 if (cmd >= he->low && cmd <= he->high) {
3500 error = (*he->func)(td, args);
3523 struct handler_element *he, *cur; local
3533 TAILQ_FOREACH(he, &handlers, list) {
3534 if (he->func == h->func)
3537 if (he == NULL) {
3538 he
3566 struct handler_element *he; local
[all...]
/freebsd-10.0-release/contrib/bsnmp/lib/
H A Dsnmp.c1384 struct hostent *he; local
1399 if ((he = gethostbyname(str)) == NULL)
1401 if (he->h_addrtype != AF_INET)
1404 v->ipaddress[0] = he->h_addr[0];
1405 v->ipaddress[1] = he->h_addr[1];
1406 v->ipaddress[2] = he->h_addr[2];
1407 v->ipaddress[3] = he->h_addr[3];
/freebsd-10.0-release/usr.sbin/cron/doc/
H A DINSTALL38 command was originally written by Bill Joy before he left Berkeley, and it
/freebsd-10.0-release/contrib/amd/scripts/
H A Dexpn.11112 local($he);
1142 ($he = $host) =~ s/(\W)/\\$1/g;
1146 } elsif ($addr !~ /$he/i) {
H A Dexpn.in1111 local($he);
1141 ($he = $host) =~ s/(\W)/\\$1/g;
1145 } elsif ($addr !~ /$he/i) {

Completed in 394 milliseconds

123456