GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
fopen.c File Reference
#include <stdio.h>
#include <grass/gis.h>
#include <grass/imagery.h>
#include <grass/glocale.h>
Include dependency graph for fopen.c:

Go to the source code of this file.

Functions

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)
 
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)
 

Function Documentation

FILE* I_fopen_group_file_append ( const char *  group,
const char *  file 
)

Definition at line 30 of file fopen.c.

References fd, G_fopen_append_misc(), G_mapset(), and G_warning().

FILE* I_fopen_group_file_new ( const char *  group,
const char *  file 
)
FILE* I_fopen_group_file_old ( const char *  group,
const char *  file 
)
FILE* I_fopen_subgroup_file_append ( const char *  group,
const char *  subgroup,
const char *  file 
)
FILE* I_fopen_subgroup_file_new ( const char *  group,
const char *  subgroup,
const char *  file 
)
FILE* I_fopen_subgroup_file_old ( const char *  group,
const char *  subgroup,
const char *  file 
)

Definition at line 108 of file fopen.c.

References fd, G_fopen_old_misc(), G_mapset(), G_warning(), I_find_subgroup_file(), NULL, and sprintf().

Referenced by I_fopen_subgroup_ref_old().