Home
last modified time | relevance | path

Searched refs:ID_TAG_MAX (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/R-cran-rgdal/rgdal/inst/include/
H A Dprojects.h108 #ifndef ID_TAG_MAX
109 #define ID_TAG_MAX 50 macro
/dports/math/PDL/PDL-2.019/Lib/GIS/Proj/include/
H A Dprojects.h108 #ifndef ID_TAG_MAX
109 #define ID_TAG_MAX 50 macro
/dports/math/vtk9/VTK-9.1.0/ThirdParty/libproj/vtklibproj/src/
H A Dprojects.h121 #ifndef ID_TAG_MAX
122 #define ID_TAG_MAX 50 macro
H A Dpj_init.c242 char fname[MAX_PATH_FILENAME+ID_TAG_MAX+3], *opt; in get_init()
247 (void)strncpy(fname, name, MAX_PATH_FILENAME + ID_TAG_MAX + 1); in get_init()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/libproj/vtklibproj/src/
H A Dprojects.h121 #ifndef ID_TAG_MAX
122 #define ID_TAG_MAX 50 macro
H A Dpj_init.c242 char fname[MAX_PATH_FILENAME+ID_TAG_MAX+3], *opt; in get_init()
247 (void)strncpy(fname, name, MAX_PATH_FILENAME + ID_TAG_MAX + 1); in get_init()
/dports/graphics/proj/proj-7.2.1/src/
H A Dproj_internal.h152 #ifndef ID_TAG_MAX
153 #define ID_TAG_MAX 50 macro
H A Dinit.cpp87 fname = static_cast<char*>(pj_malloc (MAX_PATH_FILENAME+ID_TAG_MAX+3)); in get_init_string()
98 if (MAX_PATH_FILENAME + ID_TAG_MAX + 2 < strlen (key)) { in get_init_string()