Home
last modified time | relevance | path

Searched refs:f_base (Results 1 – 2 of 2) sorted by relevance

/trunk/main/soltools/mkdepend/
H A Dmain.c484 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);
H A Ddef.h141 char *f_base; member

Completed in 16 milliseconds