GRASS GIS 8 Programmer's Manual
8.2.2dev(2023)-3d2c704037
|
Go to the source code of this file.
Functions | |
FILE * | fopen_group_file_old (const char *group, const char *mapset, const char *file) |
FILE * | fopen_subgroup_file_old (const char *group, const char *subgroup, const char *mapset, const char *file) |
FILE * | I_fopen_group_file_new (const char *group, const char *file) |
FILE * | I_fopen_group_file_append (const char *group, const char *file) |
FILE * | I_fopen_group_file_old (const char *group, const char *file) |
Open group file for reading. More... | |
FILE * | I_fopen_group_file_old2 (const char *group, const char *mapset, const char *file) |
Open group file for reading. More... | |
FILE * | I_fopen_subgroup_file_new (const char *group, const char *subgroup, const char *file) |
FILE * | I_fopen_subgroup_file_append (const char *group, const char *subgroup, const char *file) |
FILE * | I_fopen_subgroup_file_old (const char *group, const char *subgroup, const char *file) |
FILE * | I_fopen_subgroup_file_old2 (const char *group, const char *subgroup, const char *mapset, const char *file) |
FILE* fopen_group_file_old | ( | const char * | group, |
const char * | mapset, | ||
const char * | file | ||
) |
Definition at line 16 of file fopen.c.
References _, G_fopen_old_misc(), G_mapset(), G_warning(), I_find_group_file2(), and NULL.
Referenced by I_fopen_group_file_old(), and I_fopen_group_file_old2().
FILE* fopen_subgroup_file_old | ( | const char * | group, |
const char * | subgroup, | ||
const char * | mapset, | ||
const char * | file | ||
) |
Definition at line 40 of file fopen.c.
References _, G_fopen_old_misc(), G_mapset(), G_warning(), GNAME_MAX, I_find_subgroup_file2(), and NULL.
Referenced by I_fopen_subgroup_file_old(), and I_fopen_subgroup_file_old2().
FILE* I_fopen_group_file_append | ( | const char * | group, |
const char * | file | ||
) |
Definition at line 83 of file fopen.c.
References _, G_fopen_append_misc(), G_mapset(), and G_warning().
FILE* I_fopen_group_file_new | ( | const char * | group, |
const char * | file | ||
) |
Definition at line 70 of file fopen.c.
References _, G_fopen_new_misc(), G_mapset(), and G_warning().
Referenced by I_fopen_group_ref_new(), I_put_control_points(), I_put_group_title(), I_put_subgroup(), and I_put_target().
FILE* I_fopen_group_file_old | ( | const char * | group, |
const char * | file | ||
) |
Open group file for reading.
Internally uses G_fopen_old_misc
group | |
file |
Definition at line 105 of file fopen.c.
References fopen_group_file_old(), and NULL.
Referenced by I_fopen_group_ref_old(), I_get_control_points(), I_get_group_title(), I_get_subgroup(), and I_get_target().
FILE* I_fopen_group_file_old2 | ( | const char * | group, |
const char * | mapset, | ||
const char * | file | ||
) |
Open group file for reading.
Internally uses G_fopen_old_misc
group | |
mapset | |
file |
Definition at line 121 of file fopen.c.
References fopen_group_file_old().
Referenced by I_fopen_group_ref_old2().
FILE* I_fopen_subgroup_file_append | ( | const char * | group, |
const char * | subgroup, | ||
const char * | file | ||
) |
Definition at line 149 of file fopen.c.
References _, G__make_mapset_element_misc(), G_fopen_append_misc(), G_mapset(), G_warning(), and GNAME_MAX.
FILE* I_fopen_subgroup_file_new | ( | const char * | group, |
const char * | subgroup, | ||
const char * | file | ||
) |
Definition at line 127 of file fopen.c.
References _, G__make_mapset_element_misc(), G_fopen_new_misc(), G_mapset(), G_warning(), and GNAME_MAX.
Referenced by I_fopen_subgroup_ref_new().
FILE* I_fopen_subgroup_file_old | ( | const char * | group, |
const char * | subgroup, | ||
const char * | file | ||
) |
Definition at line 171 of file fopen.c.
References fopen_subgroup_file_old(), and NULL.
Referenced by I_fopen_subgroup_ref_old().
FILE* I_fopen_subgroup_file_old2 | ( | const char * | group, |
const char * | subgroup, | ||
const char * | mapset, | ||
const char * | file | ||
) |
Definition at line 177 of file fopen.c.
References fopen_subgroup_file_old().
Referenced by I_fopen_subgroup_ref_old2().