Searched refs:yystr (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | zconf.tab.c | |
| H A D | zconf.lex.c | |
| H A D | zconf.tab.c_shipped | 983 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 D | zconf.lex.c_shipped | 2100 * @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 D | dtc-parser.tab.c | |
| H A D | dtc-lexer.lex.c | |
| H A D | dtc-parser.tab.c_shipped | 964 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 D | dtc-lexer.lex.c_shipped | 1965 * @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 D | winprefslex.c | 1872 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 D | zconf.lex.c | |
| /OK3568_Linux_fs/external/xserver/hw/dmx/config/ |
| H A D | scanner.c | 1684 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 D | zconf.tab.c_shipped | 982 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 D | zconf.lex.c_shipped | 2121 * @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) );
|