Home
last modified time | relevance | path

Searched refs:GPATH_MAX (Results 1 – 25 of 116) sorted by relevance

12345

/dports/databases/grass7/grass-7.8.6/lib/gis/
H A Dmapset_msc.c40 char path[GPATH_MAX]; in G_make_mapset_element()
58 char path[GPATH_MAX]; in G_make_mapset_element_tmp()
66 char path[GPATH_MAX], *p; in make_mapset_element()
73 strncpy(path, p_path, GPATH_MAX); in make_mapset_element()
147 char path[GPATH_MAX]; in G_mapset_permissions()
177 char path[GPATH_MAX]; in G_mapset_permissions2()
H A Dtimestamp.c422 char dir[GPATH_MAX]; in G_has_vector_timestamp()
423 char path[GPATH_MAX + GNAME_MAX]; in G_has_vector_timestamp()
431 G_snprintf(dir, GPATH_MAX, "%s/%s", GV_DIRECTORY, name); in G_has_vector_timestamp()
460 char dir[GPATH_MAX]; in G_read_vector_timestamp()
472 G_snprintf(dir, GPATH_MAX, "%s/%s", GV_DIRECTORY, name); in G_read_vector_timestamp()
509 char dir[GPATH_MAX]; in G_write_vector_timestamp()
517 G_snprintf(dir, GPATH_MAX, "%s/%s", GV_DIRECTORY, name); in G_write_vector_timestamp()
552 char dir[GPATH_MAX]; in G_remove_vector_timestamp()
560 G_snprintf(dir, GPATH_MAX, "%s/%s", GV_DIRECTORY, name); in G_remove_vector_timestamp()
H A Dget_projinfo.c35 char path[GPATH_MAX]; in G_get_projunits()
64 char path[GPATH_MAX]; in G_get_projinfo()
105 char path[GPATH_MAX]; in G_get_projepsg()
130 char path[GPATH_MAX]; in G_get_projwkt()
236 char path[GPATH_MAX]; in G_get_projsrid()
H A Dcopy_dir.c85 char path[GPATH_MAX]; in G_recursive_copy()
132 char path[GPATH_MAX], path2[GPATH_MAX]; in G_recursive_copy()
H A Drename.c74 char from[GPATH_MAX], to[GPATH_MAX]; in G_rename()
H A Dmake_loc.c58 char path[GPATH_MAX]; in G_make_location()
134 char path[GPATH_MAX]; in G_make_location_epsg()
194 char path[GPATH_MAX]; in G_make_location_crs()
517 char path[GPATH_MAX]; in G_write_projwkt()
567 char path[GPATH_MAX]; in G_write_projsrid()
H A Dhome.c63 char buf[GPATH_MAX]; in G__home()
102 char buf[GPATH_MAX]; in G_config_path()
H A Dremove.c73 char path[GPATH_MAX]; in G__remove()
118 char path2[GPATH_MAX]; in G_recursive_remove()
/dports/databases/grass7/grass-7.8.6/display/d.mon/
H A Dstart.c26 output_path = (char *) G_malloc(GPATH_MAX); in start()
83 if (!getcwd(output_path, GPATH_MAX)) in start()
103 char progname[GPATH_MAX], mon_path[GPATH_MAX]; in start_wx()
108 mapfile = (char *) G_malloc(GPATH_MAX); in start_wx()
136 char file_path[GPATH_MAX], render_cmd_path[GPATH_MAX]; in start_mon()
H A Dlist.c14 char tmpdir[GPATH_MAX]; in get_path()
25 char ret[GPATH_MAX]; in get_path()
109 char cmd_file[GPATH_MAX], buf[4096]; in list_cmd()
130 char tmpdir[GPATH_MAX], mon_path[GPATH_MAX]; in list_files()
H A Dstop.c29 char *mon_path, file_path[GPATH_MAX]; in stop()
58 char pid_file[GPATH_MAX], buf[512]; in stop_wx()
/dports/databases/grass7/grass-7.8.6/raster3d/r3.in.lidar/
H A Dstring_list.c48 char *line = G_malloc(GPATH_MAX * sizeof(char)); in string_list_from_file()
50 while (G_getl2(line, GPATH_MAX * sizeof(char), file)) { in string_list_from_file()
53 line = G_malloc(GPATH_MAX); in string_list_from_file()
/dports/databases/grass7/grass-7.8.6/raster/r.in.lidar/
H A Dstring_list.c35 char *line = G_malloc(GPATH_MAX * sizeof(char)); in string_list_from_file()
37 while (G_getl2(line, GPATH_MAX * sizeof(char), file)) { in string_list_from_file()
40 line = G_malloc(GPATH_MAX); in string_list_from_file()
/dports/databases/grass7/grass-7.8.6/vector/v.label.sa/
H A Dfont.c44 char *capfile, file[GPATH_MAX]; in find_font_from_freetypecap()
45 char buf[GPATH_MAX]; in find_font_from_freetypecap()
66 path[GPATH_MAX], encoding[128]; in find_font_from_freetypecap()
/dports/databases/grass7/grass-7.8.6/lib/driver/
H A Dparse_ftcap.c43 char name[GNAME_MAX], longname[GNAME_MAX], path[GPATH_MAX], encoding[128]; in parse_fontcap_entry()
75 char *capfile, file[GPATH_MAX]; in parse_fontcap()
76 char buf[GPATH_MAX]; in parse_fontcap()
/dports/databases/grass7/grass-7.8.6/lib/imagery/
H A Dsigfile.c30 char element[GPATH_MAX]; in I_fopen_signature_file_new()
62 char element[GPATH_MAX]; in I_fopen_signature_file_old()
H A Dsigsetfile.c35 char element[GPATH_MAX]; in I_fopen_sigset_file_new()
77 char element[GPATH_MAX]; in I_fopen_sigset_file_old()
H A Dlist_subgp.c25 char path[GPATH_MAX]; in list_subgroups()
26 char buf[GPATH_MAX]; in list_subgroups()
/dports/databases/grass7/grass-7.8.6/lib/vector/Vlib/
H A Dopen.c166 char path[GPATH_MAX]; in Vect__open_old()
242 char file_path[GPATH_MAX]; in Vect__open_old()
533 char file_path[GPATH_MAX]; in Vect__open_old()
804 char path[GPATH_MAX]; in open_new()
977 char file_path[GPATH_MAX]; in Vect_coor_info()
1099 char file_path[GPATH_MAX], path[GPATH_MAX]; in Vect_open_topo()
1195 char path[GPATH_MAX], file_path[GPATH_MAX]; in Vect_open_sidx()
1458 char path_tmp[GPATH_MAX]; in Vect__get_path()
1482 char path[GPATH_MAX]; in Vect__get_element_path()
H A Dclose_nat.c65 char path_tmp[GPATH_MAX], path_map[GPATH_MAX]; in V1_close_nat()
136 char path_tmp[GPATH_MAX]; in V1_close_nat()
H A Dmap.c128 char old_path[GPATH_MAX], new_path[GPATH_MAX], buf[GPATH_MAX]; in Vect_copy()
387 char path[GPATH_MAX], path_buf[GPATH_MAX]; in Vect__delete()
H A Dclose_pg.c125 char buf[GPATH_MAX]; in V2_close_pg()
126 char file_path[GPATH_MAX]; in V2_close_pg()
H A Dbuild_ogr.c120 char fname[GPATH_MAX], elem[GPATH_MAX]; in Vect_save_fidx()
/dports/databases/grass7/grass-7.8.6/lib/manage/
H A Ddo_copy.c38 char path[GPATH_MAX], path2[GPATH_MAX]; in M_do_copy()
/dports/databases/grass7/grass-7.8.6/raster/r.viewshed/
H A Dvisibility.h54 #define GPATH_MAX 4096 macro
131 char streamdir[GPATH_MAX]; /* directory for tmp files */

12345