Searched refs:xmalloc_fgetline_str (Results 1 – 3 of 3) sorted by relevance
75 char* FAST_FUNC xmalloc_fgetline_str(FILE *file, const char *terminating_string) in xmalloc_fgetline_str() function
775 while ((control_buffer = xmalloc_fgetline_str(status_file, "\n\n")) != NULL) { in index_status_file()828 while ((control_buffer = xmalloc_fgetline_str(old_status_file, "\n\n")) != NULL) { in write_status_file()
1045 extern char *xmalloc_fgetline_str(FILE *file, const char *terminating_string) FAST_FUNC RETURNS_MAL…