HomeSort by: relevance | last modified time | path
    Searched defs:yystrlen (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
dtcompilerparser.tab.c 874 # ifndef yystrlen
876 # define yystrlen strlen
882 yystrlen (const char *yystr)
885 yystrlen (yystr)
967 return yystrlen (yystr);
1049 yysize1 = yysize + yystrlen (yyf);
875 # define yystrlen macro
881 yystrlen (const char *yystr) function
dtparser.tab.c 956 # ifndef yystrlen
958 # define yystrlen strlen
964 yystrlen (const char *yystr)
967 yystrlen (yystr)
1049 return yystrlen (yystr);
1131 yysize1 = yysize + yystrlen (yyf);
957 # define yystrlen macro
963 yystrlen (const char *yystr) function
prparser.tab.c 959 # ifndef yystrlen
961 # define yystrlen strlen
967 yystrlen (const char *yystr)
970 yystrlen (yystr)
1052 return yystrlen (yystr);
1134 yysize1 = yysize + yystrlen (yyf);
960 # define yystrlen macro
966 yystrlen (const char *yystr) function
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
plural.c 565 # ifndef yystrlen
567 # define yystrlen strlen
572 yystrlen (const char *yystr)
574 yystrlen (yystr)
1151 yysize += yystrlen (yytname[yyx]) + 15, yycount++;
1152 yysize += yystrlen ("parse error, unexpected ") + 1;
1153 yysize += yystrlen (yytname[YYTRANSLATE (yychar)]);
566 # define yystrlen macro
571 yystrlen (const char *yystr) function
  /src/external/gpl2/gettext/dist/gettext-tools/src/
po-gram-gen.c 572 # ifndef yystrlen
574 # define yystrlen strlen
579 yystrlen (const char *yystr)
581 yystrlen (yystr)
1352 yysize += yystrlen (yytname[yyx]) + 15, yycount++;
1353 yysize += yystrlen ("parse error, unexpected ") + 1;
1354 yysize += yystrlen (yytname[YYTRANSLATE (yychar)]);
573 # define yystrlen macro
578 yystrlen (const char *yystr) function
  /src/external/gpl2/texinfo/dist/intl/
plural.c 565 # ifndef yystrlen
567 # define yystrlen strlen
572 yystrlen (const char *yystr)
574 yystrlen (yystr)
1151 yysize += yystrlen (yytname[yyx]) + 15, yycount++;
1152 yysize += yystrlen ("parse error, unexpected ") + 1;
1153 yysize += yystrlen (yytname[YYTRANSLATE (yychar)]);
566 # define yystrlen macro
571 yystrlen (const char *yystr) function
  /src/external/gpl3/gcc.old/dist/intl/
plural.c 594 # ifndef yystrlen
596 # define yystrlen strlen
601 yystrlen (const char *yystr)
603 yystrlen (yystr)
1180 yysize += yystrlen (yytname[yyx]) + 15, yycount++;
1181 yysize += yystrlen ("parse error, unexpected ") + 1;
1182 yysize += yystrlen (yytname[YYTRANSLATE (yychar)]);
595 # define yystrlen macro
600 yystrlen (const char *yystr) function
  /src/external/bsd/elftosb/dist/elftosb2/
elftosb_parser.tab.cpp 1033 # ifndef yystrlen
1035 # define yystrlen strlen
1040 yystrlen (const char *yystr)
1042 yystrlen (yystr)
1124 return yystrlen (yystr);
2615 yysize1 = yysize + yystrlen (yyf);
1034 # define yystrlen macro
1039 yystrlen (const char *yystr) function
  /src/external/gpl2/xcvs/dist/lib/
getdate.c 1111 # ifndef yystrlen
1113 # define yystrlen strlen
1119 yystrlen (const char *yystr)
1122 yystrlen (yystr)
1204 return yystrlen (yystr);
1286 yysize1 = yysize + yystrlen (yyf);
1112 # define yystrlen macro
1118 yystrlen (const char *yystr) function

Completed in 33 milliseconds