OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__libc_format_fd
(Results
1 - 5
of
5
) sorted by null
/bionic/linker/
linker_debug.h
73
if (gLdDebugVerbosity > (v)) {
__libc_format_fd
(1, x); write(1, "\n", 1); } \
linker.h
51
__libc_format_fd
(2, "WARNING: linker: "); \
52
__libc_format_fd
(2, fmt, ##x); \
53
__libc_format_fd
(2, "\n"); \
linker.cpp
[
all
...]
/bionic/libc/private/
libc_logging.h
86
__LIBC_HIDDEN__ int
__libc_format_fd
(int fd, const char* format, ...)
/bionic/libc/bionic/
libc_logging.cpp
413
int
__libc_format_fd
(int fd, const char* format, ...) {
function
Completed in 39 milliseconds