Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/kconfig/
Dzconf.tab.c1079 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()
Dzconf.lex.c2053 YY_BUFFER_STATE zconf_scan_string (yyconst char * yystr ) in zconf_scan_string() argument
2056 return zconf_scan_bytes(yystr,strlen(yystr) ); in zconf_scan_string()
Dzconf.tab.c_shipped1079 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;
Dzconf.lex.c_shipped2047 * @param yystr a NUL-terminated string to scan
2053 YY_BUFFER_STATE zconf_scan_string (yyconst char * yystr )
2056 return zconf_scan_bytes(yystr,strlen(yystr) );
/linux-4.1.27/scripts/genksyms/
Dparse.tab.c_shipped1154 yystrlen (const char *yystr)
1157 yystrlen (yystr)
1158 const char *yystr;
1162 for (yylen = 0; yystr[yylen]; yylen++)
1206 yytnamerr (char *yyres, const char *yystr)
1208 if (*yystr == '"')
1211 char const *yyp = yystr;
1239 return yystrlen (yystr);
1241 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.1.27/scripts/dtc/
Ddtc-parser.tab.c_shipped982 yystrlen (const char *yystr)
985 yystrlen (yystr)
986 const char *yystr;
990 for (yylen = 0; yystr[yylen]; yylen++)
1034 yytnamerr (char *yyres, const char *yystr)
1036 if (*yystr == '"')
1039 char const *yyp = yystr;
1067 return yystrlen (yystr);
1069 return yystpcpy (yyres, yystr) - yyres;
Ddtc-lexer.lex.c_shipped1915 * @param yystr a NUL-terminated string to scan
1921 YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
1924 return yy_scan_bytes(yystr,strlen(yystr) );