HomeSort by: relevance | last modified time | path
    Searched defs:yy_scan_bytes (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
lex.yy.c 240 YY_BUFFER_STATE yy_scan_bytes YY_PROTO(( yyconst char *bytes, int len ));
1651 return yy_scan_bytes( yy_str, len );
1658 YY_BUFFER_STATE yy_scan_bytes( yyconst char *bytes, int len ) function in typeref:typename:YY_BUFFER_STATE
1660 YY_BUFFER_STATE yy_scan_bytes( bytes, len )
1674 YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
1683 YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
  /src/tools/m4/bootstrap/
tokenizer.c 308 YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,int len );
1605 * yy_scan_bytes() instead.
1610 return yy_scan_bytes(yystr,strlen(yystr) );
1620 YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, int _yybytes_len ) function in typeref:typename:YY_BUFFER_STATE
1631 YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
1640 YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );

Completed in 13 milliseconds