GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Go to the source code of this file.
Functions | |
void | register_entries_gisman (char *pkg_short_name, char *gisbase) |
void | register_entries_gisman2 (char *pkg_short_name, char *gisbase) |
int | deregister_entries_gisman (char *pkg_short_name, char *gisbase) |
void | deregister_entries_gisman2 (char *pkg_short_name, char *gisbase) |
int | restore_entries_gisman (char *gisbase) |
int deregister_entries_gisman | ( | char * | pkg_short_name, |
char * | gisbase | ||
) |
Definition at line 461 of file reg_entries.c.
References delete_str(), ERR_DEREGISTER_ENTRIES_GISMAN, ERR_REGISTER_ENTRIES_GISMAN, errno, exit_db(), fclose(), file, find_pos(), free(), GISMAN_CMD, malloc(), MAXSTR, NULL, tools::pos, print_error(), print_warning(), sprintf(), TMP_GISMAN, TMP_NULL, and VERBOSE.
Referenced by uninstall().
void deregister_entries_gisman2 | ( | char * | pkg_short_name, |
char * | gisbase | ||
) |
Definition at line 653 of file reg_entries.c.
References ERR_DEREGISTER_ENTRIES_GISMAN2, errno, fclose(), file, GISMAN_CMD, MAXSTR, NULL, print_error(), sprintf(), and VERBOSE.
Referenced by uninstall().
void register_entries_gisman | ( | char * | pkg_short_name, |
char * | gisbase | ||
) |
Definition at line 232 of file reg_entries.c.
References check_ext_menu(), ERR_REGISTER_ENTRIES_GISMAN, errno, exit_db(), fclose(), file, free(), GISMAN_CMD, malloc(), MAXSTR, menudata::menu, nc_fgets_nb(), new_item(), new_submenu(), NULL, print_error(), print_warning(), sprintf(), TMP_GISMAN, TMP_NULL, and VERBOSE.
Referenced by bin_install(), source_install(), and test_install().
void register_entries_gisman2 | ( | char * | pkg_short_name, |
char * | gisbase | ||
) |
Definition at line 415 of file reg_entries.c.
References ERR_REGISTER_ENTRIES_GISMAN2, errno, fclose(), file, GISMAN2_CMD, MAXSTR, NULL, print_error(), sprintf(), and VERBOSE.
Referenced by bin_install(), source_install(), and test_install().
int restore_entries_gisman | ( | char * | gisbase | ) |
Definition at line 692 of file reg_entries.c.
References check_ext_menu(), ERR_REGISTER_ENTRIES_GISMAN, errno, exit_db(), fclose(), file, free(), GISMAN_CMD, malloc(), MAXSTR, menudata::menu, nc_fgets_nb(), new_item(), new_submenu(), NULL, opendir(), print_error(), readdir(), sprintf(), TMP_GISMAN, TMP_NULL, and VERBOSE.
Referenced by restore().