Searched refs:yy_size_t (Results 1 – 10 of 10) sorted by relevance
/freebsd/crypto/heimdal/lib/com_err/ |
H A D | lex.c | 157 typedef size_t yy_size_t; typedef 160 extern yy_size_t yyleng; 198 yy_size_t yy_buf_size; 203 yy_size_t yy_n_chars; 273 static yy_size_t yy_n_chars; /* number of characters read into yy_ch_buf */ 274 yy_size_t yyleng; 300 YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size ); 302 YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,yy_size_t len ); 304 void *yyalloc (yy_size_t ); 305 void *yyrealloc (void *,yy_size_t ); [all …]
|
/freebsd/crypto/heimdal/lib/sl/ |
H A D | slc-lex.c | 157 typedef size_t yy_size_t; typedef 160 extern yy_size_t yyleng; 198 yy_size_t yy_buf_size; 203 yy_size_t yy_n_chars; 273 static yy_size_t yy_n_chars; /* number of characters read into yy_ch_buf */ 274 yy_size_t yyleng; 300 YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size ); 302 YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,yy_size_t len ); 304 void *yyalloc (yy_size_t ); 305 void *yyrealloc (void *,yy_size_t ); [all …]
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | lex.c | 157 typedef size_t yy_size_t; typedef 160 extern yy_size_t yyleng; 198 yy_size_t yy_buf_size; 203 yy_size_t yy_n_chars; 273 static yy_size_t yy_n_chars; /* number of characters read into yy_ch_buf */ 274 yy_size_t yyleng; 300 YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size ); 302 YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,yy_size_t len ); 304 void *yyalloc (yy_size_t ); 305 void *yyrealloc (void *,yy_size_t ); [all …]
|
/freebsd/tools/build/bootstrap-m4/ |
H A D | inittokenizer.c | 156 typedef size_t yy_size_t; typedef 298 YY_BUFFER_STATE yy_scan_buffer ( char *base, yy_size_t size ); 302 void *yyalloc ( yy_size_t ); 303 void *yyrealloc ( void *, yy_size_t ); 622 while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \ 1064 (yy_size_t) (b->yy_buf_size + 2) ); in yy_get_next_buffer() 1114 (void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf, (yy_size_t) new_size ); in yy_get_next_buffer() 1345 b->yy_ch_buf = (char *) yyalloc( (yy_size_t) (b->yy_buf_size + 2) ); in yy_create_buffer() 1487 yy_size_t num_to_alloc; in yyensure_buffer_stack() 1512 yy_size_t grow_size = 8 /* arbitrary grow size */; in yyensure_buffer_stack() [all …]
|
/freebsd/usr.bin/lex/ |
H A D | initscan.c | 155 typedef size_t yy_size_t; typedef 297 YY_BUFFER_STATE yy_scan_buffer ( char *base, yy_size_t size ); 301 void *yyalloc ( yy_size_t ); 302 void *yyrealloc ( void *, yy_size_t ); 2125 while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \ 4361 (yy_size_t) (b->yy_buf_size + 2) ); in yy_get_next_buffer() 4411 (void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf, (yy_size_t) new_size ); in yy_get_next_buffer() 4686 b->yy_ch_buf = (char *) yyalloc( (yy_size_t) (b->yy_buf_size + 2) ); in yy_create_buffer() 4828 yy_size_t num_to_alloc; in yyensure_buffer_stack() 4853 yy_size_t grow_size = 8 /* arbitrary grow size */; in yyensure_buffer_stack() [all …]
|
/freebsd/contrib/unbound/util/ |
H A D | configlexer.c | 156 typedef size_t yy_size_t; typedef 297 YY_BUFFER_STATE yy_scan_buffer ( char *base, yy_size_t size ); 301 void *yyalloc ( yy_size_t ); 302 void *yyrealloc ( void *, yy_size_t ); 4635 while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \ 7158 (yy_size_t) (b->yy_buf_size + 2) ); in yy_get_next_buffer() 7208 (void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf, (yy_size_t) new_size ); in yy_get_next_buffer() 7439 b->yy_ch_buf = (char *) yyalloc( (yy_size_t) (b->yy_buf_size + 2) ); in yy_create_buffer() 7581 yy_size_t num_to_alloc; in yyensure_buffer_stack() 7606 yy_size_t grow_size = 8 /* arbitrary grow size */; in yyensure_buffer_stack() [all …]
|
/freebsd/contrib/flex/src/ |
H A D | flex.skl | 399 typedef size_t yy_size_t; 602 YY_BUFFER_STATE yy_scan_buffer ( char *base, yy_size_t size M4_YY_PROTO_LAST_ARG ); 608 void *yyalloc ( yy_size_t M4_YY_PROTO_LAST_ARG ); 609 void *yyrealloc ( void *, yy_size_t M4_YY_PROTO_LAST_ARG ); 1635 (yy_size_t) (b->yy_buf_size + 2) M4_YY_CALL_LAST_ARG ); 1685 (void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf, (yy_size_t) new_size M4_YY_CALL_LAST_ARG ); 2019 b->yy_ch_buf = (char *) yyalloc( (yy_size_t) (b->yy_buf_size + 2) M4_YY_CALL_LAST_ARG ); 2238 yy_size_t num_to_alloc; 2265 yy_size_t grow_size = 8 /* arbitrary grow size */; 2294 YY_BUFFER_STATE yy_scan_buffer YYFARGS2( char *,base, yy_size_t ,size) [all …]
|
/freebsd/contrib/flex/ |
H A D | ONEWS | 233 YY_BUFFER_STATE yy_scan_buffer( char *base, yy_size_t size ) 242 The type yy_size_t is an integral type to which you can cast
|
H A D | NEWS | 270 ** change yy_size_t to be size_t (resolves bug #1849812)
|
H A D | ChangeLog | 838 type of local `num_to_alloc' which is exclusively used in yy_size_t context 1109 …e of yy_n_chars to int; gh#53, sf#160. The variable yy_n_chars had been of type yy_size_t which is 3225 * NEWS, flex.skl: change yy_size_t to be size_t (resolves bug 4546 size_t to yy_size_t in yyalloc() and yyrealloc(). Is this really
|