Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/common/
H A Dlexer.c39 char *yystr = NULL; variable
191 if (yystr != NULL) { in yylex()
192 free(yystr); in yylex()
193 yystr = NULL; in yylex()
481 yystr = yytexttostr(0, yypos - 1); in yylex()
482 if (yystr != NULL) { in yylex()
485 for (s = yystr; *s && ishex(*s); s++) in yylex()
487 if (!*s && *yystr) { in yylex()
489 c = *yystr; in yylex()
490 free(yystr); in yylex()
[all …]
/freebsd/crypto/heimdal/lib/com_err/
H A Dparse.c852 yystrlen (const char *yystr) in yystrlen() argument
855 yystrlen (yystr) in yystrlen()
856 const char *yystr; in yystrlen()
860 for (yylen = 0; yystr[yylen]; yylen++)
904 yytnamerr (char *yyres, const char *yystr) in yytnamerr() argument
906 if (*yystr == '"') in yytnamerr()
909 char const *yyp = yystr; in yytnamerr()
937 return yystrlen (yystr); in yytnamerr()
939 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()
H A Dlex.c1588 YY_BUFFER_STATE yy_scan_string (yyconst char * yystr ) in yy_scan_string() argument
1591 return yy_scan_bytes(yystr,strlen(yystr) ); in yy_scan_string()
/freebsd/crypto/heimdal/lib/sl/
H A Dslc-gram.c826 yystrlen (const char *yystr) in yystrlen() argument
829 yystrlen (yystr) in yystrlen()
830 const char *yystr; in yystrlen()
834 for (yylen = 0; yystr[yylen]; yylen++)
878 yytnamerr (char *yyres, const char *yystr) in yytnamerr() argument
880 if (*yystr == '"') in yytnamerr()
883 char const *yyp = yystr; in yytnamerr()
911 return yystrlen (yystr); in yytnamerr()
913 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()
H A Dslc-lex.c1525 YY_BUFFER_STATE yy_scan_string (yyconst char * yystr ) in yy_scan_string() argument
1528 return yy_scan_bytes(yystr,strlen(yystr) ); in yy_scan_string()
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c1237 yystrlen (const char *yystr)
1240 yystrlen (yystr)
1241 const char *yystr;
1245 for (yylen = 0; yystr[yylen]; yylen++)
1289 yytnamerr (char *yyres, const char *yystr) in yytnamerr() argument
1291 if (*yystr == '"') in yytnamerr()
1294 char const *yyp = yystr; in yytnamerr()
1322 return yystrlen (yystr); in yytnamerr()
1324 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()
/freebsd/crypto/heimdal/lib/asn1/
H A Dasn1parse.c1245 yystrlen (const char *yystr) in yystrlen()
1248 yystrlen (yystr) in yystrlen()
1249 const char *yystr;
1253 for (yylen = 0; yystr[yylen]; yylen++)
1297 yytnamerr (char *yyres, const char *yystr) in yytnamerr()
1299 if (*yystr == '"') in yytnamerr()
1302 char const *yyp = yystr; in yytnamerr()
1330 return yystrlen (yystr); in yytnamerr()
1332 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()
1244 yystrlen(const char * yystr) yystrlen() argument
1296 yytnamerr(char * yyres,const char * yystr) yytnamerr() argument
H A Dlex.c2453 YY_BUFFER_STATE yy_scan_string (yyconst char * yystr ) in yy_scan_string() argument
2456 return yy_scan_bytes(yystr,strlen(yystr) ); in yy_scan_string()
/freebsd/tools/build/bootstrap-m4/
H A Dinittokenizer.c1571 YY_BUFFER_STATE yy_scan_string (const char * yystr ) in yy_scan_string() argument
1574 return yy_scan_bytes( yystr, (int) strlen(yystr) ); in yy_scan_string()
/freebsd/usr.bin/lex/
H A Dinitscan.c4912 YY_BUFFER_STATE yy_scan_string (const char * yystr ) in yy_scan_string() argument
4915 return yy_scan_bytes( yystr, (int) strlen(yystr) ); in yy_scan_string()
/freebsd/contrib/unbound/util/
H A Dconfiglexer.c7665 YY_BUFFER_STATE yy_scan_string (const char * yystr ) in yy_scan_string() argument
7668 return yy_scan_bytes( yystr, (int) strlen(yystr) ); in yy_scan_string()
/freebsd/contrib/flex/src/
H A Dflex.skl2332 * @param yystr a NUL-terminated string to scan
2338 YY_BUFFER_STATE yy_scan_string YYFARGS1( const char *, yystr)
2342 return yy_scan_bytes( yystr, (int) strlen(yystr) M4_YY_CALL_LAST_ARG);