Searched refs:errstring (Results 1 – 11 of 11) sorted by relevance
| /src/crypto/openssl/crypto/dso/ |
| H A D | dso_vms.c | 336 char errstring[257]; in vms_bind_sym() local 339 errstring_dsc.dsc$w_length = sizeof(errstring); in vms_bind_sym() 342 errstring_dsc.dsc$a_pointer = errstring; in vms_bind_sym() 351 errstring[length] = '\0'; in vms_bind_sym() 357 errstring); in vms_bind_sym() 361 symname, ptr->filename, errstring); in vms_bind_sym() 436 char errstring[257]; in vms_merger() local 439 errstring_dsc.dsc$w_length = sizeof(errstring); in vms_merger() 442 errstring_dsc.dsc$a_pointer = errstring; in vms_merger() 449 errstring[length] = '\0'; in vms_merger() [all …]
|
| /src/sys/dev/aic7xxx/aicasm/ |
| H A D | aicasm.h | 85 void stop(const char *errstring, int err_code);
|
| /src/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()
|
| /src/lib/libmilter/ |
| H A D | Makefile | 31 signal.c sm_gethost.c errstring.c strl.c worker.c
|
| /src/sys/contrib/xen/io/ |
| H A D | xs_wire.h | 69 const char *errstring; member
|
| /src/lib/libsm/ |
| H A D | Makefile | 22 SRCS+= assert.c debug.c errstring.c exc.c heap.c match.c rpool.c \
|
| /src/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 | 718 if (!strcmp(errorstring, xsd_errors[i].errstring)) in xs_get_error()
|
| /src/sys/contrib/openzfs/cmd/zfs/ |
| H A D | zfs_main.c | 8452 const char *errstring = NULL; in zfs_do_channel_program() local 8460 errstring = strerror(ret); in zfs_do_channel_program() 8462 errstring = es; in zfs_do_channel_program() 8470 errstring = in zfs_do_channel_program() 8474 errstring = "Return value too large."; in zfs_do_channel_program() 8477 errstring = "Memory limit exhausted."; in zfs_do_channel_program() 8480 errstring = "Timed out."; in zfs_do_channel_program() 8483 errstring = "Permission denied. Channel " in zfs_do_channel_program() 8490 if (errstring != NULL) in zfs_do_channel_program() 8491 (void) fprintf(stderr, "%s:\n%s\n", msg, errstring); in zfs_do_channel_program()
|
| /src/contrib/tzcode/ |
| H A D | zic.c | 263 static zic_t gethms(const char * string, const char * errstring); 2062 gethms(char const *string, char const *errstring) in gethms() argument 2094 error("%s", errstring); in gethms() 2100 error("%s", errstring); in gethms()
|
| /src/contrib/sendmail/ |
| H A D | RELEASE_NOTES | 3567 include/sendmail/errstring.h 3569 libsmutil/errstring.c
|