Searched refs:TMPPATH1 (Results 1 – 2 of 2) sorted by relevance
313 #define TMPPATH1 "plXXXXXX" macro
1835 const char *tmppath = TMPPATH1;1847 tpath = (char *)malloc(len + strlen(TMPPATH1) + 2); in settmppath()1851 strcpy(tpath + len + 1, TMPPATH1); in settmppath()