Searched refs:errstring (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/crypto/openssl/crypto/dso/ |
| H A D | dso_vms.c | 322 char errstring[257]; in vms_bind_sym() local 325 errstring_dsc.dsc$w_length = sizeof(errstring); in vms_bind_sym() 328 errstring_dsc.dsc$a_pointer = errstring; in vms_bind_sym() 337 errstring[length] = '\0'; in vms_bind_sym() 343 errstring); in vms_bind_sym() 347 symname, ptr->filename, errstring); in vms_bind_sym() 422 char errstring[257]; in vms_merger() local 425 errstring_dsc.dsc$w_length = sizeof(errstring); in vms_merger() 428 errstring_dsc.dsc$a_pointer = errstring; in vms_merger() 435 errstring[length] = '\0'; in vms_merger() [all …]
|
| /freebsd-14.2/contrib/less/ |
| H A D | pattern.c | 63 constant char *errstring; in compile_pattern2() local 69 &errstring, &erroffset, NULL); in compile_pattern2() 72 parg.p_string = (char *) errstring; in compile_pattern2()
|
| /freebsd-14.2/sys/dev/aic7xxx/aicasm/ |
| H A D | aicasm.h | 85 void stop(const char *errstring, int err_code);
|
| /freebsd-14.2/lib/libmilter/ |
| H A D | Makefile | 32 signal.c sm_gethost.c errstring.c strl.c worker.c
|
| /freebsd-14.2/sys/contrib/xen/io/ |
| H A D | xs_wire.h | 69 const char *errstring; member
|
| /freebsd-14.2/lib/libsm/ |
| H A D | Makefile | 24 SRCS+= assert.c debug.c errstring.c exc.c heap.c match.c rpool.c \
|
| /freebsd-14.2/sys/dev/xen/xenstore/ |
| H A D | xenstore_dev.c | 116 return (xsd_errors[i].errstring); in xs_dev_error_to_string()
|
| H A D | xenstore.c | 720 if (!strcmp(errorstring, xsd_errors[i].errstring)) in xs_get_error()
|
| /freebsd-14.2/sys/contrib/openzfs/cmd/zfs/ |
| H A D | zfs_main.c | 8213 const char *errstring = NULL; in zfs_do_channel_program() local 8221 errstring = strerror(ret); in zfs_do_channel_program() 8223 errstring = es; in zfs_do_channel_program() 8231 errstring = in zfs_do_channel_program() 8235 errstring = "Return value too large."; in zfs_do_channel_program() 8238 errstring = "Memory limit exhausted."; in zfs_do_channel_program() 8241 errstring = "Timed out."; in zfs_do_channel_program() 8244 errstring = "Permission denied. Channel " in zfs_do_channel_program() 8251 if (errstring != NULL) in zfs_do_channel_program() 8252 (void) fprintf(stderr, "%s:\n%s\n", msg, errstring); in zfs_do_channel_program()
|
| /freebsd-14.2/contrib/tzcode/ |
| H A D | zic.c | 181 static zic_t gethms(const char * string, const char * errstring); 1813 gethms(char const *string, char const *errstring) in gethms() argument 1845 error("%s", errstring); in gethms() 1851 error("%s", errstring); in gethms()
|
| /freebsd-14.2/contrib/sendmail/ |
| H A D | RELEASE_NOTES | 3567 include/sendmail/errstring.h 3569 libsmutil/errstring.c
|