Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/kconfig/
Dzconf.tab.c1101 yystrlen (const char *yystr) in yystrlen() argument
1104 yystrlen (yystr) in yystrlen()
1105 const char *yystr; in yystrlen()
1109 for (yylen = 0; yystr[yylen]; yylen++)
1153 yytnamerr (char *yyres, const char *yystr) in yytnamerr() argument
1155 if (*yystr == '"') in yytnamerr()
1158 char const *yyp = yystr; in yytnamerr()
1186 return yystrlen (yystr); in yytnamerr()
1188 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()
Dzconf.lex.c2106 YY_BUFFER_STATE zconf_scan_string (yyconst char * yystr ) in zconf_scan_string() argument
2109 return zconf_scan_bytes(yystr,strlen(yystr) ); in zconf_scan_string()
Dzconf.tab.c_shipped1101 yystrlen (const char *yystr)
1104 yystrlen (yystr)
1105 const char *yystr;
1109 for (yylen = 0; yystr[yylen]; yylen++)
1153 yytnamerr (char *yyres, const char *yystr)
1155 if (*yystr == '"')
1158 char const *yyp = yystr;
1186 return yystrlen (yystr);
1188 return yystpcpy (yyres, yystr) - yyres;
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) );
/linux-4.4.14/scripts/genksyms/
Dparse.tab.c_shipped1139 yystrlen (const char *yystr)
1142 yystrlen (yystr)
1143 const char *yystr;
1147 for (yylen = 0; yystr[yylen]; yylen++)
1191 yytnamerr (char *yyres, const char *yystr)
1193 if (*yystr == '"')
1196 char const *yyp = yystr;
1224 return yystrlen (yystr);
1226 return yystpcpy (yyres, yystr) - yyres;
Dlex.lex.c_shipped1652 * @param yystr a NUL-terminated string to scan
1658 YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
1661 return yy_scan_bytes(yystr,strlen(yystr) );
/linux-4.4.14/scripts/dtc/
Ddtc-parser.tab.c_shipped958 yystrlen (const char *yystr)
961 for (yylen = 0; yystr[yylen]; yylen++)
997 yytnamerr (char *yyres, const char *yystr)
999 if (*yystr == '"')
1002 char const *yyp = yystr;
1030 return yystrlen (yystr);
1032 return yystpcpy (yyres, yystr) - yyres;
Ddtc-lexer.lex.c_shipped1944 * @param yystr a NUL-terminated string to scan
1950 YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
1953 return yy_scan_bytes(yystr,strlen(yystr) );