MP-Gadget
5.0.1.dev1-76bc7d4726-dirty
|
#include <stdarg.h>
Go to the source code of this file.
Functions | |
char * | fastpm_file_get_content (const char *filename) |
char * | fastpm_strdup (const char *str) |
char * | fastpm_strdup_printf (const char *fmt,...) |
char * | fastpm_strdup_vprintf (const char *fmt, va_list va) |
void | fastpm_path_ensure_dirname (const char *path) |
char* fastpm_file_get_content | ( | const char * | filename | ) |
Definition at line 14 of file string.c.
References ta_malloc2.
Referenced by hci_query_filesystem(), and param_parse_file().
void fastpm_path_ensure_dirname | ( | const char * | path | ) |
char* fastpm_strdup | ( | const char * | str | ) |
Definition at line 31 of file string.c.
References ta_malloc.
Referenced by OutputListAction(), param_declare_string(), param_format_value(), param_set_from_string(), and parse_enum().
char* fastpm_strdup_printf | ( | const char * | fmt, |
... | |||
) |
Definition at line 41 of file string.c.
References fastpm_strdup_vprintf().
Referenced by begrun(), dump_snapshot(), exists(), find_last_snapnum(), fof_save_particles(), hci_query_filesystem(), open_outputfiles(), petaio_get_snapshot_fname(), powerspectrum_nu_save(), powerspectrum_save(), run_gravity_test(), setup_glass(), touch(), and write_checkpoint().
char* fastpm_strdup_vprintf | ( | const char * | fmt, |
va_list | va | ||
) |
Definition at line 51 of file string.c.
References ta_malloc.
Referenced by fastpm_strdup_printf(), and report_detailed_memory_usage().