Searched refs:tempbase (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dpex-common.h55 const char *tempbase; member in struct:pex_obj
H A Dpex-common.c53 pex_init_common (int flags, const char *pname, const char *tempbase, argument
61 obj->tempbase = tempbase;
105 if (obj->tempbase == NULL)
111 int len = strlen (obj->tempbase);
115 && strcmp (obj->tempbase + len - 6, "XXXXXX") == 0)
116 name = xstrdup (obj->tempbase);
118 name = concat (obj->tempbase, "XXXXXX", NULL);
136 if (obj->tempbase == NULL)
139 name = concat (obj->tempbase, nam
[all...]
H A Dpex-djgpp.c73 pex_init (int flags, const char *pname, const char *tempbase) argument
77 return pex_init_common (flags, pname, tempbase, &funcs);
H A Dpex-msdos.c84 pex_init (int flags, const char *pname, const char *tempbase) argument
92 ret = pex_init_common (flags, pname, tempbase, funcs);
H A Dpex-unix.c302 pex_init (int flags, const char *pname, const char *tempbase) argument
304 return pex_init_common (flags, pname, tempbase, &funcs);
H A Dpex-win32.c111 pex_init (int flags, const char *pname, const char *tempbase) argument
113 return pex_init_common (flags, pname, tempbase, &funcs);
/freebsd-9.3-release/bin/pax/
H A Dpax.c105 char *tempbase; /* basename of tempfile to use for mkstemp(3) */ variable
259 tempbase = tempfile + tdlen;
260 *tempbase++ = '/';
H A Dextern.h236 extern char *tempbase;
H A Dtables.c344 memcpy(tempbase, _TFILE_BASE, sizeof(_TFILE_BASE));
1100 memcpy(tempbase, _TFILE_BASE, sizeof(_TFILE_BASE));
/freebsd-9.3-release/contrib/texinfo/util/
H A Dtexindex.c410 static char *tempbase = NULL;
415 if (!tempbase)
417 tempbase = concat (tempdir, "txidxXXXXXX");
419 fd = mkstemp (tempbase);
421 pfatal_with_name (tempbase);
425 tempname = concat (tempbase, tempsuffix);
407 static char *tempbase = NULL; local
/freebsd-9.3-release/contrib/binutils/include/
H A Dlibiberty.h376 const char *tempbase);
/freebsd-9.3-release/contrib/gcclibs/include/
H A Dlibiberty.h365 const char *tempbase);

Completed in 142 milliseconds