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

/opensolaris-onvv-gate/usr/src/lib/libast/common/path/
H A Dpathtmp.c35 pathtmp(char* buf, const char* dir, const char* pfx, int* fdp) function
/opensolaris-onvv-gate/usr/src/lib/libast/common/comp/
H A Dtempnam.c57 return pathtmp(NiL, dir, pfx, NiL);
/opensolaris-onvv-gate/usr/src/cmd/fs.d/cachefs/cachefspack/
H A Ddocmds.c543 char *pathtmp; local
555 pathtmp = mstrdup(path);
562 free(pathtmp);
563 pathtmp = mstrdup(dnam);
571 printf("func_dir_path: dnam = %s pathtmp = %s\n",
572 dnam, pathtmp);
576 hitem.key = mstrdup(pathtmp);
593 hitem.key = mstrdup(pathtmp);
603 if (func(pathtmp, fnam, dir, 0) < 0) {
618 free(pathtmp);
[all...]
H A Delfrd.c122 char pathtmp[MAXPATHLEN]; local
258 pathtmp);
266 rpath, pathtmp);
283 hitem.key = mstrdup(pathtmp);
289 pathtmp);
296 printf("do : %s\n", pathtmp);
300 so = add_so(so, pathtmp);
304 pathtmp);
306 hitem.key = mstrdup(pathtmp);
314 get_share_obj(pathtmp, libpat
[all...]
/opensolaris-onvv-gate/usr/src/cmd/filebench/common/
H A Dfileset.c145 char pathtmp[MAXPATHLEN]; local
150 (void) strcpy(pathtmp, "/");
151 (void) fb_strlcat(pathtmp, fsep->fse_path, MAXPATHLEN);
152 (void) fb_strlcat(pathtmp, path, MAXPATHLEN);
153 (void) fb_strlcpy(path, pathtmp, MAXPATHLEN);
267 char *pathtmp; local
273 pathtmp = fileset_resolvepath(entry);
274 (void) fb_strlcat(path, pathtmp, MAXPATHLEN);
275 free(pathtmp);
308 char *pathtmp; local
464 char *pathtmp; local
[all...]
H A Dflowop_library.c1700 char *pathtmp; local
1784 pathtmp = fileset_resolvepath(file);
1785 (void) fb_strlcat(path, pathtmp, MAXPATHLEN);
1786 free(pathtmp);
2147 char *pathtmp; local
2165 pathtmp = fileset_resolvepath(file);
2166 (void) fb_strlcat(path, pathtmp, MAXPATHLEN);
2167 free(pathtmp);
/opensolaris-onvv-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*));
/opensolaris-onvv-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h213 #undef pathtmp macro
214 #define pathtmp _ast_pathtmp macro
/opensolaris-onvv-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*));
/opensolaris-onvv-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h213 #undef pathtmp macro
214 #define pathtmp _ast_pathtmp macro
/opensolaris-onvv-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*));
/opensolaris-onvv-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h213 #undef pathtmp macro
214 #define pathtmp _ast_pathtmp macro
/opensolaris-onvv-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*));
/opensolaris-onvv-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h213 #undef pathtmp macro
214 #define pathtmp _ast_pathtmp macro
/opensolaris-onvv-gate/usr/src/lib/libast/common/include/
H A Dast.h299 extern char* pathtmp(char*, const char*, const char*, int*);
/opensolaris-onvv-gate/usr/src/lib/libshell/common/bltins/
H A Dhist.c191 if(!(fname=pathtmp(NIL(char*),0,0,NIL(int*))))
/opensolaris-onvv-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*));
/opensolaris-onvv-gate/usr/src/lib/libast/
H A DMakefile.com242 common/path/pathtmp.o \

Completed in 283 milliseconds