Searched refs:TEMPFORMAT (Results 1 – 6 of 6) sorted by relevance
/dports/cad/ngspice_rework/ngspice-35/src/misc/ |
H A D | mktemp.c | 18 #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 D | libfuncs.c | 165 #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 D | defines.h | 71 #define TEMPFORMAT "%s%d.tmp" macro 85 #define TEMPFORMAT "/tmp/%s%d" macro
|
/dports/cad/jspice3/jspice3-2.5/conf/dosconf/ |
H A D | conf_dos.h | 12 #define TEMPFORMAT "%s%d.tmp" macro
|
/dports/cad/ngspice_rework/ngspice-35/src/ |
H A D | ngsconvert.c | 66 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 D | config_h.0 | 12 #define TEMPFORMAT "/tmp/%s%d"
|