Home
last modified time | relevance | path

Searched refs:yybytes (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/crypto/heimdal/lib/com_err/
H A Dlex.c1601 YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, yy_size_t _yybytes_len ) in yy_scan_bytes() argument
1614 buf[i] = yybytes[i]; in yy_scan_bytes()
/freebsd-13.1/crypto/heimdal/lib/sl/
H A Dslc-lex.c1538 YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, yy_size_t _yybytes_len ) in yy_scan_bytes() argument
1551 buf[i] = yybytes[i]; in yy_scan_bytes()
/freebsd-13.1/tools/build/bootstrap-m4/
H A Dinittokenizer.c1586 YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len ) in yy_scan_bytes() argument
1600 buf[i] = yybytes[i]; in yy_scan_bytes()
/freebsd-13.1/crypto/heimdal/lib/asn1/
H A Dlex.c2466 YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, yy_size_t _yybytes_len ) in yy_scan_bytes() argument
2479 buf[i] = yybytes[i]; in yy_scan_bytes()
/freebsd-13.1/usr.bin/lex/
H A Dinitscan.c4925 YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len ) in yy_scan_bytes() argument
4939 buf[i] = yybytes[i]; in yy_scan_bytes()
/freebsd-13.1/contrib/flex/src/
H A Dflex.skl2353 * @param yybytes the byte buffer to scan
2358 YY_BUFFER_STATE yy_scan_bytes YYFARGS2( const char *,yybytes, int ,_yybytes_len)
2373 buf[i] = yybytes[i];