OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__sdidinit
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
findfp.c
60
int
__sdidinit
;
variable
136
if (!
__sdidinit
)
214
__sdidinit
= 1;
/bionic/libc/bionic/
ndk_cruft.cpp
291
int
__sdidinit
= 1;
variable
/bionic/libc/stdio/
local.h
254
/* Remove the if (!
__sdidinit
) __sinit() idiom from untouched upstream stdio code. */
256
#define
__sdidinit
1
macro
Completed in 113 milliseconds