HomeSort by: relevance | last modified time | path
    Searched refs:yystr (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/sys/external/bsd/acpica/dist/compiler/
dtcompilerparser.tab.c 878 /* Return the length of YYSTR. */
882 yystrlen (const char *yystr)
885 yystrlen (yystr)
886 const char *yystr;
890 for (yylen = 0; yystr[yylen]; yylen++)
926 /* Copy to YYRES the contents of YYSTR after stripping away unnecessary
930 backslash-backslash). YYSTR is taken from yytname. If YYRES is
934 yytnamerr (char *yyres, const char *yystr)
936 if (*yystr == '"')
939 char const *yyp = yystr;
    [all...]
dtparser.tab.c 960 /* Return the length of YYSTR. */
964 yystrlen (const char *yystr)
967 yystrlen (yystr)
968 const char *yystr;
972 for (yylen = 0; yystr[yylen]; yylen++)
1008 /* Copy to YYRES the contents of YYSTR after stripping away unnecessary
1012 backslash-backslash). YYSTR is taken from yytname. If YYRES is
1016 yytnamerr (char *yyres, const char *yystr)
1018 if (*yystr == '"')
1021 char const *yyp = yystr;
    [all...]
prparser.tab.c 963 /* Return the length of YYSTR. */
967 yystrlen (const char *yystr)
970 yystrlen (yystr)
971 const char *yystr;
975 for (yylen = 0; yystr[yylen]; yylen++)
1011 /* Copy to YYRES the contents of YYSTR after stripping away unnecessary
1015 backslash-backslash). YYSTR is taken from yytname. If YYRES is
1019 yytnamerr (char *yyres, const char *yystr)
1021 if (*yystr == '"')
1024 char const *yyp = yystr;
    [all...]
  /src/external/bsd/ipf/dist/tools/
lexer.c 39 char *yystr = NULL; variable
191 if (yystr != NULL) {
192 free(yystr);
193 yystr = NULL;
485 yystr = yytexttostr(0, yypos - 1);
486 if (yystr != NULL) {
489 for (s = yystr; *s && ishex(*s); s++)
491 if (!*s && *yystr) {
493 c = *yystr;
494 free(yystr);
    [all...]
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
plural.c 569 /* Return the length of YYSTR. */
572 yystrlen (const char *yystr)
574 yystrlen (yystr)
575 const char *yystr;
578 register const char *yys = yystr;
583 return yys - yystr - 1;
  /src/external/gpl2/texinfo/dist/intl/
plural.c 569 /* Return the length of YYSTR. */
572 yystrlen (const char *yystr)
574 yystrlen (yystr)
575 const char *yystr;
578 register const char *yys = yystr;
583 return yys - yystr - 1;
  /src/external/gpl2/xcvs/dist/lib/
getdate.c 1115 /* Return the length of YYSTR. */
1119 yystrlen (const char *yystr)
1122 yystrlen (yystr)
1123 const char *yystr;
1127 for (yylen = 0; yystr[yylen]; yylen++)
1163 /* Copy to YYRES the contents of YYSTR after stripping away unnecessary
1167 backslash-backslash). YYSTR is taken from yytname. If YYRES is
1171 yytnamerr (char *yyres, const char *yystr)
1173 if (*yystr == '"')
1176 char const *yyp = yystr;
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/src/
po-gram-gen.c 576 /* Return the length of YYSTR. */
579 yystrlen (const char *yystr)
581 yystrlen (yystr)
582 const char *yystr;
585 register const char *yys = yystr;
590 return yys - yystr - 1;
  /src/external/gpl3/gcc.old/dist/intl/
plural.c 598 /* Return the length of YYSTR. */
601 yystrlen (const char *yystr)
603 yystrlen (yystr)
604 const char *yystr;
607 register const char *yys = yystr;
612 return yys - yystr - 1;
  /src/external/bsd/elftosb/dist/elftosb2/
elftosb_parser.tab.cpp 1037 /* Return the length of YYSTR. */
1040 yystrlen (const char *yystr)
1042 yystrlen (yystr)
1043 const char *yystr;
1046 const char *yys = yystr;
1051 return yys - yystr - 1;
1083 /* Copy to YYRES the contents of YYSTR after stripping away unnecessary
1087 backslash-backslash). YYSTR is taken from yytname. If YYRES is
1091 yytnamerr (char *yyres, const char *yystr)
1093 if (*yystr == '"'
    [all...]
  /src/tools/m4/bootstrap/
tokenizer.c 1601 * @param yystr a NUL-terminated string to scan
1607 YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
1610 return yy_scan_bytes(yystr,strlen(yystr) );
  /src/external/gpl3/binutils/dist/binutils/
arlex.c 1784 * @param yystr a NUL-terminated string to scan
1790 YY_BUFFER_STATE yy_scan_string (const char * yystr )
1793 return yy_scan_bytes( yystr, (int) strlen(yystr) );
deflex.c 1811 * @param yystr a NUL-terminated string to scan
1817 YY_BUFFER_STATE yy_scan_string (const char * yystr )
1820 return yy_scan_bytes( yystr, (int) strlen(yystr) );
syslex.c 1651 * @param yystr a NUL-terminated string to scan
1657 YY_BUFFER_STATE yy_scan_string (const char * yystr )
1660 return yy_scan_bytes( yystr, (int) strlen(yystr) );
  /src/external/gpl3/binutils/dist/gas/config/
loongarch-lex.c 1609 * @param yystr a NUL-terminated string to scan
1615 YY_BUFFER_STATE yy_scan_string (const char * yystr )
1618 return yy_scan_bytes( yystr, (int) strlen(yystr) );
  /src/external/gpl3/binutils/dist/gas/
itbl-lex.c 1668 * @param yystr a NUL-terminated string to scan
1674 YY_BUFFER_STATE yy_scan_string (const char * yystr )
1677 return yy_scan_bytes( yystr, (int) strlen(yystr) );
  /src/external/gpl3/binutils.old/dist/binutils/
arlex.c 1784 * @param yystr a NUL-terminated string to scan
1790 YY_BUFFER_STATE yy_scan_string (const char * yystr )
1793 return yy_scan_bytes( yystr, (int) strlen(yystr) );
deflex.c 1811 * @param yystr a NUL-terminated string to scan
1817 YY_BUFFER_STATE yy_scan_string (const char * yystr )
1820 return yy_scan_bytes( yystr, (int) strlen(yystr) );
syslex.c 1651 * @param yystr a NUL-terminated string to scan
1657 YY_BUFFER_STATE yy_scan_string (const char * yystr )
1660 return yy_scan_bytes( yystr, (int) strlen(yystr) );
  /src/external/gpl3/binutils.old/dist/gas/config/
loongarch-lex.c 1609 * @param yystr a NUL-terminated string to scan
1615 YY_BUFFER_STATE yy_scan_string (const char * yystr )
1618 return yy_scan_bytes( yystr, (int) strlen(yystr) );
  /src/external/gpl3/binutils.old/dist/gas/
itbl-lex.c 1668 * @param yystr a NUL-terminated string to scan
1674 YY_BUFFER_STATE yy_scan_string (const char * yystr )
1677 return yy_scan_bytes( yystr, (int) strlen(yystr) );
  /src/external/gpl3/gcc.old/dist/gcc/
gengtype-lex.cc 2671 * @param yystr a NUL-terminated string to scan
2677 YY_BUFFER_STATE yy_scan_string (const char * yystr )
2680 return yy_scan_bytes( yystr, (int) strlen(yystr) );
  /src/external/gpl3/gcc/dist/gcc/
gengtype-lex.cc 2682 * @param yystr a NUL-terminated string to scan
2688 YY_BUFFER_STATE yy_scan_string (const char * yystr )
2691 return yy_scan_bytes( yystr, (int) strlen(yystr) );
  /src/external/lgpl3/gmp/dist/demos/calc/
calclex.c 1670 * @param yystr a NUL-terminated string to scan
1676 YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
1679 return yy_scan_bytes(yystr,strlen(yystr) );
  /src/external/bsd/flex/dist/src/
initscan.c 4605 * @param yystr a NUL-terminated string to scan
4611 YY_BUFFER_STATE yy_scan_string (const char * yystr )
4614 return yy_scan_bytes( yystr, strlen(yystr) );

Completed in 96 milliseconds

1 2