Searched refs:yy_scan_bytes (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/unbound/util/ |
| H A D | configyyrename.h | 51 #define yy_scan_bytes ub_c_scan_bytes macro
|
| H A D | configlexer.c | 299 YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len ); 7822 return yy_scan_bytes( yystr, (int) strlen(yystr) ); in yy_scan_string() 7832 YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len ) in yy_scan_bytes() function
|
| /freebsd/tools/build/bootstrap-m4/ |
| H A D | inittokenizer.c | 300 YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len ); 1574 return yy_scan_bytes( yystr, (int) strlen(yystr) ); in yy_scan_string() 1584 YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len ) in yy_scan_bytes() function
|
| /freebsd/crypto/heimdal/lib/com_err/ |
| H A D | lex.c | 302 YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,yy_size_t len ); 1591 return yy_scan_bytes(yystr,strlen(yystr) ); in yy_scan_string() 1601 YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, yy_size_t _yybytes_len ) in yy_scan_bytes() function
|
| /freebsd/crypto/heimdal/lib/sl/ |
| H A D | slc-lex.c | 302 YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,yy_size_t len ); 1528 return yy_scan_bytes(yystr,strlen(yystr) ); in yy_scan_string() 1538 YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, yy_size_t _yybytes_len ) in yy_scan_bytes() function
|
| /freebsd/crypto/heimdal/lib/asn1/ |
| H A D | lex.c | 302 YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,yy_size_t len ); 2456 return yy_scan_bytes(yystr,strlen(yystr) ); in yy_scan_string() 2466 YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, yy_size_t _yybytes_len ) in yy_scan_bytes() function
|
| /freebsd/usr.bin/lex/ |
| H A D | initscan.c | 299 YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len ); 4915 return yy_scan_bytes( yystr, (int) strlen(yystr) ); in yy_scan_string() 4925 YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len ) in yy_scan_bytes() function
|
| /freebsd/contrib/flex/src/ |
| H A D | flex.skl | 67 #define yy_scan_bytes M4_YY_PREFIX[[_scan_bytes]] 604 YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len M4_YY_PROTO_LAST_ARG ); 2336 * yy_scan_bytes() instead. 2342 return yy_scan_bytes( yystr, (int) strlen(yystr) M4_YY_CALL_LAST_ARG); 2358 YY_BUFFER_STATE yy_scan_bytes YYFARGS2( const char *,yybytes, int ,_yybytes_len) 2370 YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" ); 2379 YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
|
| /freebsd/contrib/flex/ |
| H A D | ONEWS | 209 yy_scan_buffer, yy_scan_bytes, yy_scan_string 223 YY_BUFFER_STATE yy_scan_bytes( const char *bytes, int len )
|