Searched refs:yy_create_string_buffer (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/ld/ |
H A D | ldlex.l | 520 yy_create_string_buffer (const char *string, size_t size) 573 tmp = yy_create_string_buffer (string, strlen (string));
|
H A D | ldlex.c | 3855 yy_create_string_buffer (const char *string, size_t size) in yy_create_string_buffer() function 3908 tmp = yy_create_string_buffer (string, strlen (string)); in lex_redirect()
|
H A D | ChangeLog-0001 | 1961 * ldlex.l (yy_create_string_buffer): Init yy_is_our_buffer,
|
H A D | ChangeLog-2020 | 1503 * ldlex.l (yy_create_string_buffer): Use xmalloc rather than malloc.
|
H A D | ChangeLog-9197 | 4331 * ldlex.l (yy_create_string_buffer): Handle change to internal
|
/netbsd-src/external/gpl3/binutils/dist/ld/ |
H A D | ldlex.l | 524 yy_create_string_buffer (const char *string, size_t size) 577 tmp = yy_create_string_buffer (string, strlen (string));
|
H A D | ldlex.c | 3894 yy_create_string_buffer (const char *string, size_t size) in yy_create_string_buffer() function 3947 tmp = yy_create_string_buffer (string, strlen (string)); in lex_redirect()
|
H A D | ChangeLog-0001 | 1961 * ldlex.l (yy_create_string_buffer): Init yy_is_our_buffer,
|
H A D | ChangeLog-2020 | 1503 * ldlex.l (yy_create_string_buffer): Use xmalloc rather than malloc.
|
H A D | ChangeLog-9197 | 4331 * ldlex.l (yy_create_string_buffer): Handle change to internal
|