Home
last modified time | relevance | path

Searched refs:errstring (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/contrib/libpcap/
H A Dfmtutils.c115 char *errstring = strerror_r(errnum, strerror_buf, PCAP_ERRBUF_SIZE); in pcap_fmt_errmsg_for_errno() local
116 pcap_snprintf(p, errbuflen_remaining, "%s", errstring); in pcap_fmt_errmsg_for_errno()
/freebsd-13.1/contrib/less/
H A Dpattern.c67 constant char *errstring; local
72 &errstring, &erroffset, NULL);
75 parg.p_string = (char *) errstring;
/freebsd-13.1/sys/dev/aic7xxx/aicasm/
H A Daicasm.h87 void stop(const char *errstring, int err_code);
/freebsd-13.1/lib/libmilter/
H A DMakefile28 signal.c sm_gethost.c errstring.c strl.c worker.c
/freebsd-13.1/sys/xen/interface/io/
H A Dxs_wire.h69 const char *errstring; member
/freebsd-13.1/lib/libsm/
H A DMakefile25 SRCS+= assert.c debug.c errstring.c exc.c heap.c match.c rpool.c \
/freebsd-13.1/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c8037 char *errstring = NULL; in zfs_do_channel_program() local
8042 ZCP_RET_ERROR, &errstring); in zfs_do_channel_program()
8043 if (errstring == NULL) in zfs_do_channel_program()
8044 errstring = strerror(ret); in zfs_do_channel_program()
8052 errstring = in zfs_do_channel_program()
8056 errstring = "Return value too large."; in zfs_do_channel_program()
8059 errstring = "Memory limit exhausted."; in zfs_do_channel_program()
8062 errstring = "Timed out."; in zfs_do_channel_program()
8065 errstring = "Permission denied. Channel " in zfs_do_channel_program()
8072 if (errstring != NULL) in zfs_do_channel_program()
[all …]
/freebsd-13.1/contrib/tzcode/zic/
H A Dzic.c890 gethms(string, errstring, signable) in gethms() argument
892 const char * const errstring;
912 error(errstring);
918 error(errstring);
/freebsd-13.1/sys/dev/xen/xenstore/
H A Dxenstore_dev.c118 return (xsd_errors[i].errstring); in xs_dev_error_to_string()
H A Dxenstore.c722 if (!strcmp(errorstring, xsd_errors[i].errstring)) in xs_get_error()
/freebsd-13.1/contrib/sendmail/
H A DRELEASE_NOTES3269 include/sendmail/errstring.h
3271 libsmutil/errstring.c