Searched refs:h_errno (Results 1 - 25 of 52) sorted by relevance

123

/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dh_errno.c36 RCSID("$Id: h_errno.c 10442 2001-08-08 03:47:23Z assar $");
40 int h_errno = -17; /* Some magic number */ variable
H A Dgetipnodebyname.c42 static int h_errno = NO_RECOVERY; variable
65 switch (h_errno) {
69 *error_num = h_errno;
H A Dgetipnodebyaddr.c53 switch (h_errno) {
57 *error_num = h_errno;
/freebsd-9.3-release/lib/libc/resolv/
H A Dh_errno.c33 #undef h_errno macro
34 extern int h_errno;
45 h_errno = res->res_h_errno = err;
H A Dherror.c81 #undef h_errno macro
82 int h_errno; variable
86 * print the error indicated by the h_errno value.
H A DSymbol.map62 h_errno;
/freebsd-9.3-release/sbin/dhclient/
H A Dtree.c48 extern int h_errno;
/freebsd-9.3-release/usr.bin/talk/
H A Dget_addrs.c56 errx(1, "%s: %s", his_machine_name, hstrerror(h_errno));
/freebsd-9.3-release/contrib/sendmail/libmilter/
H A Dsm_gethost.c76 *err = h_errno;
107 h = _switch_gethostbyname_r(name, &hp, buf, sizeof(buf), &h_errno);
/freebsd-9.3-release/contrib/sendmail/contrib/
H A Dbitdomain.c41 extern int h_errno;
174 switch (h_errno) {
205 * if it is not. A BIND error code is left in h_errno.
232 h_errno = NO_DATA;
237 if (errno == ECONNREFUSED || h_errno == TRY_AGAIN)
240 h_errno = TRY_AGAIN;
244 if (h_errno != HOST_NOT_FOUND)
/freebsd-9.3-release/contrib/ntp/include/
H A Dl_stdlib.h220 #if defined(DECL_H_ERRNO) && !defined(h_errno)
221 extern int h_errno;
H A Dntp_machine.h152 extern int h_errno;
/freebsd-9.3-release/lib/libbluetooth/
H A Dbluetooth.c86 h_errno = NO_RECOVERY;
108 h_errno = NETDB_INTERNAL;
113 h_errno = HOST_NOT_FOUND;
148 h_errno = NETDB_SUCCESS;
/freebsd-9.3-release/contrib/bind9/lib/bind9/
H A Dgetaddresses.c45 extern int h_errno;
195 switch (h_errno) {
/freebsd-9.3-release/contrib/bsnmp/lib/
H A Dsupport.c122 extern int h_errno;
137 return (h_errno);
/freebsd-9.3-release/contrib/sendmail/src/
H A Ddomain.c260 sm_dprintf("getmxrr: res_search(%s) failed (errno=%d, h_errno=%d)\n",
261 host, errno, h_errno);
262 switch (h_errno)
274 case 0: /* Ultrix resolver retns failure w/ h_errno=0 */
294 syserr("getmxrr: res_search (%s) failed with impossible h_errno (%d)",
295 host, h_errno);
473 h_errno == TRY_AGAIN ||
486 h_errno == TRY_AGAIN ||
889 sm_dprintf("\tNO: errno=%d, h_errno=%d\n",
890 save_errno, h_errno);
[all...]
/freebsd-9.3-release/usr.sbin/bluetooth/btpand/
H A Dbtpand.c91 optarg, hstrerror(h_errno));
109 optarg, hstrerror(h_errno));
/freebsd-9.3-release/lib/bind/lwres/lwres/
H A Dnetdb.h57 * (left in extern int h_errno).
404 #ifdef h_errno
405 #undef h_errno macro
407 #define h_errno lwres_h_errno macro
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dmachines.c37 int h_errno; variable
42 h_errno = 0; /* we are always successful!!! */
56 h_errno = 0; /* we are always successful!!! */
/freebsd-9.3-release/usr.sbin/bluetooth/bthidcontrol/
H A Dbthidcontrol.c74 errx(1, "%s: %s", optarg, hstrerror(h_errno));
/freebsd-9.3-release/usr.sbin/bluetooth/l2ping/
H A Dl2ping.c97 errx(1, "%s: %s", optarg, hstrerror(h_errno));
126 errx(1, "%s: %s", optarg, hstrerror(h_errno));
/freebsd-9.3-release/usr.sbin/timed/timedc/
H A Dcmds.c198 warnx("%s: %s", *argv, hstrerror(h_errno));
300 warnx("%s: %s", tgtname, hstrerror(h_errno));
398 warnx("%s: %s", *argv, hstrerror(h_errno));
/freebsd-9.3-release/include/
H A Dnetdb.h87 #define h_errno (*__h_errno()) macro
136 * (left in h_errno).
/freebsd-9.3-release/usr.sbin/bluetooth/bthidd/
H A Dbthidd.c83 errx(1, "%s: %s", optarg, hstrerror(h_errno));
/freebsd-9.3-release/usr.sbin/bluetooth/l2control/
H A Dl2control.c69 errx(1, "%s: %s", optarg, hstrerror(h_errno));

Completed in 284 milliseconds

123