re_string_get_buffer 1266 lib/regexec.c  		  char *buf = (char *) re_string_get_buffer (&mctx->input);
re_string_get_buffer 2611 lib/regexec.c    const char *buf = (const char *) re_string_get_buffer (&mctx->input);
re_string_get_buffer 2662 lib/regexec.c  		  buf = (const char *) re_string_get_buffer (&mctx->input);
re_string_get_buffer 2675 lib/regexec.c  	  buf = (const char *) re_string_get_buffer (&mctx->input);
re_string_get_buffer 2708 lib/regexec.c  		  buf = (const char *) re_string_get_buffer (&mctx->input);
re_string_get_buffer 2743 lib/regexec.c  	  buf = (const char *) re_string_get_buffer (&mctx->input);
re_string_get_buffer 3695 lib/regexec.c  	= ((const unsigned char *) re_string_get_buffer (input) + str_idx);