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

12

/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Dh_errno.c37 int h_errno = -17; /* Some magic number */ variable
H A Dgetipnodebyname.c39 static int h_errno = NO_RECOVERY; variable
62 switch (h_errno) {
66 *error_num = h_errno;
H A Dgetipnodebyaddr.c50 switch (h_errno) {
54 *error_num = h_errno;
/freebsd-10.0-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-10.0-release/sbin/dhclient/
H A Dtree.c48 extern int h_errno;
/freebsd-10.0-release/usr.bin/talk/
H A Dget_addrs.c56 errx(1, "%s: %s", his_machine_name, hstrerror(h_errno));
/freebsd-10.0-release/contrib/sendmail/libmilter/
H A Dsm_gethost.c65 *err = h_errno;
96 h = _switch_gethostbyname_r(name, &hp, buf, sizeof(buf), &h_errno);
/freebsd-10.0-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-10.0-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-10.0-release/contrib/ntp/arlib/
H A Darlib.c25 extern int errno, h_errno;
441 h_errno = NO_RECOVERY;
451 h_errno = TRY_AGAIN;
689 h_errno = TRY_AGAIN;
803 h_errno = HOST_NOT_FOUND;
806 h_errno = TRY_AGAIN;
809 h_errno = NO_DATA;
815 h_errno = NO_RECOVERY;
823 if (h_errno != TRY_AGAIN)
907 h_errno
[all...]
/freebsd-10.0-release/contrib/bsnmp/lib/
H A Dsupport.c122 extern int h_errno;
137 return (h_errno);
/freebsd-10.0-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-10.0-release/usr.sbin/bluetooth/btpand/
H A Dbtpand.c91 optarg, hstrerror(h_errno));
109 optarg, hstrerror(h_errno));
/freebsd-10.0-release/contrib/ntp/libntp/
H A Dmachines.c34 int h_errno; variable
39 h_errno = 0; /* we are always successful!!! */
53 h_errno = 0; /* we are always successful!!! */
H A Dntp_rfc2553.c126 return (h_errno);
299 if (h_errno == TRY_AGAIN)
/freebsd-10.0-release/usr.sbin/timed/timedc/
H A Dcmds.c194 warnx("%s: %s", *argv, hstrerror(h_errno));
294 warnx("%s: %s", tgtname, hstrerror(h_errno));
390 warnx("%s: %s", *argv, hstrerror(h_errno));
/freebsd-10.0-release/kerberos5/lib/libroken/
H A DMakefile44 h_errno.c \
/freebsd-10.0-release/usr.sbin/bluetooth/bthidcontrol/
H A Dbthidcontrol.c74 errx(1, "%s: %s", optarg, hstrerror(h_errno));
/freebsd-10.0-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-10.0-release/include/
H A Dnetdb.h87 #define h_errno (*__h_errno()) macro
136 * (left in h_errno).
/freebsd-10.0-release/usr.sbin/bluetooth/bthidd/
H A Dbthidd.c83 errx(1, "%s: %s", optarg, hstrerror(h_errno));
/freebsd-10.0-release/usr.sbin/bluetooth/l2control/
H A Dl2control.c69 errx(1, "%s: %s", optarg, hstrerror(h_errno));
/freebsd-10.0-release/usr.sbin/bluetooth/sdpcontrol/
H A Dsdpcontrol.c70 errx(1, "%s: %s", optarg, hstrerror(h_errno));

Completed in 160 milliseconds

12