![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Go to the source code of this file.
Functions | |
ssize_t | getdelim (char **lineptr, size_t *n, int delimiter, FILE *fp) |
ssize_t | getline (char **lineptr, size_t *n, FILE *stream) |
ssize_t getdelim | ( | char ** | lineptr, |
size_t * | n, | ||
int | delimiter, | ||
FILE * | fp | ||
) |
References flockfile, funlockfile, getc_maybe_unlocked, and SSIZE_MAX.
Referenced by getline().
ssize_t getline | ( | char ** | lineptr, |
size_t * | n, | ||
FILE * | stream | ||
) |
References getdelim().
Referenced by _get_total_memory(), calculate_clut_3dl(), calculate_clut_cube(), dt_print_mem_usage(), and dt_tag_import().