Searched refs:pathtmp (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/path/
H A Dpathtmp.c35 pathtmp(char* buf, const char* dir, const char* pfx, int* fdp) function
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dtempnam.c57 return pathtmp(NiL, dir, pfx, NiL);
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_map.h234 #undef pathtmp macro
235 #define pathtmp _ast_pathtmp macro
H A Dast.h317 extern __MANGLE__ char* pathtmp __PROTO__((char*, const char*, const char*, int*));
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h213 #undef pathtmp macro
214 #define pathtmp _ast_pathtmp macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h234 #undef pathtmp macro
235 #define pathtmp _ast_pathtmp macro
H A Dast.h317 extern __MANGLE__ char* pathtmp __PROTO__((char*, const char*, const char*, int*));
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h213 #undef pathtmp macro
214 #define pathtmp _ast_pathtmp macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h234 #undef pathtmp macro
235 #define pathtmp _ast_pathtmp macro
H A Dast.h317 extern __MANGLE__ char* pathtmp __PROTO__((char*, const char*, const char*, int*));
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h213 #undef pathtmp macro
214 #define pathtmp _ast_pathtmp macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h234 #undef pathtmp macro
235 #define pathtmp _ast_pathtmp macro
H A Dast.h317 extern __MANGLE__ char* pathtmp __PROTO__((char*, const char*, const char*, int*));
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h213 #undef pathtmp macro
214 #define pathtmp _ast_pathtmp macro
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dhist.c191 if(!(fname=pathtmp(NIL(char*),0,0,NIL(int*))))
/illumos-gate/usr/src/lib/libast/common/include/
H A Dast.h299 extern char* pathtmp(char*, const char*, const char*, int*);
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dhistory.c296 if(!(fname = pathtmp(NIL(char*),0,0,NIL(int*))))
478 pathtmp(tmpname,name,"hist",NIL(int*));
482 pathtmp(tmpname,".","hist",NIL(int*));
/illumos-gate/usr/src/lib/libast/
H A DMakefile.com242 common/path/pathtmp.o \

Completed in 103 milliseconds