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

/macosx-10.10.1/cxxfilt-11/cxxfilt/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;
107 if (obj->tempbase == NULL)
113 int len = strlen (obj->tempbase);
117 && strcmp (obj->tempbase + len - 6, "XXXXXX") == 0)
118 name = xstrdup (obj->tempbase);
120 name = concat (obj->tempbase, "XXXXXX", NULL);
138 if (obj->tempbase == NULL)
141 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);
/macosx-10.10.1/file_cmds-242/pax/
H A Dpax.c112 char *tempbase; /* basename of tempfile to use for mkstemp(3) */ variable
267 tempbase = tempfile + tdlen;
268 *tempbase++ = '/';
H A Dextern.h253 extern char *tempbase;
H A Dtables.c352 memcpy(tempbase, _TFILE_BASE, sizeof(_TFILE_BASE));
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/
H A Dlibiberty.h372 const char *tempbase);

Completed in 126 milliseconds