GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Go to the source code of this file.
Functions | |
int | can_make_location (char *, char *) |
int | find_process (int) |
int | list_locations (const char *) |
int | list_mapsets (const char *, const char *) |
int | first_word (char *) |
int | hit_return (void) |
int | make_location (const char *, const char *) |
int | make_mapset (const char *, const char *) |
int | mapset_permissions (const char *) |
int | mapset_message (const char *) |
int | mapset_question (const char *) |
int | printfile (const char *) |
int can_make_location | ( | char * | , |
char * | |||
) |
Definition at line 172 of file clean_temp.c.
References errno.
Referenced by clean_dir(), and main().
int first_word | ( | char * | ) |
Definition at line 329 of file set_data.c.
Referenced by main().
int hit_return | ( | void | ) |
Definition at line 340 of file set_data.c.
References buf, G_gets(), and hit_return().
Referenced by hit_return(), main(), and mapset_message().
int list_locations | ( | const char * | ) |
int list_mapsets | ( | const char * | , |
const char * | |||
) |
Definition at line 287 of file set_data.c.
References G__ls(), mapset_permissions(), and python.core::mapsets().
Referenced by main().
int make_location | ( | const char * | , |
const char * | |||
) |
Definition at line 9 of file mke_loc.c.
References buf, fclose(), G__projection_name(), G__put_window(), G__setenv(), G_clear_screen(), G_gets(), G_mkdir(), G_squeeze(), G_strip(), G_yes(), G_zero(), render::name, NULL, and sprintf().
Referenced by main().
int make_mapset | ( | const char * | , |
const char * | |||
) |
Definition at line 13 of file mke_mapset.c.
References fclose(), fd, G_asprintf(), G_fatal_error(), G_free(), G_get_default_window(), G_mkdir(), G_put_window(), NULL, and sprintf().
Referenced by main().
int mapset_message | ( | const char * | ) |
Definition at line 29 of file other.c.
References hit_return(), and printfile().
Referenced by main().
int mapset_permissions | ( | const char * | ) |
Definition at line 17 of file other.c.
References G__mapset_permissions(), and stat.
Referenced by list_mapsets(), and main().
int mapset_question | ( | const char * | ) |
int printfile | ( | const char * | ) |
Definition at line 44 of file other.c.
Referenced by mapset_message(), and mapset_question().