Home
last modified time | relevance | path

Searched refs:yystr (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dzconf.tab.c
H A Dzconf.lex.c
H A Dzconf.tab.c_shipped983 yystrlen (const char *yystr)
986 for (yylen = 0; yystr[yylen]; yylen++)
1022 yytnamerr (char *yyres, const char *yystr)
1024 if (*yystr == '"')
1027 char const *yyp = yystr;
1055 return yystrlen (yystr);
1057 return yystpcpy (yyres, yystr) - yyres;
H A Dzconf.lex.c_shipped2100 * @param yystr a NUL-terminated string to scan
2106 YY_BUFFER_STATE zconf_scan_string (yyconst char * yystr )
2109 return zconf_scan_bytes(yystr,strlen(yystr) );
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Ddtc-parser.tab.c
H A Ddtc-lexer.lex.c
H A Ddtc-parser.tab.c_shipped964 yystrlen (const char *yystr)
967 for (yylen = 0; yystr[yylen]; yylen++)
1003 yytnamerr (char *yyres, const char *yystr)
1005 if (*yystr == '"')
1008 char const *yyp = yystr;
1036 return yystrlen (yystr);
1038 return yystpcpy (yyres, yystr) - yyres;
H A Ddtc-lexer.lex.c_shipped1965 * @param yystr a NUL-terminated string to scan
1971 YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
1974 return yy_scan_bytes(yystr,(int) strlen(yystr) );
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinprefslex.c1872 YY_BUFFER_STATE yy_scan_string (const char * yystr ) in yy_scan_string() argument
1875 return yy_scan_bytes( yystr, (int) strlen(yystr) ); in yy_scan_string()
/OK3568_Linux_fs/output/kconf/
H A Dzconf.lex.c
/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Dscanner.c1684 YY_BUFFER_STATE yy_scan_string (const char * yystr ) in yy_scan_string() argument
1687 return yy_scan_bytes( yystr, (int) strlen(yystr) ); in yy_scan_string()
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dzconf.tab.c_shipped982 yystrlen (const char *yystr)
985 for (yylen = 0; yystr[yylen]; yylen++)
1021 yytnamerr (char *yyres, const char *yystr)
1023 if (*yystr == '"')
1026 char const *yyp = yystr;
1054 return yystrlen (yystr);
1056 return yystpcpy (yyres, yystr) - yyres;
H A Dzconf.lex.c_shipped2121 * @param yystr a NUL-terminated string to scan
2127 YY_BUFFER_STATE yy_scan_string (const char * yystr )
2130 return yy_scan_bytes( yystr, (int) strlen(yystr) );