Home
last modified time | relevance | path

Searched refs:TEMPFORMAT (Results 1 – 6 of 6) sorted by relevance

/dports/cad/ngspice_rework/ngspice-35/src/misc/
H A Dmktemp.c18 #ifndef TEMPFORMAT
19 #define TEMPFORMAT "temp%s%d" macro
22 #define TEMPFORMAT "temp%s%d_%d" macro
33 return tprintf("%s"TEMPFORMAT, home, id, getpid()); in smktemp()
37 return tprintf("%s\\"TEMPFORMAT, usr, id, getpid()); in smktemp()
39 return tprintf(TEMPFORMAT, id, getpid()); in smktemp()
/dports/cad/jspice3/jspice3-2.5/src/lib/misc/
H A Dlibfuncs.c165 #ifndef TEMPFORMAT
166 #define TEMPFORMAT "temp%s%d" macro
187 sprintf(rbuf, TEMPFORMAT, id, num);
/dports/cad/ngspice_rework/ngspice-35/src/include/ngspice/
H A Ddefines.h71 #define TEMPFORMAT "%s%d.tmp" macro
85 #define TEMPFORMAT "/tmp/%s%d" macro
/dports/cad/jspice3/jspice3-2.5/conf/dosconf/
H A Dconf_dos.h12 #define TEMPFORMAT "%s%d.tmp" macro
/dports/cad/ngspice_rework/ngspice-35/src/
H A Dngsconvert.c66 return tprintf("%s/"TEMPFORMAT, home, id, getpid()); in smktemp()
70 return tprintf("%s\\"TEMPFORMAT, usr, id, getpid()); in smktemp()
72 return tprintf(TEMPFORMAT, id, getpid()); in smktemp()
/dports/cad/jspice3/jspice3-2.5/conf/unixconf/
H A Dconfig_h.012 #define TEMPFORMAT "/tmp/%s%d"