Home
last modified time | relevance | path

Searched refs:err_str (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/roff/groff/
H A Dpipeline.c221 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 Dprephandlers.c50 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 Deehandlers.c57 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 Dophandlers.c50 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 Dofhandlers.c49 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 Dwarn.c50 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 DOProfileJITEventListener.cpp60 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 Derror.c53 if (err->err_str == NULL) { in saslc__error_get_strerror()
63 return err->err_str; in saslc__error_get_strerror()
H A Derror.h54 const char *err_str; /**< string error */ member
67 (E)->err_str = (S); \
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/smbk5pwd/
H A Dsmbk5pwd.c925 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 Dxmalloc.c344 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 Doutput_test_helper.cc335 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 Doutput_test_helper.cc344 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 Dpcap-rpcap-unix.h1 pcap_t *rpcap_create(const char *device, char *err_str, int *is_ours);
H A Dpcap-rdmasniff.h2 int rdmasniff_findalldevs(pcap_if_list_t *devlistp, char *err_str);
H A Dpcap-bt-monitor-linux.h33 int bt_monitor_findalldevs(pcap_if_list_t *devlistp, char *err_str);
H A Dpcap-usb-linux.h39 int usb_findalldevs(pcap_if_list_t *devlistp, char *err_str);
H A Dpcap-bt-linux.h39 int bt_findalldevs(pcap_if_list_t *devlistp, char *err_str);
H A Dpcap-netfilter-linux.h36 int netfilter_findalldevs(pcap_if_list_t *devlistp, char *err_str);
/netbsd-src/external/bsd/unbound/dist/validator/
H A Dvalidator.c2459 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 Diterator.c3927 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 Daarch64.c15670 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 Daarch64.cc18764 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()