Symbol: _buf
lib/libc/rpc/clnt_perror.c
102
str = _buf(); /* side effect: sets "buflen" */
lib/libc/rpc/clnt_perror.c
253
str = _buf(); /* side effect: sets "buflen" */
lib/libc/rpc/clnt_perror.c
74
static char *_buf(void);
lib/libc/rpc/clnt_perror.c
78
_buf(void)
lib/libterminfo/curterm.c
142
free(oterm->_buf);
lib/libterminfo/term_private.h
132
char *_buf;
lib/libterminfo/tparm.c
103
buf = realloc(term->_buf, len);
lib/libterminfo/tparm.c
106
term->_buf = buf;
lib/libterminfo/tparm.c
109
return term->_buf;
lib/libterminfo/tparm.c
120
term->_buf[term->_bufpos++] = (char)c;
lib/libterminfo/tparm.c
134
l = snprintf(term->_buf + term->_bufpos, len + 2, fmt, num);
lib/libterminfo/tparm.c
222
term->_buf = malloc(BUFINC);
lib/libterminfo/tparm.c
223
if (term->_buf == NULL)
lib/libterminfo/tparm.c
352
r = snprintf(term->_buf + term->_bufpos, l + 1,
lib/libterminfo/tparm.c
549
term->_buf[term->_bufpos] = '\0';
lib/libterminfo/tparm.c
550
return term->_buf;
sys/arch/arm/at91/at91pdcvar.h
25
at91pdc_buf_t *_buf = &(_pq)->q_buf[i]; \
sys/arch/arm/at91/at91pdcvar.h
26
void *_arg = _buf->buf_arg; \
sys/arch/evbppc/nintendo/dev/si.c
85
#define GCPAD_START(_buf) ISSET((_buf)[0], 0x10)
sys/arch/evbppc/nintendo/dev/si.c
86
#define GCPAD_Y(_buf) ISSET((_buf)[0], 0x08)
sys/arch/evbppc/nintendo/dev/si.c
87
#define GCPAD_X(_buf) ISSET((_buf)[0], 0x04)
sys/arch/evbppc/nintendo/dev/si.c
88
#define GCPAD_B(_buf) ISSET((_buf)[0], 0x02)
sys/arch/evbppc/nintendo/dev/si.c
89
#define GCPAD_A(_buf) ISSET((_buf)[0], 0x01)
sys/arch/evbppc/nintendo/dev/si.c
90
#define GCPAD_LCLICK(_buf) ISSET((_buf)[1], 0x40)
sys/arch/evbppc/nintendo/dev/si.c
91
#define GCPAD_RCLICK(_buf) ISSET((_buf)[1], 0x20)
sys/arch/evbppc/nintendo/dev/si.c
92
#define GCPAD_Z(_buf) ISSET((_buf)[1], 0x10)
sys/arch/evbppc/nintendo/dev/si.c
93
#define GCPAD_UP(_buf) ISSET((_buf)[1], 0x08)
sys/arch/evbppc/nintendo/dev/si.c
94
#define GCPAD_DOWN(_buf) ISSET((_buf)[1], 0x04)
sys/arch/evbppc/nintendo/dev/si.c
95
#define GCPAD_RIGHT(_buf) ISSET((_buf)[1], 0x02)
sys/arch/evbppc/nintendo/dev/si.c
96
#define GCPAD_LEFT(_buf) ISSET((_buf)[1], 0x01)
sys/net/if_wg.c
5003
wg_alloc_prop_buf(char **_buf, struct ifdrv *ifd)
sys/net/if_wg.c
5022
*_buf = buf;
sys/sys/endian.h
217
endian ## bits ## dec(const void *_buf) \
sys/sys/endian.h
220
__builtin_memcpy(&u, _buf, sizeof(u)); \
sys/sys/endian.h
235
be16enc(void *_buf, uint16_t u)
sys/sys/endian.h
237
uint8_t *p = __CAST(uint8_t *, _buf);
sys/sys/endian.h
244
le16enc(void *_buf, uint16_t u)
sys/sys/endian.h
246
uint8_t *p = __CAST(uint8_t *, _buf);
sys/sys/endian.h
253
be16dec(const void *_buf)
sys/sys/endian.h
255
const uint8_t *p = __CAST(const uint8_t *, _buf);
sys/sys/endian.h
261
le16dec(const void *_buf)
sys/sys/endian.h
263
const uint8_t *p = __CAST(const uint8_t *, _buf);
sys/sys/endian.h
269
be32enc(void *_buf, uint32_t u)
sys/sys/endian.h
271
uint8_t *p = __CAST(uint8_t *, _buf);
sys/sys/endian.h
280
le32enc(void *_buf, uint32_t u)
sys/sys/endian.h
282
uint8_t *p = __CAST(uint8_t *, _buf);
sys/sys/endian.h
291
be32dec(const void *_buf)
sys/sys/endian.h
293
const uint8_t *p = __CAST(const uint8_t *, _buf);
sys/sys/endian.h
299
le32dec(const void *_buf)
sys/sys/endian.h
301
const uint8_t *p = __CAST(const uint8_t *, _buf);
sys/sys/endian.h
307
be64enc(void *_buf, uint64_t u)
sys/sys/endian.h
309
uint8_t *p = __CAST(uint8_t *, _buf);
sys/sys/endian.h
316
le64enc(void *_buf, uint64_t u)
sys/sys/endian.h
318
uint8_t *p = __CAST(uint8_t *, _buf);
sys/sys/endian.h
325
be64dec(const void *_buf)
sys/sys/endian.h
327
const uint8_t *p = (const uint8_t *)_buf;
sys/sys/endian.h
333
le64dec(const void *_buf)
sys/sys/endian.h
335
const uint8_t *p = (const uint8_t *)_buf;
sys/sys/ktrace.h
100
#define ktr_unused _v._v0._buf
sys/sys/ktrace.h
78
const void *_buf;