Home
last modified time | relevance | path

Searched refs:POV_FILENAME_BUFFER_CHARS (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/unix/povconfig/
H A Dsyspovconfig.h115 #define POV_FILENAME_BUFFER_CHARS (PATH_MAX-1) macro
119 #define POV_FILENAME_BUFFER_CHARS (_POSIX_PATH_MAX-1) macro
122 #define POV_FILENAME_BUFFER_CHARS 199 macro
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/base/
H A Dconfigbase.h688 #ifndef POV_FILENAME_BUFFER_CHARS
689 #define POV_FILENAME_BUFFER_CHARS 199 macro
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/vfe/unix/
H A Dvfeplatform.cpp150 char str [POV_FILENAME_BUFFER_CHARS+1] = ""; in CreateTemporaryFile()
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/vfe/
H A Dvfecontrol.cpp214 …UCS2 str[POV_FILENAME_BUFFER_CHARS+1]; // TODO FIXME - use a C++ style string i… in SetOptions()
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/parser/
H A Dparser.cpp188 …UCS2String error_filename(POV_FILENAME_BUFFER_CHARS, 0); // Pre-claim some memory, so we can hand… in Run()