Home
last modified time | relevance | path

Searched refs:GMT_GRID_NAME_LEN256 (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_hidden.h159 …char name[GMT_GRID_NAME_LEN256]; /* Actual name of the file after any ?<varname> and =<stuff> has …
H A Dgmt_resources.h390 GMT_GRID_NAME_LEN256 = 256U, enumerator
H A Dgmt_nc.c1903 char varname[GMT_GRID_NAME_LEN256] = {""}, *c = NULL; in gmt_nc_is_cube()
2084 strncpy (HH->name, file, GMT_GRID_NAME_LEN256); in gmt_nc_write_cube()
H A Dgmt_api.c5885 strncpy (HH->name, the_file, GMT_GRID_NAME_LEN256); /* Filename minus any specified variable */ in gmtapi_import_cube()