Home | History | Annotate | Download | only in src

Lines Matching refs:str_buf

109 	char *addr, *str_buf;
190 str_buf = malloc(entry_len + 1);
191 if (!str_buf)
194 rc = next_entry(str_buf, mmap_area, entry_len);
196 free(str_buf);
200 str_buf[entry_len] = '\0';
201 if ((strcmp(str_buf, pcre_version()) != 0)) {
202 free(str_buf);
205 free(str_buf);
290 str_buf = malloc(entry_len);
291 if (!str_buf) {
295 rc = next_entry(str_buf, mmap_area, entry_len);
299 if (str_buf[entry_len - 1] != '\0') {
300 free(str_buf);
304 spec->lr.ctx_raw = str_buf;