Searched defs:pathtemp (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/3d/
H A Dast_3d.h49 #define pathtemp _3d_pathtemp macro
/ast/src/lib/libast/path/
H A Dpathtemp.c34 * pathtmp(a,b,c,d) pathtemp(a,L_tmpnam,b,c,0)
35 * tmpfile() char*p=pathtemp(0,0,0,"tf",&sp);
39 * pathtemp(p,sizeof(p),0,"tn",0)
40 * tmpnam(p) pathtemp(p,L_tmpnam,0,"tn",0)
41 * tempnam(d,p) pathtemp(0,d,p,0)
42 * mktemp(p) pathtemp(0,0,p,0)
50 * malloc'd space returned by successful pathtemp() calls
102 pathtemp(char* buf, size_t len, const char* dir, const char* pfx, int* fdp) function

Completed in 19 milliseconds