OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fext
(Results
1 - 8
of
8
) sorted by relevancy
/src/lib/libc/stdio/
fileext.h
58
#define _FILEEXT_SETUP(f,
fext
) do { \
59
/* LINTED */(f)->_ext._base = (unsigned char *)(
fext
); \
60
(
fext
)->_fgetstr_len = 0; \
61
(
fext
)->_fgetstr_buf = NULL; \
69
#define _FILEEXT_SETUP(f,
fext
) do { \
70
/* LINTED */(f)->_ext._base = (unsigned char *)(
fext
); \
71
(
fext
)->_fgetstr_len = 0; \
72
(
fext
)->_fgetstr_buf = NULL; \
vsprintf.c
68
struct __sfileext
fext
;
local in function:__weak_alias
73
_FILEEXT_SETUP(&f, &
fext
);
vsscanf.c
68
struct __sfileext
fext
;
local in function:vsscanf_l
74
_FILEEXT_SETUP(&f, &
fext
);
vasprintf.c
57
struct __sfileext
fext
;
local in function:__weak_alias
63
_FILEEXT_SETUP(&f, &
fext
);
vdprintf.c
64
struct __sfileext
fext
;
local in function:__weak_alias
91
_FILEEXT_SETUP(&f, &
fext
);
vswprintf.c
63
struct __sfileext
fext
;
local in function:__weak_alias
70
_FILEEXT_SETUP(&f, &
fext
);
vswscanf.c
84
struct __sfileext
fext
;
local in function:vswscanf_l
99
_FILEEXT_SETUP(&f, &
fext
);
vsnprintf.c
77
struct __sfileext
fext
;
local in function:__weak_alias
88
_FILEEXT_SETUP(&f, &
fext
);
Completed in 76 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025