/bionic/linker/ |
D | linker_globals.h | 39 #define DL_ERR(fmt, x...) \ argument 45 #define DL_WARN(fmt, x...) \ argument 53 #define DL_ERR_AND_LOG(fmt, x...) \ argument
|
/bionic/libc/stdio/ |
D | stdio.cpp | 648 int asprintf(char** s, const char* fmt, ...) { in asprintf() 656 int dprintf(int fd, const char* fmt, ...) { in dprintf() 660 int fprintf(FILE* fp, const char* fmt, ...) { in fprintf() 672 int fscanf(FILE* fp, const char* fmt, ...) { in fscanf() 676 int fwprintf(FILE* fp, const wchar_t* fmt, ...) { in fwprintf() 680 int fwscanf(FILE* fp, const wchar_t* fmt, ...) { in fwscanf() 713 int printf(const char* fmt, ...) { in printf() 762 int scanf(const char* fmt, ...) { in scanf() 778 int snprintf(char* s, size_t n, const char* fmt, ...) { in snprintf() 782 int sprintf(char* s, const char* fmt, ...) { in sprintf() [all …]
|
D | vfwscanf.c | 105 __vfwscanf(FILE * __restrict fp, const wchar_t * __restrict fmt, __va_list ap) in __vfwscanf() 719 vfwscanf(FILE * __restrict fp, const wchar_t * __restrict fmt, __va_list ap) in vfwscanf()
|
D | vfscanf.c | 101 u_char *fmt = (u_char *)fmt0; in __svfscanf() local 800 __sccl(char *tab, u_char *fmt) in __sccl()
|
/bionic/libc/upstream-openbsd/lib/libc/gen/ |
D | vwarnx.c | 38 vwarnx(const char *fmt, va_list ap) in vwarnx()
|
D | warnx.c | 35 warnx(const char *fmt, ...) in warnx()
|
D | vwarn.c | 40 vwarn(const char *fmt, va_list ap) in vwarn()
|
D | verrx.c | 39 verrx(int eval, const char *fmt, va_list ap) in verrx()
|
D | warn.c | 35 warn(const char *fmt, ...) in warn()
|
D | errx.c | 35 errx(int eval, const char *fmt, ...) in errx()
|
D | verr.c | 41 verr(int eval, const char *fmt, va_list ap) in verr()
|
D | err.c | 35 err(int eval, const char *fmt, ...) in err()
|
/bionic/libc/bionic/ |
D | error.cpp | 64 void error(int status, int error, const char* fmt, ...) { in error() 76 void error_at_line(int status, int error, const char* file, unsigned int line, const char* fmt, ...… in error_at_line()
|
D | syslog.cpp | 44 void syslog(int priority, const char* fmt, ...) { in syslog() 51 void vsyslog(int priority, const char* fmt, va_list args) { in vsyslog()
|
D | malloc_info.cpp | 45 void contents(const char* fmt, ...) { in contents()
|
D | ndk_cruft.cpp | 200 int fdprintf(int fd, const char* fmt, ...) { in fdprintf() 209 int vfdprintf(int fd, const char* fmt, va_list ap) { in vfdprintf()
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | vasprintf.c | 26 vasprintf(char **str, const char *fmt, __va_list ap) in vasprintf()
|
D | vsscanf.c | 47 vsscanf(const char *str, const char *fmt, __va_list ap) in vsscanf()
|
D | vswprintf.c | 40 vswprintf(wchar_t * __restrict s, size_t n, const wchar_t * __restrict fmt, in vswprintf()
|
D | vdprintf.c | 51 vdprintf(int fd, const char * __restrict fmt, va_list ap) in vdprintf()
|
D | vswscanf.c | 52 vswscanf(const wchar_t * __restrict str, const wchar_t * __restrict fmt, in vswscanf()
|
D | vfwprintf.c | 97 __sbprintf(FILE *fp, const wchar_t *fmt, va_list ap) in __sbprintf() 281 wchar_t *fmt; /* format string */ in __vfwprintf() local 1111 wchar_t *fmt; /* format string */ in __find_arguments() local
|
/bionic/libc/tzcode/ |
D | strptime.c | 102 strptime(const char *buf, const char *fmt, struct tm *tm) in strptime() 111 _strptime(const unsigned char *buf, const char *fmt, struct tm *tm, struct century_relyear *cr) in _strptime()
|
/bionic/tests/ |
D | fortify_compilation_test.cpp | 142 void test_vsprintf(const char* fmt, ...) { in test_vsprintf() 154 void test_vsnprintf(const char* fmt, ...) { in test_vsnprintf()
|
/bionic/libc/malloc_debug/tests/ |
D | log_fake.cpp | 70 extern "C" int __android_log_print(int prio, const char* tag, const char* fmt, ...) { in __android_log_print()
|