Home
last modified time | relevance | path

Searched refs:dummy (Results 1 – 9 of 9) sorted by relevance

/bionic/libc/stdio/
Dvsnprintf.c43 char dummy; in vsnprintf() local
54 str = &dummy; in vsnprintf()
Dsnprintf.c45 char dummy; in snprintf() local
54 str = &dummy; in snprintf()
Dwcio.h39 int dummy; member
/bionic/libc/kernel/common/linux/
Dzlib.h77 struct internal_state {int dummy;}; member
Dfs.h38 int dummy[5]; member
/bionic/libc/include/
Dwchar.h54 typedef struct { int dummy; } mbstate_t; member
/bionic/libc/regex/
Dregexec.c64 #define STATEVARS long dummy /* dummy version */
/bionic/libc/bionic/
Dpthread-timers.c320 struct timespec dummy; in timer_create() local
323 if (clock_gettime( clockid, &dummy ) < 0 && errno == EINVAL ) in timer_create()
/bionic/libc/docs/
DCHANGES.TXT70 wcscoll(): added dummy implementation that calls wcscmp()
71 wcsxfrm(): added dummy implementation that calls wcsncpy()