Home
last modified time | relevance | path

Searched refs:getstring (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Dscanner.l47 static int getstring(int token, const char *text, int leng);
72 {word} return getstring(T_STRING, yytext, yyleng);
73 {string} return getstring(T_STRING, yytext+1, yyleng-2);
82 . return getstring(T_STRING, yytext, yyleng);
167 static int getstring(int token, const char *text, int leng)
H A Dscanner.c535 static int getstring(int token, const char *text, int leng);
865 return getstring(T_STRING, yytext, yyleng);
870 return getstring(T_STRING, yytext+1, yyleng-2);
916 return getstring(T_STRING, yytext, yyleng);
2018 static int getstring(int token, const char *text, int leng) in getstring() function
/OK3568_Linux_fs/kernel/arch/powerpc/xmon/
H A Dxmon.c155 void getstring(char *, int);
1235 getstring(tmp, 64); in bootcmds()
3540 getstring(char *s, int size) in getstring() function
3605 getstring(tmp, 64); in symbol_lookup()
3620 getstring(tmp, 64); in symbol_lookup()