#include <string.h>
#include <unistd.h>
#include <stdlib.h>
#include <grass/gis.h>
#include <grass/glocale.h>
#include <sys/types.h>
#include <sys/stat.h>
Go to the source code of this file.
Functions | |
int | G__make_mapset_element (char *p_element) |
int | G__mapset_permissions (char *mapset) |
int | G__mapset_permissions2 (char *gisdbase, char *location, char *mapset) |
int G__make_mapset_element | ( | char * | p_element | ) |
Definition at line 24 of file mapset_msc.c.
References G__file_name(), G_fatal_error(), and G_mapset().
Referenced by G__open(), G__quant_export(), G__temp_element(), and G__write_fp_format().
int G__mapset_permissions | ( | char * | mapset | ) |
Definition at line 87 of file mapset_msc.c.
References G__file_name().
Referenced by G_gisinit(), and G_mapset().
int G__mapset_permissions2 | ( | char * | gisdbase, | |
char * | location, | |||
char * | mapset | |||
) |
Definition at line 116 of file mapset_msc.c.