Searched refs:f_base (Results 1 – 2 of 2) sorted by relevance
484 content->f_p = content->f_base = content->f_end = (char *)malloc(1);499 content->f_p = content->f_base = content->f_end = (char *)malloc(1);504 content->f_base = (char *)malloc(malloc_size+1);505 if (content->f_base == NULL)507 if ((bytes_read = read(fd, content->f_base, malloc_size)) < 0)513 content->f_p = content->f_base;514 content->f_end = content->f_base + bytes_read;523 free(fp->f_base);
140 char *f_base; member
Completed in 21 milliseconds