OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BUF
(Results
1 - 5
of
5
) sorted by relevancy
/src/bin/rcp/
extern.h
36
char *
buf
;
member in struct:__anon34
37
}
BUF
;
41
BUF
*allocbuf(
BUF
*, int, int);
/src/usr.bin/tsort/
tsort.c
101
}
BUF
;
118
BUF
*b;
122
BUF
bufs[2];
/src/lib/libc/stdio/
vfscanf.c
73
#define
BUF
513 /* Maximum length of numeric string. */
173
char
buf
[
BUF
]; /* buffer for numeric and mb conversions */
local
406
buf
[n++] = *fp->_p;
410
nconv = mbrtowc_l(wcp,
buf
, n, &mbs,
489
buf
[n++] = *fp->_p;
493
nconv = mbrtowc_l(wcp,
buf
, n, &mbs,
506
(void)ungetc(
buf
[n],
591
buf
[n++] = *fp->_p;
595
nconv = mbrtowc_l(wcp,
buf
, n, &mbs
[
all
...]
vfwscanf.c
68
#define
BUF
513 /* Maximum length of numeric string. */
162
wchar_t
buf
[
BUF
]; /* buffer for numeric conversions */
local
575
if (width == 0 || width > sizeof(
buf
) /
576
sizeof(*
buf
) - 1)
577
width = sizeof(
buf
) / sizeof(*
buf
) - 1;
579
for (p =
buf
; width; width--) {
651
buf
+ 1 + !!(flags & HAVESIGN)) {
679
if (p >
buf
)
[
all
...]
vfwprintf.c
165
unsigned char
buf
[BUFSIZ];
local
181
fake._bf._base = fake._p =
buf
;
182
fake._bf._size = fake._w = sizeof(
buf
);
204
char
buf
[MB_LEN_MAX];
local
213
if ((len = wcrtomb_l(
buf
, wc, &mbs, loc)) == (size_t)-1) {
220
iov.iov_base =
buf
;
500
char
buf
[MB_LEN_MAX];
local
525
clen = wcrtomb_l(
buf
, *p++, &mbs, loc);
594
#define
BUF
100
683
CHAR_T
buf
[BUF]; /* buffer with space for digits of uintmax_t *
local
[
all
...]
Completed in 20 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026