Home
last modified time | relevance | path

Searched refs:GMTAPI_PREFIX_LEN (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_private.h219 #define GMTAPI_PREFIX_LEN 9U /* The length of the unique leading prefix of virtual filenames */ macro
224 #define gmt_M_file_is_memory(file) (file && !strncmp (file, "@GMTAPI@-", GMTAPI_PREFIX_LEN) && strl…
H A Dgmt_api.c3214 …if ((k = sscanf (&filename[GMTAPI_PREFIX_LEN], "%c-%c-%c-%c-%c-%c-%d", &SP, &D, &F, &A, &G, &M, &o… in gmtapi_memory_registered()