| /src/external/bsd/ntp/dist/libntp/ |
| bsd_strerror.c | 41 static char ebuf[20]; local 45 snprintf(ebuf, sizeof(ebuf), "Unknown error: %d", errnum); 47 return ebuf;
|
| /src/sys/arch/mvme68k/stand/sboot/ |
| sboot.c | 40 char buf[128], *ebuf; local 55 ebuf = ngets(buf, sizeof(buf)); 56 do_cmd(buf, ebuf); 77 do_cmd(char *buf, char *ebuf) 124 go(LOAD_ADDR, buf+1, ebuf);
|
| /src/sys/lib/libsa/ |
| strerror.c | 63 static char ebuf[36]; local 70 snprintf(ebuf, sizeof ebuf, "Unknown error: code %d", err); 71 return ebuf;
|
| subr_prf.c | 66 static char *sbuf, *ebuf; variable 139 if (sbuf < ebuf) 155 ebuf = buf + size - 1;
|
| /src/usr.sbin/sesd/srcs/ |
| eltsub.c | 163 static char ebuf[256], *scode; local 166 sprintf(ebuf, "Status=%s (bytes=0x%02x 0x%02x 0x%02x 0x%02x)", 168 return (ebuf);
|
| /src/external/bsd/libpcap/dist/testprogs/ |
| reactivatetest.c | 44 char ebuf[PCAP_ERRBUF_SIZE]; local 48 pd = pcap_open_live("lo0", 65535, 0, 1000, ebuf); 50 pd = pcap_open_live("lo", 65535, 0, 1000, ebuf); 53 ebuf);
|
| can_set_rfmon_test.c | 49 char ebuf[PCAP_ERRBUF_SIZE]; local 62 pd = pcap_create(argv[1], ebuf); 64 error("%s", ebuf);
|
| nonblocktest.c | 109 char ebuf[PCAP_ERRBUF_SIZE]; local 125 if (pcap_findalldevs(&devlist, ebuf) == -1) 126 error("%s", ebuf); 133 *ebuf = '\0'; 134 pd = pcap_create(device, ebuf); 136 error("%s", ebuf); 137 else if (*ebuf) 138 warning("%s", ebuf); 140 if (pcap_setnonblock(pd, 1, ebuf) < 0) 141 error("pcap_setnonblock failed: %s", ebuf); [all...] |
| opentest.c | 63 char ebuf[PCAP_ERRBUF_SIZE]; local 132 if (pcap_findalldevs(&devlist, ebuf) == -1) 133 error("%s", ebuf); 140 pd = pcap_create(device, ebuf); 142 error("%s: pcap_create failed: %s", device, ebuf); 186 *ebuf = '\0'; 187 pd = pcap_open_live(device, 65535, 0, 1000, ebuf); 189 error("%s", ebuf); 190 else if (*ebuf) 191 warning("%s", ebuf); [all...] |
| valgrindtest.c | 260 char ebuf[PCAP_ERRBUF_SIZE]; local 318 if (pcap_findalldevs(&devlist, ebuf) == -1) 319 error("%s", ebuf); 349 pd = pcap_create(device, ebuf); 351 error("%s: pcap_create() failed: %s", device, ebuf); 386 *ebuf = '\0'; 387 pd = pcap_open_live(device, 65535, 1, 1000, ebuf); 389 error("%s", ebuf); 390 else if (*ebuf) 391 warning("%s", ebuf); [all...] |
| /src/external/bsd/openldap/dist/servers/slapd/ |
| slaptest.c | 54 char ebuf[128]; local 79 save_errno, AC_STRERROR_R( save_errno, ebuf, sizeof(ebuf) ) ); 91 save_errno, AC_STRERROR_R( save_errno, ebuf, sizeof(ebuf) ) );
|
| proxyp.c | 83 char ebuf[128]; local 88 AC_STRERROR_R( save_errno, ebuf, sizeof(ebuf) ) ); 139 char ebuf[128]; local 144 AC_STRERROR_R( save_errno, ebuf, sizeof(ebuf) ) ); 215 char ebuf[128]; local 220 AC_STRERROR_R( save_errno, ebuf, sizeof(ebuf) ) );
|
| /src/lib/libc/gen/ |
| assert.c | 130 char ebuf[1024]; local 131 int l = snprintf_ss(ebuf, sizeof(ebuf), "%s: %s\n", 135 (void)write(STDERR_FILENO, ebuf, (size_t)l);
|
| /src/external/bsd/libbind/dist/bsd/ |
| strerror.c | 62 static char ebuf[40] = UPREFIX; /*%< 64-bit number + slop */ local 86 for (p = ebuf + sizeof(UPREFIX) - 1;;) { 91 return (ebuf);
|
| /src/external/bsd/openldap/dist/servers/slapd/back-sock/ |
| result.c | 54 char ebuf[128]; local 69 AC_STRERROR_R(saved_errno, ebuf, sizeof ebuf), saved_errno );
|
| /src/usr.sbin/kvm_mkdb/ |
| nlist_aout.c | 110 struct exec ebuf; local 125 nr = read(fd, &ebuf, sizeof(struct exec)); 132 if (N_BADMAG(ebuf)) { 143 if (!ebuf.a_syms) 147 if (lseek(fd, N_STROFF(ebuf), SEEK_SET) == -1) 169 if (fseek(fp, N_SYMOFF(ebuf), SEEK_SET) == -1) { 180 nsyms = ebuf.a_syms / sizeof(struct nlist); 206 voff = nbuf.n_value - kerntextoff + N_TXTADDR(ebuf); 208 voff += N_TXTOFF(ebuf) - N_TXTADDR(ebuf); [all...] |
| /src/crypto/external/apache2/openssl/dist/test/ |
| afalgtest.c | 32 unsigned char ebuf[BUFFER_SIZE + 32]; local 56 OPENSSL_cleanse(ebuf, sizeof(ebuf)); 80 || !TEST_true(EVP_CipherUpdate(ctx, ebuf, &encl, in, BUFFER_SIZE)) 81 || !TEST_true(EVP_CipherFinal_ex(ctx, ebuf + encl, &encf))) 85 if (!TEST_mem_eq(enc_result, BUFFER_SIZE, ebuf, BUFFER_SIZE)) 90 || !TEST_true(EVP_CipherUpdate(ctx, dbuf, &decl, ebuf, encl))
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| afalgtest.c | 32 unsigned char ebuf[BUFFER_SIZE + 32]; local 62 OPENSSL_cleanse(ebuf, sizeof(ebuf)); 86 || !TEST_true(EVP_CipherUpdate(ctx, ebuf, &encl, in, BUFFER_SIZE)) 87 || !TEST_true(EVP_CipherFinal_ex(ctx, ebuf + encl, &encf))) 91 if (!TEST_mem_eq(enc_result, BUFFER_SIZE, ebuf, BUFFER_SIZE)) 96 || !TEST_true(EVP_CipherUpdate(ctx, dbuf, &decl, ebuf, encl))
|
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| afalgtest.c | 38 unsigned char ebuf[BUFFER_SIZE + 32]; local 71 || !TEST_true(EVP_CipherUpdate(ctx, ebuf, &encl, in, BUFFER_SIZE)) 72 || !TEST_true(EVP_CipherFinal_ex(ctx, ebuf+encl, &encf))) 76 if (!TEST_mem_eq(enc_result, BUFFER_SIZE, ebuf, BUFFER_SIZE)) 81 || !TEST_true(EVP_CipherUpdate(ctx, dbuf, &decl, ebuf, encl))
|
| /src/external/bsd/openldap/dist/servers/lloadd/ |
| connection.c | 125 char ebuf[128]; local 129 sock_errstr( err, ebuf, sizeof(ebuf) ) ); 234 char ebuf[128]; local 238 sock_errstr( err, ebuf, sizeof(ebuf) ) ); 349 char ebuf[128]; local 353 c->c_fd, err, sock_errstr( err, ebuf, sizeof(ebuf) ) );
|
| /src/lib/libutil/ |
| sockaddr_snprintf.c | 143 char *ebuf = &sbuf[len - 1], *buf = sbuf; local 159 #define ADDC(c) do { if (buf < ebuf) *buf++ = c; else buf++; } \ 403 if (buf < ebuf)
|
| /src/tests/lib/libc/regex/ |
| t_exhaust.c | 226 char ebuf[1024]; local 227 (void)regerror(e, &re, ebuf, sizeof(ebuf)); 230 ebuf, i, patterns[i]);
|
| /src/external/bsd/blocklist/port/ |
| sockaddr_snprintf.c | 172 char *ebuf = &sbuf[len - 1], *buf = sbuf; local 187 #define ADDC(c) do { if (buf < ebuf) *buf++ = c; else buf++; } \ 380 if (buf < ebuf)
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_cryptor.c | 492 uint8_t *const ebuf = ctx->encr_buf; local 504 out[i+pos] = in[i+pos] ^ ebuf[pos]; 514 out[i] = in[i] ^ ebuf[pos++];
|
| /src/external/bsd/openldap/dist/contrib/slapd-modules/dsaschema/ |
| dsaschema.c | 90 char ebuf[128]; local 93 fname, AC_STRERROR_R(saved_errno, ebuf, sizeof(ebuf)), saved_errno);
|