| /netbsd-src/external/gpl2/groff/dist/src/roff/groff/ |
| H A D | pipeline.c | 221 char err_str[BUFSIZ]; in run_pipeline() local 234 sprintf(err_str, "%s: pipe", commands[i][0]); in run_pipeline() 235 sys_fatal(err_str); in run_pipeline() 249 sprintf(err_str, "%s: dup2(stdout)", commands[i][0]); in run_pipeline() 250 sys_fatal(err_str); in run_pipeline() 253 sprintf(err_str, "%s: close(pipe[WRITE])", commands[i][0]); in run_pipeline() 254 sys_fatal(err_str); in run_pipeline() 267 sprintf(err_str, " %s: dup2(stdin)", commands[i][0]); in run_pipeline() 268 sys_fatal(err_str); in run_pipeline() 271 sprintf(err_str, "%s: close(last_input)", commands[i][0]); in run_pipeline() [all …]
|
| /netbsd-src/usr.sbin/eeprom/ |
| H A D | prephandlers.c | 50 static char err_str[BUFSIZE]; variable 72 snprintf(err_str, sizeof err_str, "%s: %s", (str1), (str2)); \ 74 return (err_str); \ 157 (void) snprintf(err_str, sizeof err_str, in prep_handler() 159 return (err_str); in prep_handler()
|
| H A D | eehandlers.c | 57 static char err_str[BUFSIZE]; variable 110 warnx("%s", err_str); \ 117 warnx("%s", err_str); \ 533 strncpy(err_str, "memory allocation failed", sizeof err_str); in doio() 539 (void)snprintf(err_str, sizeof err_str, "open: %s: %s", path_eeprom, in doio() 546 (void)snprintf(err_str, sizeof err_str, "lseek: %s: %s", in doio() 553 (void)snprintf(err_str, sizeof err_str, "read: %s: %s", in doio() 563 (void)snprintf(err_str, sizeof err_str, "lseek: %s: %s", in doio() 571 (void)snprintf(err_str, sizeof err_str, "write: %s: %s", in doio()
|
| H A D | ophandlers.c | 50 static char err_str[BUFSIZE]; variable 66 snprintf(err_str, sizeof err_str, "%s: %s", (str1), (str2)); \ 68 return (err_str); \ 174 (void)snprintf(err_str, sizeof err_str, in op_handler() 176 return (err_str); in op_handler()
|
| H A D | ofhandlers.c | 49 static char err_str[BUFSIZE]; variable 76 snprintf(err_str, sizeof err_str, "%s: %s", (str1), (str2)); \ 78 return (err_str); \ 168 (void)snprintf(err_str, sizeof err_str, in of_handler() 170 return (err_str); in of_handler()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| H A D | warn.c | 50 const char *err_str = NULL; in _warnerr() local 67 err_str = krb5_get_error_message(context, code); in _warnerr() 68 if (err_str != NULL) { in _warnerr() 69 *arg = err_str; in _warnerr() 80 krb5_free_error_message(context, err_str); in _warnerr()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/OProfileJIT/ |
| H A D | OProfileJITEventListener.cpp | 60 const std::string err_str = sys::StrError(); in initialize() local 61 LLVM_DEBUG(dbgs() << "Failed to connect to OProfile agent: " << err_str in initialize() 71 const std::string err_str = sys::StrError(); in ~OProfileJITEventListener() local 73 << err_str << "\n"); in ~OProfileJITEventListener()
|
| /netbsd-src/crypto/external/bsd/libsaslc/dist/src/ |
| H A D | error.c | 53 if (err->err_str == NULL) { in saslc__error_get_strerror() 63 return err->err_str; in saslc__error_get_strerror()
|
| H A D | error.h | 54 const char *err_str; /**< string error */ member 67 (E)->err_str = (S); \
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/smbk5pwd/ |
| H A D | smbk5pwd.c | 925 char *err_str, *err_msg = "<unknown error>"; in smbk5pwd_modules_init() local 926 err_str = krb5_get_error_string( context ); in smbk5pwd_modules_init() 927 if (!err_str) in smbk5pwd_modules_init() 931 err_str ? err_str : err_msg, ret ); in smbk5pwd_modules_init() 932 if (err_str) in smbk5pwd_modules_init() 933 krb5_free_error_string( context, err_str ); in smbk5pwd_modules_init()
|
| /netbsd-src/libexec/ld.elf_so/ |
| H A D | xmalloc.c | 344 static const char *err_str = in irealloc() local 348 write(STDERR_FILENO, err_str, strlen(err_str)); in irealloc()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/test/ |
| H A D | output_test_helper.cc | 335 std::string err_str; in TestCase() local 336 regex->Init(substituted_regex,& err_str); in TestCase() 337 CHECK(err_str.empty()) << "Could not construct regex \"" << substituted_regex in TestCase() 340 << "\n got error: " << err_str; in TestCase()
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/ |
| H A D | output_test_helper.cc | 344 std::string err_str; in TestCase() local 345 regex->Init(substituted_regex, &err_str); in TestCase() 346 CHECK(err_str.empty()) << "Could not construct regex \"" << substituted_regex in TestCase() 349 << "\n got error: " << err_str; in TestCase()
|
| /netbsd-src/external/bsd/libpcap/dist/ |
| H A D | pcap-rpcap-unix.h | 1 pcap_t *rpcap_create(const char *device, char *err_str, int *is_ours);
|
| H A D | pcap-rdmasniff.h | 2 int rdmasniff_findalldevs(pcap_if_list_t *devlistp, char *err_str);
|
| H A D | pcap-bt-monitor-linux.h | 33 int bt_monitor_findalldevs(pcap_if_list_t *devlistp, char *err_str);
|
| H A D | pcap-usb-linux.h | 39 int usb_findalldevs(pcap_if_list_t *devlistp, char *err_str);
|
| H A D | pcap-bt-linux.h | 39 int bt_findalldevs(pcap_if_list_t *devlistp, char *err_str);
|
| H A D | pcap-netfilter-linux.h | 36 int netfilter_findalldevs(pcap_if_list_t *devlistp, char *err_str);
|
| /netbsd-src/external/bsd/unbound/dist/validator/ |
| H A D | validator.c | 2459 char* err_str = errinf_to_str_bogus(qstate); in processFinished() local 2460 if(err_str) { in processFinished() 2461 size_t err_str_len = strlen(err_str); in processFinished() 2462 log_info("%s", err_str); in processFinished() 2469 err_str, err_str_len+1); in processFinished() 2471 free(err_str); in processFinished()
|
| /netbsd-src/external/bsd/unbound/dist/iterator/ |
| H A D | iterator.c | 3927 char* err_str = errinf_to_str_misc(qstate); in processFinished() local 3928 if(err_str) { in processFinished() 3929 size_t err_str_len = strlen(err_str); in processFinished() 3930 verbose(VERB_ALGO, "iterator EDE: %s", err_str); in processFinished() 3937 err_str, err_str_len+1); in processFinished() 3939 free(err_str); in processFinished()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| H A D | aarch64.c | 15670 char *err_str = (char *) xmalloc (strlen (str) + 1); in aarch64_handle_attr_branch_protection() local 15672 &err_str); in aarch64_handle_attr_branch_protection() 15682 "=\")%> pragma or attribute", err_str); in aarch64_handle_attr_branch_protection() 15692 free (err_str); in aarch64_handle_attr_branch_protection()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| H A D | aarch64.cc | 18764 char *err_str = (char *) xmalloc (strlen (str) + 1); in aarch64_handle_attr_branch_protection() local 18766 &err_str); in aarch64_handle_attr_branch_protection() 18776 "=\")%> pragma or attribute", err_str); in aarch64_handle_attr_branch_protection() 18786 free (err_str); in aarch64_handle_attr_branch_protection()
|