Lines Matching defs:str_buf
107 char *addr, *str_buf;
188 str_buf = malloc(entry_len + 1);
189 if (!str_buf)
192 rc = next_entry(str_buf, mmap_area, entry_len);
194 free(str_buf);
198 str_buf[entry_len] = '\0';
199 if ((strcmp(str_buf, pcre_version()) != 0)) {
200 free(str_buf);
203 free(str_buf);
288 str_buf = malloc(entry_len);
289 if (!str_buf) {
293 rc = next_entry(str_buf, mmap_area, entry_len);
297 if (str_buf[entry_len - 1] != '\0') {
298 free(str_buf);
302 spec->lr.ctx_raw = str_buf;