re_string_get_buffer 1360 lib/regexec.c  		  char *buf = (char *) re_string_get_buffer (&mctx->input);
re_string_get_buffer 2735 lib/regexec.c    const char *buf = (const char *) re_string_get_buffer (&mctx->input);
re_string_get_buffer 2785 lib/regexec.c  		  buf = (const char *) re_string_get_buffer (&mctx->input);
re_string_get_buffer 2798 lib/regexec.c  	  buf = (const char *) re_string_get_buffer (&mctx->input);
re_string_get_buffer 2831 lib/regexec.c  		  buf = (const char *) re_string_get_buffer (&mctx->input);
re_string_get_buffer 3875 lib/regexec.c  	= ((const unsigned char *) re_string_get_buffer (input) + str_idx);