| /freebsd-12.1/contrib/gcclibs/libiberty/ |
| H A D | pex-common.c | 53 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 D | pex-djgpp.c | 73 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 D | pexecute.txh | 2 … {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 D | pex-msdos.c | 84 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 D | pex-common.h | 55 const char *tempbase; member
|
| H A D | pex-unix.c | 302 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 D | pex-win32.c | 111 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 D | functions.texi | 706 … {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 D | pax.c | 107 char *tempbase; /* basename of tempfile to use for mkstemp(3) */ variable 261 tempbase = tempfile + tdlen; in main() 262 *tempbase++ = '/'; in main()
|
| H A D | extern.h | 240 extern char *tempbase;
|
| H A D | tables.c | 346 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 D | libiberty.h | 376 const char *tempbase);
|
| /freebsd-12.1/contrib/gcclibs/include/ |
| H A D | libiberty.h | 369 const char *tempbase);
|
| /freebsd-12.1/contrib/binutils/libiberty/ |
| H A D | functions.texi | 722 … {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
|