Home
last modified time | relevance | path

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

/dports/math/palp/palp-2.20/
H A DSubpoly.h4 #define USE_TMP_DIR (1) /* write aux-files to "/tmp" */ macro
6 #define USE_TMP_DIR (0) macro
81 #if USE_TMP_DIR /* is not yet implemented: */
82 #error Inconsistent options USE_TMP_DIR and MOVE_SAVE_FILE !!!
H A DSubadd.c252 int NCalloc=strlen(L->oname)+strlen(SAVE_FILE_EXT)+ (USE_TMP_DIR ? 6 : 1); in Read_Aux_File()
254 if(USE_TMP_DIR) {strcpy(auxfn,"/tmp/"); strcat(auxfn,L->oname);} in Read_Aux_File()
420 int NCalloc=strlen(S->oname)+strlen(SAVE_FILE_EXT)+ (USE_TMP_DIR ? 6 : 1); in Write_Aux_File()
428 if(USE_TMP_DIR) {strcpy(auxfn,"/tmp/"); strcat(auxfn,S->oname);} in Write_Aux_File()