Home
last modified time | relevance | path

Searched refs:scanf (Results 1 – 6 of 6) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/gr/
H A Dmain.c46 scanf("%s",&fn); in SPILoad()
48 scanf("%x",&start); in SPILoad()
50 scanf("%d",&size); in SPILoad()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstdio-ldbl.h35 __LDBL_REDIR1_DECL (scanf, __nldbl___isoc99_scanf)
39 __LDBL_REDIR_DECL (scanf)
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dstdio.h409 extern int scanf (__const char *__restrict __format, ...) __wur;
424 extern int __REDIRECT (scanf, (__const char *__restrict __format, ...),
436 # define scanf __isoc99_scanf macro
/utopia/UTPA2-700.0.x/projects/tools/lint/lnt/
H A Dco-gnu3.lnt106 -esym(534,printf,puts,scanf,sprintf,sscanf,strcat,strcpy)
113 -esym(515,fprintf,printf,sprintf,fscanf,scanf,sscanf)
114 -esym(516,fprintf,printf,sprintf,fscanf,scanf,sscanf)
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dstdio.h211 int _EXFUN(scanf, (const char *, ...));
/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c13577 if(scanf("%d", &dValue)==FALSE) in AU_CUS_Debug_GetDec()
13607 if(scanf("%s", au_debug_input_string)==FALSE) in AU_CUS_Debug_GetString()