Searched refs:yy_scan_bytes (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/unbound/util/
H A Dconfigyyrename.h51 #define yy_scan_bytes ub_c_scan_bytes macro
H A Dconfiglexer.c299 YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len );
7494 * yy_scan_bytes() instead.
7499 return yy_scan_bytes( yystr, (int) strlen(yystr) );
7509 YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len ) function
7520 YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
7529 YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
/freebsd-current/crypto/heimdal/lib/asn1/
H A Dlex.c302 YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,yy_size_t len );
2451 * yy_scan_bytes() instead.
2456 return yy_scan_bytes(yystr,strlen(yystr) );
2466 YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, yy_size_t _yybytes_len ) function
2476 YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
2485 YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
/freebsd-current/crypto/heimdal/lib/com_err/
H A Dlex.c302 YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,yy_size_t len );
1586 * yy_scan_bytes() instead.
1591 return yy_scan_bytes(yystr,strlen(yystr) );
1601 YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, yy_size_t _yybytes_len ) function
1611 YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
1620 YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
/freebsd-current/crypto/heimdal/lib/sl/
H A Dslc-lex.c302 YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,yy_size_t len );
1523 * yy_scan_bytes() instead.
1528 return yy_scan_bytes(yystr,strlen(yystr) );
1538 YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, yy_size_t _yybytes_len ) function
1548 YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
1557 YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
/freebsd-current/tools/build/bootstrap-m4/
H A Dinittokenizer.c300 YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len );
1569 * yy_scan_bytes() instead.
1574 return yy_scan_bytes( yystr, (int) strlen(yystr) );
1584 YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len ) function
1595 YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
1604 YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
/freebsd-current/usr.bin/lex/
H A Dinitscan.c299 YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len );
4910 * yy_scan_bytes() instead.
4915 return yy_scan_bytes( yystr, (int) strlen(yystr) );
4925 YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len ) function
4936 YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
4945 YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );

Completed in 159 milliseconds