/bionic/libc/bionic/ |
D | err.c | 40 err(int eval, const char *fmt, ...) in err() 50 errx(int eval, const char *fmt, ...) in errx() 60 verr(int eval, const char *fmt, va_list ap) in verr() 76 verrx(int eval, const char *fmt, va_list ap) in verrx() 86 warn(const char *fmt, ...) in warn() 96 warnx(const char *fmt, ...) in warnx() 106 vwarn(const char *fmt, va_list ap) in vwarn() 120 vwarnx(const char *fmt, va_list ap) in vwarnx()
|
D | malloc_debug_qemu.cpp | 320 #define log_mdesc(type, desc, fmt, ...) \ argument 492 static void qemu_log(int prio, const char* fmt, ...) { in qemu_log()
|
D | stubs.cpp | 434 const char* fmt = "%s(3) is not implemented on Android\n"; in unimplemented_stub() local
|
/bionic/libc/stdio/ |
D | vscanf.c | 37 vscanf(const char *fmt, __va_list ap) in vscanf()
|
D | vprintf.c | 37 vprintf(const char *fmt, __va_list ap) in vprintf()
|
D | scanf.c | 38 scanf(const char *fmt, ...) in scanf()
|
D | printf.c | 38 printf(const char *fmt, ...) in printf()
|
D | fscanf.c | 38 fscanf(FILE *fp, const char *fmt, ...) in fscanf()
|
D | fprintf.c | 38 fprintf(FILE *fp, const char *fmt, ...) in fprintf()
|
D | vsprintf.c | 45 vsprintf(char *str, const char *fmt, __va_list ap) in vsprintf()
|
D | asprintf.c | 27 asprintf(char **str, const char *fmt, ...) in asprintf()
|
D | vasprintf.c | 26 vasprintf(char **str, const char *fmt, __va_list ap) in vasprintf()
|
D | sprintf.c | 46 sprintf(char *str, const char *fmt, ...) in sprintf()
|
D | vsnprintf.c | 40 vsnprintf(char *str, size_t n, const char *fmt, __va_list ap) in vsnprintf()
|
D | vsscanf.c | 46 vsscanf(const char *str, const char *fmt, __va_list ap) in vsscanf()
|
D | snprintf.c | 41 snprintf(char *str, size_t n, const char *fmt, ...) in snprintf()
|
D | sscanf.c | 48 sscanf(const char *str, const char *fmt, ...) in sscanf()
|
D | vfscanf.c | 103 u_char *fmt = (u_char *)fmt0; in VFSCANF() local 716 __sccl(char *tab, u_char *fmt) in __sccl()
|
D | vfprintf.c | 83 __sbprintf(FILE *fp, const char *fmt, va_list ap) in __sbprintf() 172 char *fmt; /* format string */ in __vfprintf() local 876 char *fmt; /* format string */ in __find_arguments() local
|
/bionic/libc/unistd/ |
D | syslog.c | 59 syslog(int pri, const char *fmt, ...) in syslog() 69 vsyslog(int pri, const char *fmt, va_list ap) in vsyslog() 96 syslog_r(int pri, struct syslog_data *data, const char *fmt, ...) in syslog_r() 106 vsyslog_r(int pri, struct syslog_data *data, const char *fmt, va_list ap) in vsyslog_r()
|
/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/libc/kernel/common/linux/ |
D | omap_ion.h | 26 int fmt; member
|
D | videodev2.h | 501 struct v4l2_pix_format fmt; member 1964 } fmt; member
|
/bionic/linker/ |
D | linker.h | 41 #define DL_ERR(fmt, x...) \ argument
|