| /src/lib/libc/stdlib/ |
| strsuftoll.c | 123 char errbuf[100]; local 125 result = strsuftollx(desc, val, min, max, errbuf, sizeof(errbuf)); 126 if (*errbuf != '\0') 127 errx(EXIT_FAILURE, "%s", errbuf);
|
| /src/external/bsd/openldap/dist/contrib/slapd-modules/ppm/ |
| ppm_test.c | 27 char errbuf[256]; local 28 struct berval errmsg = { sizeof(errbuf)-1, errbuf }; 71 if (errmsg.bv_val != errbuf)
|
| /src/lib/libutil/ |
| ttymsg.c | 66 static char errbuf[1024]; local 80 (void)snprintf(errbuf, sizeof(errbuf), 82 return errbuf; 86 (void)snprintf(errbuf, sizeof(errbuf), 89 return errbuf; 95 (void)snprintf(errbuf, sizeof(errbuf), 97 return errbuf; [all...] |
| /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/ |
| re.h | 124 char* errbuf = new char[needed]; local 125 regerror(ec, &re_, errbuf, needed); 130 error->assign(errbuf, needed - 1); 132 delete[] errbuf;
|
| /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/ |
| re.h | 118 char* errbuf = new char[needed]; local 119 regerror(ec, &re_, errbuf, needed); 124 error->assign(errbuf, needed - 1); 126 delete[] errbuf;
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| hmac-mbedtls.c | 40 char errbuf[64]; local 69 mbedtls_strerror(status, errbuf, sizeof errbuf); 70 ERROR("srp_hmac_iov failed at hmac-mbedtls.c line %d: " PUB_S_SRP, line, errbuf);
|
| hmac-openssl.c | 38 char errbuf[64]; local
|
| verify-mbedtls.c | 42 char errbuf[128]; local 80 mbedtls_strerror(status, errbuf, sizeof errbuf); 81 ERROR("mbedtls_mpi_read_binary: reading key: " PUB_S_SRP, errbuf); 88 mbedtls_strerror(status, errbuf, sizeof errbuf); 89 ERROR("mbedtls_mpi_read_binary: reading signature: " PUB_S_SRP, errbuf); 121 mbedtls_strerror(status, errbuf, sizeof errbuf); 122 ERROR("mbedtls_sha_256 hash failed: " PUB_S_SRP, errbuf); 143 char errbuf[64]; local [all...] |
| /src/external/bsd/libpcap/dist/testprogs/fuzz/ |
| fuzz_both.c | 41 char errbuf[PCAP_ERRBUF_SIZE]; local 72 pkts = pcap_open_offline("/tmp/fuzz.pcap", errbuf); 74 fprintf(outfile, "Couldn't open pcap file %s\n", errbuf);
|
| fuzz_pcap.c | 40 char errbuf[PCAP_ERRBUF_SIZE]; local 60 pkts = pcap_open_offline("/tmp/fuzz.pcap", errbuf); 62 fprintf(outfile, "Couldn't open pcap file %s\n", errbuf);
|
| /src/external/bsd/flex/dist/src/ |
| regex.c | 59 char *errbuf; local 62 errbuf = malloc(errbuf_sz * sizeof(char)); 63 if (!errbuf) 65 n = snprintf(errbuf, errbuf_sz, "regcomp for \"%s\" failed: ", regex); 66 regerror(err, preg, errbuf+n, errbuf_sz-(size_t)n); 68 flexfatal (errbuf); /* never returns - no need to free(errbuf) */
|
| /src/external/bsd/libpcap/dist/testprogs/ |
| findalldevstest-perf.c | 25 char errbuf[PCAP_ERRBUF_SIZE+1]; local 55 if (pcap_findalldevs(&alldevs, errbuf) == -1) 57 fprintf(stderr,"Error in pcap_findalldevs: %s\n",errbuf);
|
| /src/external/gpl2/grep/dist/lib/ |
| error.c | 171 char errbuf[1024]; local 173 fprintf (stderr, ": %s", __strerror_r (errnum, errbuf, sizeof errbuf)); 177 __strerror_r (errnum, errbuf, sizeof errbuf); 178 fprintf (stderr, ": %s", errbuf); 254 char errbuf[1024]; 256 fprintf (stderr, ": %s", __strerror_r (errnum, errbuf, sizeof errbuf)); 260 __strerror_r (errnum, errbuf, sizeof errbuf) 253 char errbuf[1024]; local [all...] |
| /src/external/gpl3/gcc/dist/libgfortran/runtime/ |
| backtrace.c | 91 char errbuf[256]; local 101 const char *p = gfc_itoa (errnum, errbuf, sizeof (errbuf)); 110 gf_strerror (errnum, errbuf, sizeof (errbuf)));
|
| /src/external/gpl3/gcc.old/dist/libgfortran/runtime/ |
| backtrace.c | 91 char errbuf[256]; local 101 const char *p = gfc_itoa (errnum, errbuf, sizeof (errbuf)); 110 gf_strerror (errnum, errbuf, sizeof (errbuf)));
|
| /src/external/mpl/dhcp/dist/omapip/ |
| errwarn.c | 235 static char errbuf [128]; local 238 sprintf (errbuf, "Error %d", err); 239 return errbuf;
|
| /src/usr.sbin/rbootd/ |
| bpf.c | 224 static char errbuf[128] = "No Error!"; local 227 *errmsg = errbuf; 230 (void) strlcpy(errbuf, "bpf: getifaddrs: %m", sizeof(errbuf)); 258 (void) strlcpy(errbuf, "bpf: no interfaces found", 259 sizeof(errbuf));
|
| /src/crypto/external/apache2/openssl/dist/crypto/dso/ |
| dso_dl.c | 69 char errbuf[160]; local 71 if (openssl_strerror_r(errno, errbuf, sizeof(errbuf))) 73 "filename(%s): %s", filename, errbuf); 139 char errbuf[160]; local 141 if (openssl_strerror_r(errno, errbuf, sizeof(errbuf))) 143 "symname(%s): %s", symname, errbuf);
|
| /src/crypto/external/bsd/openssl/dist/crypto/dso/ |
| dso_dl.c | 71 char errbuf[160]; local 73 if (openssl_strerror_r(errno, errbuf, sizeof(errbuf))) 75 "filename(%s): %s", filename, errbuf); 141 char errbuf[160]; local 143 if (openssl_strerror_r(errno, errbuf, sizeof(errbuf))) 145 "symname(%s): %s", symname, errbuf);
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/dso/ |
| dso_dl.c | 71 char errbuf[160]; local 73 if (openssl_strerror_r(errno, errbuf, sizeof(errbuf))) 74 ERR_add_error_data(4, "filename(", filename, "): ", errbuf); 137 char errbuf[160]; local 139 if (openssl_strerror_r(errno, errbuf, sizeof(errbuf))) 140 ERR_add_error_data(4, "symname(", symname, "): ", errbuf);
|
| /src/crypto/external/cpl/tpm-tools/dist/src/tpm_mgmt/ |
| tpm_version.c | 136 char *errbuf = NULL; // Buffer containing what was sent to stderr during getCapability. local 152 errbuf = end_capture_stderr(olderr); 156 free(errbuf); 160 fprintf(stderr, "%s", errbuf); 161 free(errbuf);
|
| /src/external/gpl2/diffutils/dist/lib/ |
| error.c | 143 char errbuf[1024]; local 145 s = __strerror_r (errnum, errbuf, sizeof errbuf); 147 if (__strerror_r (errnum, errbuf, sizeof errbuf) == 0) 148 s = errbuf;
|
| /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/ |
| error.c | 110 char errbuf[1024]; local 112 s = __strerror_r (errnum, errbuf, sizeof errbuf); 114 if (__strerror_r (errnum, errbuf, sizeof errbuf) == 0) 115 s = errbuf;
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| error.c | 110 char errbuf[1024]; local 112 s = __strerror_r (errnum, errbuf, sizeof errbuf); 114 if (__strerror_r (errnum, errbuf, sizeof errbuf) == 0) 115 s = errbuf;
|
| /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
| error.c | 110 char errbuf[1024]; local 112 s = __strerror_r (errnum, errbuf, sizeof errbuf); 114 if (__strerror_r (errnum, errbuf, sizeof errbuf) == 0) 115 s = errbuf;
|