|
GRASS 8 Programmer's Manual
8.5.0dev(2025)-9d806b45d8
|

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 15 of file fopen.c.
References _, file, 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 39 of file fopen.c.
References _, file, 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 81 of file fopen.c.
References _, file, G_fopen_append_misc(), G_mapset(), and G_warning().
| FILE* I_fopen_group_file_new | ( | const char * | group, |
| const char * | file | ||
| ) |
Definition at line 69 of file fopen.c.
References _, file, 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 102 of file fopen.c.
References file, 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 117 of file fopen.c.
References file, and 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 145 of file fopen.c.
References _, file, 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 123 of file fopen.c.
References _, file, 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 167 of file fopen.c.
References file, 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 173 of file fopen.c.
References file, and fopen_subgroup_file_old().
Referenced by I_fopen_subgroup_ref_old2().