Searched refs:errstring (Results 1 – 11 of 11) sorted by relevance
/freebsd/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/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/sys/dev/aic7xxx/aicasm/ |
H A D | aicasm.h | 85 void stop(const char *errstring, int err_code);
|
/freebsd/lib/libmilter/ |
H A D | Makefile | 31 signal.c sm_gethost.c errstring.c strl.c worker.c
|
/freebsd/sys/contrib/xen/io/ |
H A D | xs_wire.h | 69 const char *errstring; member
|
/freebsd/lib/libsm/ |
H A D | Makefile | 23 SRCS+= assert.c debug.c errstring.c exc.c heap.c match.c rpool.c \
|
/freebsd/sys/dev/xen/xenstore/ |
H A D | xenstore_dev.c | 115 return (xsd_errors[i].errstring); in xs_dev_error_to_string()
|
H A D | xenstore.c | 719 if (!strcmp(errorstring, xsd_errors[i].errstring)) in xs_get_error()
|
/freebsd/sys/contrib/openzfs/cmd/zfs/ |
H A D | zfs_main.c | 8517 const char *errstring = NULL; in zfs_do_channel_program() local 8525 errstring = strerror(ret); in zfs_do_channel_program() 8527 errstring = es; in zfs_do_channel_program() 8535 errstring = in zfs_do_channel_program() 8539 errstring = "Return value too large."; in zfs_do_channel_program() 8542 errstring = "Memory limit exhausted."; in zfs_do_channel_program() 8545 errstring = "Timed out."; in zfs_do_channel_program() 8548 errstring = "Permission denied. Channel " in zfs_do_channel_program() 8555 if (errstring != NULL) in zfs_do_channel_program() 8556 (void) fprintf(stderr, "%s:\n%s\n", msg, errstring); in zfs_do_channel_program()
|
/freebsd/contrib/tzcode/ |
H A D | zic.c | 181 static zic_t gethms(const char * string, const char * errstring); 1809 ** Call error with errstring and return zero on errors. 1813 gethms(char const *string, char const *errstring) in gethms() argument 1845 error("%s", errstring); in gethms() 1851 error("%s", errstring); in gethms()
|
/freebsd/contrib/sendmail/ |
H A D | RELEASE_NOTES | 3567 include/sendmail/errstring.h 3569 libsmutil/errstring.c
|