Searched refs:yy_size_t (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dlex.c157 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-11-stable/crypto/heimdal/lib/com_err/
H A Dlex.c157 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-11-stable/crypto/heimdal/lib/sl/
H A Dslc-lex.c157 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-11-stable/usr.bin/lex/
H A Dinitscan.c170 typedef size_t yy_size_t; typedef
173 extern yy_size_t yyleng;
211 yy_size_t yy_buf_size;
216 yy_size_t yy_n_chars;
287 static yy_size_t yy_n_chars; /* number of characters read into yy_ch_buf */
288 yy_size_t yyleng;
314 YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size );
316 YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,yy_size_t len );
318 void *yyalloc (yy_size_t );
319 void *yyrealloc (void *,yy_size_t );
[all...]
/freebsd-11-stable/contrib/amd/fsinfo/
H A Dnull_lex.c211 typedef size_t yy_size_t; typedef
226 yy_size_t yy_buf_size;
328 YY_BUFFER_STATE null__scan_buffer (char *base,yy_size_t size );
332 void *null_alloc (yy_size_t );
333 void *null_realloc (void *,yy_size_t );
1010 if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
1012 yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
1431 YY_BUFFER_STATE null__scan_buffer (char * base, yy_size_t size )
1485 yy_size_t n;
1692 void *null_alloc (yy_size_t siz
[all...]
/freebsd-11-stable/contrib/binutils/ld/
H A Dldlex.l73 static void yy_input (char *, yy_size_t *, yy_size_t);
618 yy_input (char *buf, yy_size_t *result, yy_size_t max_size)

Completed in 150 milliseconds