/src/sys/arch/mvme68k/stand/sboot/ |
sboot.c | 40 char buf[128], *ebuf; local in function:sboot 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 in function:strerror 70 snprintf(ebuf, sizeof ebuf, "Unknown error: code %d", err); 71 return ebuf;
|
subr_prf.c | 66 static char *sbuf, *ebuf; variable in typeref:typename:char ** 139 if (sbuf < ebuf) 155 ebuf = buf + size - 1;
|
/src/usr.sbin/sesd/srcs/ |
eltsub.c | 163 static char ebuf[256], *scode; local in function:stat2ascii 166 sprintf(ebuf, "Status=%s (bytes=0x%02x 0x%02x 0x%02x 0x%02x)", 168 return (ebuf);
|
/src/lib/libc/gen/ |
assert.c | 130 char ebuf[1024]; local in function:__diagassert13 131 int l = snprintf_ss(ebuf, sizeof(ebuf), "%s: %s\n", 135 (void)write(STDERR_FILENO, ebuf, (size_t)l);
|
/src/usr.sbin/kvm_mkdb/ |
nlist_aout.c | 110 struct exec ebuf; local in function:create_knlist_aout 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/tests/lib/libc/regex/ |
t_exhaust.c | 226 char ebuf[1024]; local in function:run 227 (void)regerror(e, &re, ebuf, sizeof(ebuf)); 230 ebuf, i, patterns[i]);
|
/src/lib/libutil/ |
sockaddr_snprintf.c | 143 char *ebuf = &sbuf[len - 1], *buf = sbuf; local in function:sockaddr_snprintf 159 #define ADDC(c) do { if (buf < ebuf) *buf++ = c; else buf++; } \ 403 if (buf < ebuf)
|
/src/sys/dev/pcmcia/ |
if_wi_pcmcia.c | 434 u_int8_t ebuf[256]; local in function:wi_pcmcia_load_firm 470 (u_int16_t *)ebuf, sizeof(ebuf) / 2); 471 if (GETLE16(ebuf) > sizeof(ebuf)) 473 if (wi_pcmcia_write_firm(sc, secsym, seclen, ebuf + 4, GETLE16(ebuf))) 480 const void *ebuf, int ebuflen) 522 for (q = ebuf, eq = q + ebuflen; q < eq; q += elen * 2) {
|
/src/usr.bin/rdist/ |
docmd.c | 641 char ebuf[BUFSIZ]; local in function:except 642 (void) regerror(err, &s, ebuf, sizeof(ebuf)); 643 error("%s: %s\n", nl->n_name, ebuf);
|
/src/lib/libcrypt/ |
crypt-argon2.c | 383 char ebuf[32]; local in function:__crypt_argon2 423 ebuf, sizeof(ebuf), encodebuf, sizeof(encodebuf), 435 explicit_memset(ebuf, 0, sizeof(ebuf));
|
/src/bin/csh/ |
dir.c | 419 char ebuf[MAXPATHLEN]; local in function:dfollow 467 (void)strcpy(ebuf, short2str(cp)); 469 stderror(ERR_SYSTEM, ebuf, strerror(serrno));
|
/src/sys/dev/raidframe/ |
rf_evenodd_dagfuncs.c | 192 rf_RegularESubroutine(RF_DagNode_t *node, char *ebuf) 205 RF_ASSERT(node->params[i + 1].p != ebuf); 210 destbuf = ebuf + rf_RaidAddressToByte(raidPtr, suoffset); 242 rf_DegrESubroutine(RF_DagNode_t *node, char *ebuf) 256 RF_ASSERT(node->params[i + 1].p != ebuf); 261 destbuf = ebuf + rf_RaidAddressToByte(raidPtr, suoffset - failedSUOffset); 448 char *ebuf) 489 ebuf_current = ((short *) ebuf) + i * shortsPerEU + k; 492 ebuf_current = ((long *) ebuf) + i * longsPerEU + k; 557 ebuf_current = (short *) ebuf + shortsPerEU * erow 647 char **buf, *ebuf, *pbuf, *dest[2]; local in function:rf_EvenOddDoubleRecoveryFunc 843 char *ebuf, *pbuf, *dest[2], *olddata[2]; local in function:rf_EOWriteDoubleRecoveryFunc [all...] |
/src/libexec/tftpd/ |
tftpd.c | 1174 static char ebuf[20]; local in function:errtomsg 1182 snprintf(ebuf, sizeof(ebuf), "error %d", error); 1183 return (ebuf);
|
/src/sys/net80211/ |
ieee80211_input.c | 387 IEEE80211_DEBUGVAR(char ebuf[3 * ETHER_ADDR_LEN]); 418 ether_snprintf(ebuf, sizeof(ebuf), wh->i_addr2), 518 IEEE80211_DEBUGVAR(char ebuf[3 * ETHER_ADDR_LEN]); 577 ether_snprintf(ebuf, sizeof(ebuf), 628 ether_snprintf(ebuf, sizeof(ebuf), 1068 IEEE80211_DEBUGVAR(char ebuf[3 * ETHER_ADDR_LEN]); 1073 ether_snprintf(ebuf, sizeof(ebuf), ni->ni_macaddr) 1499 char ebuf[3 * ETHER_ADDR_LEN]; local in function:ieee80211_ssid_mismatch 3257 char ebuf[3 * ETHER_ADDR_LEN]; local in function:ieee80211_note_mac 3272 char ebuf[3 * ETHER_ADDR_LEN]; local in function:ieee80211_discard_frame 3292 char ebuf[3 * ETHER_ADDR_LEN]; local in function:ieee80211_discard_ie 3312 char ebuf[3 * ETHER_ADDR_LEN]; local in function:ieee80211_discard_mac [all...] |
/src/bin/ksh/ |
vi.c | 154 static struct edstate ebuf; variable in typeref:struct:edstate 1433 es = &ebuf;
|