Searched refs:tempbase (Results 1 - 11 of 11) sorted by path

/freebsd-11-stable/bin/pax/
H A Dextern.h238 extern char *tempbase;
H A Dpax.c105 char *tempbase; /* basename of tempfile to use for mkstemp(3) */ variable
259 tempbase = tempfile + tdlen;
260 *tempbase++ = '/';
H A Dtables.c344 memcpy(tempbase, _TFILE_BASE, sizeof(_TFILE_BASE));
1100 memcpy(tempbase, _TFILE_BASE, sizeof(_TFILE_BASE));
/freebsd-11-stable/contrib/binutils/include/
H A Dlibiberty.h376 const char *tempbase);
/freebsd-11-stable/contrib/gcclibs/include/
H A Dlibiberty.h369 const char *tempbase);
/freebsd-11-stable/contrib/gcclibs/libiberty/
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-common.h55 const char *tempbase; member in struct:pex_obj
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);

Completed in 148 milliseconds