Home
last modified time | relevance | path

Searched refs:async_safe_format_fd (Results 1 – 5 of 5) sorted by relevance

/bionic/linker/
Dlinker_globals.h47 async_safe_format_fd(2, "WARNING: linker: "); \
48 async_safe_format_fd(2, fmt, ##x); \
49 async_safe_format_fd(2, "\n"); \
Dlinker_debug.h71 if (g_ld_debug_verbosity > (v)) { async_safe_format_fd(1, x); write(1, "\n", 1); } \
Dlinker_main.cpp396 async_safe_format_fd(STDERR_FILENO,
662 async_safe_format_fd(STDOUT_FILENO,
/bionic/libc/async_safe/include/async_safe/
Dlog.h70 int async_safe_format_fd(int fd, const char* format , ...) __printflike(2, 3);
/bionic/libc/async_safe/
Dasync_safe_log.cpp433 int async_safe_format_fd(int fd, const char* format, ...) { in async_safe_format_fd() function