Searched refs:err_str (Results 1 - 16 of 16) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/libsaslc/dist/src/
H A Derror.c53 if (err->err_str == NULL) {
63 return err->err_str;
H A Derror.h54 const char *err_str; /**< string error */ member in struct:saslc__error_t
67 (E)->err_str = (S); \
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/
H A Dpcap-bt-linux.h39 int bt_platform_finddevs(pcap_if_t **alldevsp, char *err_str);
H A Dpcap-usb-linux.h39 int usb_platform_finddevs(pcap_if_t **alldevsp, char *err_str);
H A Dpcap-bt-linux.c75 bt_platform_finddevs(pcap_if_t **alldevsp, char *err_str) argument
89 snprintf(err_str, PCAP_ERRBUF_SIZE, "Can't open raw Bluetooth socket %d:%s",
97 snprintf(err_str, PCAP_ERRBUF_SIZE, "Can't allocate %zu bytes for Bluetooth device list",
107 snprintf(err_str, PCAP_ERRBUF_SIZE, "Can't get Bluetooth device list via ioctl %d:%s",
121 dev_descr, err_str) < 0)
H A Dpcap-usb-linux.c131 usb_dev_add(pcap_if_t** alldevsp, int n, char *err_str) argument
139 dev_descr, err_str) < 0)
145 usb_platform_finddevs(pcap_if_t **alldevsp, char *err_str) argument
166 ret = usb_dev_add(alldevsp, n, err_str);
187 ret = usb_dev_add(alldevsp, n, err_str);
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/roff/groff/
H A Dpipeline.c221 char err_str[BUFSIZ]; local
234 sprintf(err_str, "%s: pipe", commands[i][0]);
235 sys_fatal(err_str);
249 sprintf(err_str, "%s: dup2(stdout)", commands[i][0]);
250 sys_fatal(err_str);
253 sprintf(err_str, "%s: close(pipe[WRITE])", commands[i][0]);
254 sys_fatal(err_str);
267 sprintf(err_str, " %s: dup2(stdin)", commands[i][0]);
268 sys_fatal(err_str);
271 sprintf(err_str, "
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/eeprom/
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); \
170 (void)snprintf(err_str, sizeof err_str,
172 return (err_str);
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); \
178 (void)snprintf(err_str, sizeof err_str,
180 return (err_str);
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,
159 return (err_str);
H A Deehandlers.c59 static char err_str[BUFSIZE]; variable
99 warnx("%s", err_str); \
106 warnx("%s", err_str); \
542 memcpy(err_str, "memory allocation failed", sizeof err_str);
548 (void)snprintf(err_str, sizeof err_str, "open: %s: %s", path_eeprom,
555 (void)snprintf(err_str, sizeof err_str, "lseek: %s: %s",
562 (void)snprintf(err_str, sizeo
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dwarn.c50 const char *err_str = NULL; local
67 err_str = krb5_get_error_message(context, code);
68 if (err_str != NULL) {
69 *arg = err_str;
80 krb5_free_error_message(context, err_str);
/netbsd-6-1-5-RELEASE/libexec/ld.elf_so/
H A Dxmalloc.c344 static const char *err_str = local
348 write(STDERR_FILENO, err_str, strlen(err_str));
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/slapd-modules/smbk5pwd/
H A Dsmbk5pwd.c965 char *err_str, *err_msg = "<unknown error>"; local
966 err_str = krb5_get_error_string( context );
967 if (!err_str)
971 err_str ? err_str : err_msg, ret, 0 );
972 if (err_str)
973 krb5_free_error_string( context, err_str );
/netbsd-6-1-5-RELEASE/external/mit/lua/dist/src/
H A Dloadlib.c162 const char *err_str; local
166 NSLinkEditError(&err, &err_num, &err_file, &err_str);
167 lua_pushstring(L, err_str);
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/crypto/
H A Dtls_openssl.c1104 const char *subject, const char *err_str,
1119 ev.cert_fail.reason_txt = err_str;
1171 const char *err_str; local
1189 err_str = X509_verify_cert_error_string(err);
1207 err_str = "Server certificate mismatch";
1218 " error %d (%s) depth %d for '%s'", err, err_str,
1221 err_str, TLS_FAIL_UNSPECIFIED);
1227 preverify_ok, err, err_str,
1102 openssl_tls_fail_event(struct tls_connection *conn, X509 *err_cert, int err, int depth, const char *subject, const char *err_str, enum tls_fail_reason reason) argument

Completed in 126 milliseconds