#include <string.h>
#include <unistd.h>
#include "gis.h"
Include dependency graph for find_file.c:
Go to the source code of this file.
Functions | |
char * | G_find_file (char *element, char *name, char *mapset) |
char * | G_find_file2 (char *element, char *name, char *mapset) |
char* G_find_file | ( | char * | element, | |
char * | name, | |||
char * | mapset | |||
) |
Definition at line 107 of file find_file.c.
References G__name_is_fully_qualified().
Referenced by G__open(), G_find_cell(), G_find_vector(), G_open_support_old(), and G_read_histogram().
char* G_find_file2 | ( | char * | element, | |
char * | name, | |||
char * | mapset | |||
) |
Definition at line 124 of file find_file.c.
Referenced by G_find_cell2(), G_find_vector2(), G_get_3dview(), G_read_fp_range(), and G_read_range().