Home
last modified time | relevance | path

Searched refs:tempbase (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/contrib/gcclibs/libiberty/
H A Dpex-common.c53 pex_init_common (int flags, const char *pname, const char *tempbase, in pex_init_common() argument
61 obj->tempbase = tempbase; in pex_init_common()
105 if (obj->tempbase == NULL) in temp_file()
111 int len = strlen (obj->tempbase); in temp_file()
115 && strcmp (obj->tempbase + len - 6, "XXXXXX") == 0) in temp_file()
116 name = xstrdup (obj->tempbase); in temp_file()
118 name = concat (obj->tempbase, "XXXXXX", NULL); in temp_file()
136 if (obj->tempbase == NULL) in temp_file()
139 name = concat (obj->tempbase, name, NULL); in temp_file()
223 outname = concat (obj->tempbase, outname, NULL); in pex_run_in_environment()
H A Dpex-djgpp.c73 pex_init (int flags, const char *pname, const char *tempbase) in pex_init() argument
77 return pex_init_common (flags, pname, tempbase, &funcs); in pex_init()
H A Dpexecute.txh2 … {struct pex_obj *} pex_init (int @var{flags}, const char *@var{pname}, const char *@var{tempbase})
28 messages. @var{tempbase} is a base name to use for any required
109 @var{outname} may not be @code{NULL}. If the @var{tempbase} parameter
111 the concatenation of @var{tempbase} and @var{outname}. If
112 @var{tempbase} was @code{NULL}, then the output file name is a random
118 file name. If @var{outname} is @code{NULL}, and @var{tempbase} was
120 @var{tempbase}. Otherwise the output file name is chosen completely
H A Dpex-msdos.c84 pex_init (int flags, const char *pname, const char *tempbase) in pex_init() argument
92 ret = pex_init_common (flags, pname, tempbase, funcs); in pex_init()
H A Dpex-common.h55 const char *tempbase; member
H A Dpex-unix.c302 pex_init (int flags, const char *pname, const char *tempbase) in pex_init() argument
304 return pex_init_common (flags, pname, tempbase, &funcs); in pex_init()
H A Dpex-win32.c111 pex_init (int flags, const char *pname, const char *tempbase) in pex_init() argument
113 return pex_init_common (flags, pname, tempbase, &funcs); in pex_init()
H A Dfunctions.texi706 … {struct pex_obj *} pex_init (int @var{flags}, const char *@var{pname}, const char *@var{tempbase})
732 messages. @var{tempbase} is a base name to use for any required
903 @var{outname} may not be @code{NULL}. If the @var{tempbase} parameter
905 the concatenation of @var{tempbase} and @var{outname}. If
906 @var{tempbase} was @code{NULL}, then the output file name is a random
912 file name. If @var{outname} is @code{NULL}, and @var{tempbase} was
914 @var{tempbase}. Otherwise the output file name is chosen completely
/freebsd-12.1/bin/pax/
H A Dpax.c107 char *tempbase; /* basename of tempfile to use for mkstemp(3) */ variable
261 tempbase = tempfile + tdlen; in main()
262 *tempbase++ = '/'; in main()
H A Dextern.h240 extern char *tempbase;
H A Dtables.c346 memcpy(tempbase, _TFILE_BASE, sizeof(_TFILE_BASE)); in ftime_start()
1102 memcpy(tempbase, _TFILE_BASE, sizeof(_TFILE_BASE)); in dir_start()
/freebsd-12.1/contrib/binutils/include/
H A Dlibiberty.h376 const char *tempbase);
/freebsd-12.1/contrib/gcclibs/include/
H A Dlibiberty.h369 const char *tempbase);
/freebsd-12.1/contrib/binutils/libiberty/
H A Dfunctions.texi722 … {struct pex_obj *} pex_init (int @var{flags}, const char *@var{pname}, const char *@var{tempbase})
748 messages. @var{tempbase} is a base name to use for any required
941 @var{outname} may not be @code{NULL}. If the @var{tempbase} parameter
943 the concatenation of @var{tempbase} and @var{outname}. If
944 @var{tempbase} was @code{NULL}, then the output file name is a random
950 file name. If @var{outname} is @code{NULL}, and @var{tempbase} was
952 @var{tempbase}. Otherwise the output file name is chosen completely