Searched refs:yystr (Results 1 – 8 of 8) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | zconf.tab.c | 1079 yystrlen (const char *yystr) in yystrlen() argument 1082 yystrlen (yystr) in yystrlen() 1083 const char *yystr; in yystrlen() 1087 for (yylen = 0; yystr[yylen]; yylen++) 1131 yytnamerr (char *yyres, const char *yystr) in yytnamerr() argument 1133 if (*yystr == '"') in yytnamerr() 1136 char const *yyp = yystr; in yytnamerr() 1164 return yystrlen (yystr); in yytnamerr() 1166 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()
|
| H A D | zconf.tab.c_shipped | 1079 yystrlen (const char *yystr) 1082 yystrlen (yystr) 1083 const char *yystr; 1087 for (yylen = 0; yystr[yylen]; yylen++) 1131 yytnamerr (char *yyres, const char *yystr) 1133 if (*yystr == '"') 1136 char const *yyp = yystr; 1164 return yystrlen (yystr); 1166 return yystpcpy (yyres, yystr) - yyres;
|
| H A D | lex.zconf.c | 2068 YY_BUFFER_STATE zconf_scan_string (yyconst char * yystr ) in zconf_scan_string() argument 2071 return zconf_scan_bytes(yystr,strlen(yystr) ); in zconf_scan_string()
|
| H A D | lex.zconf.c_shipped | 2062 * @param yystr a NUL-terminated string to scan 2068 YY_BUFFER_STATE zconf_scan_string (yyconst char * yystr ) 2071 return zconf_scan_bytes(yystr,strlen(yystr) );
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/dtc/ |
| H A D | dtc-parser.tab.c_shipped | 880 yystrlen (const char *yystr) 883 yystrlen (yystr) 884 const char *yystr; 888 for (yylen = 0; yystr[yylen]; yylen++) 932 yytnamerr (char *yyres, const char *yystr) 934 if (*yystr == '"') 937 char const *yyp = yystr; 965 return yystrlen (yystr); 967 return yystpcpy (yyres, yystr) - yyres;
|
| H A D | dtc-lexer.lex.c_shipped | 1745 * @param yystr a NUL-terminated string to scan 1751 YY_BUFFER_STATE yy_scan_string (yyconst char * yystr ) 1754 return yy_scan_bytes(yystr,strlen(yystr) );
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/ |
| H A D | parse.c_shipped | 1128 yystrlen (const char *yystr) 1131 yystrlen (yystr) 1132 const char *yystr; 1136 for (yylen = 0; yystr[yylen]; yylen++) 1180 yytnamerr (char *yyres, const char *yystr) 1182 if (*yystr == '"') 1185 char const *yyp = yystr; 1213 return yystrlen (yystr); 1215 return yystpcpy (yyres, yystr) - yyres;
|
| H A D | lex.c_shipped | 1959 * @param yystr a NUL-terminated string to scan 1965 YY_BUFFER_STATE yy_scan_string (yyconst char * yystr ) 1968 return yy_scan_bytes(yystr,strlen(yystr) );
|