Searched refs:yystr (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/crypto/heimdal/lib/com_err/
H A Dparse.c853 yystrlen (const char *yystr)
856 yystrlen (yystr)
857 const char *yystr;
861 for (yylen = 0; yystr[yylen]; yylen++)
905 yytnamerr (char *yyres, const char *yystr)
907 if (*yystr == '"')
910 char const *yyp = yystr;
938 return yystrlen (yystr);
940 return yystpcpy (yyres, yystr) - yyres;
852 yystrlen(const char *yystr) argument
904 yytnamerr(char *yyres, const char *yystr) argument
H A Dlex.c1582 * @param yystr a NUL-terminated string to scan
1588 YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
1591 return yy_scan_bytes(yystr,strlen(yystr) );
/freebsd-13-stable/crypto/heimdal/lib/asn1/
H A Dasn1parse.c1245 yystrlen (const char *yystr)
1248 yystrlen (yystr)
1249 const char *yystr;
1253 for (yylen = 0; yystr[yylen]; yylen++)
1297 yytnamerr (char *yyres, const char *yystr)
1299 if (*yystr == '"')
1302 char const *yyp = yystr;
1330 return yystrlen (yystr);
1332 return yystpcpy (yyres, yystr) - yyres;
1244 yystrlen(const char *yystr) argument
1296 yytnamerr(char *yyres, const char *yystr) argument
H A Dlex.c2447 * @param yystr a NUL-terminated string to scan
2453 YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
2456 return yy_scan_bytes(yystr,strlen(yystr) );
/freebsd-13-stable/contrib/ipfilter/tools/
H A Dlexer.c39 char *yystr = NULL; variable
189 if (yystr != NULL) {
190 free(yystr);
191 yystr = NULL;
479 yystr = yytexttostr(0, yypos - 1);
480 if (yystr != NULL) {
483 for (s = yystr; *s && ishex(*s); s++)
485 if (!*s && *yystr) {
487 c = *yystr;
488 free(yystr);
[all...]
/freebsd-13-stable/crypto/heimdal/lib/sl/
H A Dslc-gram.c827 yystrlen (const char *yystr)
830 yystrlen (yystr)
831 const char *yystr;
835 for (yylen = 0; yystr[yylen]; yylen++)
879 yytnamerr (char *yyres, const char *yystr)
881 if (*yystr == '"')
884 char const *yyp = yystr;
912 return yystrlen (yystr);
914 return yystpcpy (yyres, yystr) - yyres;
826 yystrlen(const char *yystr) argument
878 yytnamerr(char *yyres, const char *yystr) argument
H A Dslc-lex.c1519 * @param yystr a NUL-terminated string to scan
1525 YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
1528 return yy_scan_bytes(yystr,strlen(yystr) );
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c1238 yystrlen (const char *yystr)
1241 yystrlen (yystr)
1242 const char *yystr;
1246 for (yylen = 0; yystr[yylen]; yylen++)
1290 yytnamerr (char *yyres, const char *yystr)
1292 if (*yystr == '"')
1295 char const *yyp = yystr;
1323 return yystrlen (yystr);
1325 return yystpcpy (yyres, yystr) - yyres;
1237 yystrlen(const char *yystr) argument
1289 yytnamerr(char *yyres, const char *yystr) argument
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_parser.c1697 yystrlen (const char *yystr) argument
1700 for (yylen = 0; yystr[yylen]; yylen++)
1736 yytnamerr (char *yyres, const char *yystr) argument
1738 if (*yystr == '"')
1741 char const *yyp = yystr;
1769 return yystrlen (yystr);
1771 return yystpcpy (yyres, yystr) - yyres;
/freebsd-13-stable/tools/build/bootstrap-m4/
H A Dinittokenizer.c1567 * @param yystr a NUL-terminated string to scan
1573 YY_BUFFER_STATE yy_scan_string (const char * yystr )
1576 return yy_scan_bytes( yystr, (int) strlen(yystr) );
/freebsd-13-stable/usr.bin/lex/
H A Dinitscan.c4906 * @param yystr a NUL-terminated string to scan
4912 YY_BUFFER_STATE yy_scan_string (const char * yystr )
4915 return yy_scan_bytes( yystr, (int) strlen(yystr) );

Completed in 135 milliseconds