Searched refs:yystrlen (Results 1 - 13 of 13) sorted by relevance

/haiku-fatelf/src/bin/gawk/intl/
H A Dplural.c587 # ifndef yystrlen
589 # define yystrlen strlen
594 yystrlen (const char *yystr)
596 yystrlen (yystr)
1173 yysize += yystrlen (yytname[yyx]) + 15, yycount++;
1174 yysize += yystrlen ("parse error, unexpected ") + 1;
1175 yysize += yystrlen (yytname[YYTRANSLATE (yychar)]);
588 # define yystrlen macro
593 yystrlen (const char *yystr) function
/haiku-fatelf/src/bin/bash/lib/intl/
H A Dplural.c762 # ifndef yystrlen
764 # define yystrlen strlen
769 yystrlen (const char *yystr)
771 yystrlen (yystr)
1332 yysize += yystrlen (yyprefix) + yystrlen (yytname [yyx]);
1341 + yystrlen (yytname[yytype]));
763 # define yystrlen macro
768 yystrlen (const char *yystr) function
/haiku-fatelf/src/bin/gdb/gdb/
H A Dm2-exp.c1048 # ifndef yystrlen
1050 # define yystrlen strlen
1055 yystrlen (const char *yystr)
1057 yystrlen (yystr)
1995 yysize += yystrlen (yyprefix) + yystrlen (yytname [yyx]);
2004 + yystrlen (yytname[yytype]));
1049 # define yystrlen macro
1054 yystrlen (const char *yystr) function
H A Dada-exp.c1115 # ifndef yystrlen
1117 # define yystrlen strlen
1122 yystrlen (const char *yystr)
1124 yystrlen (yystr)
2103 yysize += yystrlen (yyprefix) + yystrlen (yytname [yyx]);
2112 + yystrlen (yytname[yytype]));
1116 # define yystrlen macro
1121 yystrlen (const char *yystr) function
H A Df-exp.c927 # ifndef yystrlen
929 # define yystrlen strlen
934 yystrlen (const char *yystr)
936 yystrlen (yystr)
1865 yysize += yystrlen (yyprefix) + yystrlen (yytname [yyx]);
1874 + yystrlen (yytname[yytype]));
928 # define yystrlen macro
933 yystrlen (const char *yystr) function
H A Djv-exp.c978 # ifndef yystrlen
980 # define yystrlen strlen
985 yystrlen (const char *yystr)
987 yystrlen (yystr)
1908 yysize += yystrlen (yyprefix) + yystrlen (yytname [yyx]);
1917 + yystrlen (yytname[yytype]));
979 # define yystrlen macro
984 yystrlen (const char *yystr) function
H A Dc-exp.c1107 # ifndef yystrlen
1109 # define yystrlen strlen
1114 yystrlen (const char *yystr)
1116 yystrlen (yystr)
2522 yysize += yystrlen (yyprefix) + yystrlen (yytname [yyx]);
2531 + yystrlen (yytname[yytype]));
1108 # define yystrlen macro
1113 yystrlen (const char *yystr) function
H A Dobjc-exp.c1091 # ifndef yystrlen
1093 # define yystrlen strlen
1098 yystrlen (const char *yystr)
1100 yystrlen (yystr)
2484 yysize += yystrlen (yyprefix) + yystrlen (yytname [yyx]);
2493 + yystrlen (yytname[yytype]));
1092 # define yystrlen macro
1097 yystrlen (const char *yystr) function
H A Dp-exp.c901 # ifndef yystrlen
903 # define yystrlen strlen
908 yystrlen (const char *yystr)
910 yystrlen (yystr)
1936 yysize += yystrlen (yyprefix) + yystrlen (yytname [yyx]);
1945 + yystrlen (yytname[yytype]));
902 # define yystrlen macro
907 yystrlen (const char *yystr) function
/haiku-fatelf/src/libs/print/libgutenprint/src/gutenprintui2/
H A Dprintrcy.c995 # ifndef yystrlen
997 # define yystrlen strlen
1003 yystrlen (const char *yystr)
1006 yystrlen (yystr)
1088 return yystrlen (yystr);
1170 yysize1 = yysize + yystrlen (yyf);
996 # define yystrlen macro
1002 yystrlen (const char *yystr) function
/haiku-fatelf/src/libs/print/libgutenprint/src/testpattern/
H A Dtestpatterny.c1133 # ifndef yystrlen
1135 # define yystrlen strlen
1141 yystrlen (const char *yystr)
1144 yystrlen (yystr)
1226 return yystrlen (yystr);
1308 yysize1 = yysize + yystrlen (yyf);
1134 # define yystrlen macro
1140 yystrlen (const char *yystr) function
/haiku-fatelf/src/bin/coreutils/lib/
H A Dgetdate.c1169 # ifndef yystrlen
1171 # define yystrlen strlen
1177 yystrlen (const char *yystr)
1180 yystrlen (yystr)
1262 return yystrlen (yystr);
1346 yysize1 = yysize + yystrlen (yyformat);
1170 # define yystrlen macro
1176 yystrlen (const char *yystr) function
/haiku-fatelf/src/bin/gawk/
H A Dawkgram.c1157 # ifndef yystrlen
1159 # define yystrlen strlen
1164 yystrlen (const char *yystr)
1166 yystrlen (yystr)
2660 yysize += yystrlen (yytname[yyx]) + 15, yycount++;
2661 yysize += yystrlen ("syntax error, unexpected ") + 1;
2662 yysize += yystrlen (yytname[yytype]);
1158 # define yystrlen macro
1163 yystrlen (const char *yystr) function

Completed in 240 milliseconds