Home
last modified time | relevance | path

Searched refs:xmalloc_fgetline_str (Results 1 – 3 of 3) sorted by relevance

/busybox-1.35.0/libbb/
Dfgets_str.c75 char* FAST_FUNC xmalloc_fgetline_str(FILE *file, const char *terminating_string) in xmalloc_fgetline_str() function
/busybox-1.35.0/archival/
Ddpkg.c775 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()
/busybox-1.35.0/include/
Dlibbb.h1045 extern char *xmalloc_fgetline_str(FILE *file, const char *terminating_string) FAST_FUNC RETURNS_MAL…