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

123

/freebsd-11.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-11.0-release/lib/libc/resolv/
H A Dh_errno.c25 * $FreeBSD: releng/11.0/lib/libc/resolv/h_errno.c 288018 2015-09-20 04:26:55Z rodrigc $
33 #undef h_errno macro
34 extern int h_errno;
48 h_errno = res->res_h_errno = err;
H A DMakefile.inc6 SRCS+= herror.c h_errno.c mtctxres.c res_comp.c res_data.c res_debug.c \
H A Dherror.c80 #undef h_errno macro
81 int h_errno; variable
85 * print the error indicated by the h_errno value.
/freebsd-11.0-release/sbin/dhclient/
H A Dtree.c48 extern int h_errno;
/freebsd-11.0-release/usr.bin/talk/
H A Dget_addrs.c56 errx(1, "%s: %s", his_machine_name, hstrerror(h_errno));
/freebsd-11.0-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-11.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-11.0-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-11.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-11.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-11.0-release/contrib/bsnmp/lib/
H A Dsupport.c122 extern int h_errno;
137 return (h_errno);
/freebsd-11.0-release/usr.sbin/bluetooth/btpand/
H A Dbtpand.c92 optarg, hstrerror(h_errno));
110 optarg, hstrerror(h_errno));
/freebsd-11.0-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-11.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-11.0-release/kerberos5/lib/libroken/
H A DMakefile43 h_errno.c \
/freebsd-11.0-release/usr.sbin/bluetooth/l2ping/
H A Dl2ping.c98 errx(1, "%s: %s", optarg, hstrerror(h_errno));
127 errx(1, "%s: %s", optarg, hstrerror(h_errno));
/freebsd-11.0-release/lib/libcasper/services/cap_dns/
H A Dcap_dns.c119 h_errno = NO_RECOVERY;
142 h_errno = NO_RECOVERY;
146 h_errno = (int)nvlist_get_number(nvl, "error");
169 h_errno = NO_RECOVERY;
173 h_errno = (int)nvlist_get_number(nvl, "error");
485 return (h_errno);
510 return (h_errno);
/freebsd-11.0-release/include/
H A Dnetdb.h97 #define h_errno (*__h_errno()) macro
148 * (left in h_errno).
/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/net/
H A Dh_hostent.c105 printf("error %d\n", h_errno);
/freebsd-11.0-release/usr.sbin/bluetooth/bthidcontrol/
H A Dbthidcontrol.c75 errx(1, "%s: %s", optarg, hstrerror(h_errno));
/freebsd-11.0-release/usr.sbin/bluetooth/bthidd/
H A Dbthidd.c84 errx(1, "%s: %s", optarg, hstrerror(h_errno));

Completed in 125 milliseconds

123