OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scanf
(Results
26 - 30
of
30
) sorted by null
1
2
/external/zlib/contrib/minizip/
miniunz.c
377
ret =
scanf
("%1s",answer);
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesw.h
902
__attribute__ ((format (
scanf
, 2, 3)));
911
__attribute__ ((format (
scanf
, 4, 5)));
[
all
...]
curses.h
471
* macro to alert the compiler to flag inconsistencies in printf/
scanf
-like
497
#if defined(GCC_SCANF) && !defined(
scanf
)
498
#define GCC_SCANFLIKE(fmt,var) __attribute__((format(
scanf
,fmt,var)))
[
all
...]
ncurses.h
471
* macro to alert the compiler to flag inconsistencies in printf/
scanf
-like
497
#if defined(GCC_SCANF) && !defined(
scanf
)
498
#define GCC_SCANFLIKE(fmt,var) __attribute__((format(
scanf
,fmt,var)))
[
all
...]
/bionic/libc/
Android.mk
121
stdio/
scanf
.c \
Completed in 446 milliseconds
1
2