Searched refs:errstring (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/libpcap/ |
| H A D | fmtutils.c | 115 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 D | pattern.c | 67 constant char *errstring; local 72 &errstring, &erroffset, NULL); 75 parg.p_string = (char *) errstring;
|
| /freebsd-13.1/sys/dev/aic7xxx/aicasm/ |
| H A D | aicasm.h | 87 void stop(const char *errstring, int err_code);
|
| /freebsd-13.1/lib/libmilter/ |
| H A D | Makefile | 28 signal.c sm_gethost.c errstring.c strl.c worker.c
|
| /freebsd-13.1/sys/xen/interface/io/ |
| H A D | xs_wire.h | 69 const char *errstring; member
|
| /freebsd-13.1/lib/libsm/ |
| H A D | Makefile | 25 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 D | zfs_main.c | 8037 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 D | zic.c | 890 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 D | xenstore_dev.c | 118 return (xsd_errors[i].errstring); in xs_dev_error_to_string()
|
| H A D | xenstore.c | 722 if (!strcmp(errorstring, xsd_errors[i].errstring)) in xs_get_error()
|
| /freebsd-13.1/contrib/sendmail/ |
| H A D | RELEASE_NOTES | 3269 include/sendmail/errstring.h 3271 libsmutil/errstring.c
|