| /netbsd-src/external/gpl3/binutils.old/dist/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() 107 if (obj->tempbase == NULL) in temp_file() 113 int len = strlen (obj->tempbase); in temp_file() 117 && strcmp (obj->tempbase + len - 6, "XXXXXX") == 0) in temp_file() 118 name = xstrdup (obj->tempbase); in temp_file() 120 name = concat (obj->tempbase, "XXXXXX", NULL); in temp_file() 138 if (obj->tempbase == NULL) in temp_file() 141 name = concat (obj->tempbase, name, NULL); in temp_file() 225 outname = concat (obj->tempbase, outname, NULL); in pex_run_in_environment()
|
| H A D | pex-djgpp.c | 72 pex_init (int flags, const char *pname, const char *tempbase) in pex_init() argument 76 return pex_init_common (flags, pname, tempbase, &funcs); in pex_init()
|
| H A D | pexecute.txh | 3 const char *@var{pname}, const char *@var{tempbase}) 29 messages. @var{tempbase} is a base name to use for any required 121 @var{outname} may not be @code{NULL}. If the @var{tempbase} parameter 123 the concatenation of @var{tempbase} and @var{outname}. If 124 @var{tempbase} was @code{NULL}, then the output file name is a random 130 file name. If @var{outname} is @code{NULL}, and @var{tempbase} was 132 @var{tempbase}. Otherwise the output file name is chosen completely
|
| H A D | pex-msdos.c | 83 pex_init (int flags, const char *pname, const char *tempbase) in pex_init() argument 91 ret = pex_init_common (flags, pname, tempbase, funcs); in pex_init()
|
| H A D | pex-common.h | 60 const char *tempbase; member
|
| /netbsd-src/external/gpl3/binutils/dist/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() 107 if (obj->tempbase == NULL) in temp_file() 113 int len = strlen (obj->tempbase); in temp_file() 117 && strcmp (obj->tempbase + len - 6, "XXXXXX") == 0) in temp_file() 118 name = xstrdup (obj->tempbase); in temp_file() 120 name = concat (obj->tempbase, "XXXXXX", NULL); in temp_file() 138 if (obj->tempbase == NULL) in temp_file() 141 name = concat (obj->tempbase, name, NULL); in temp_file() 225 outname = concat (obj->tempbase, outname, NULL); in pex_run_in_environment()
|
| H A D | pex-djgpp.c | 72 pex_init (int flags, const char *pname, const char *tempbase) in pex_init() argument 76 return pex_init_common (flags, pname, tempbase, &funcs); in pex_init()
|
| H A D | pexecute.txh | 3 const char *@var{pname}, const char *@var{tempbase}) 29 messages. @var{tempbase} is a base name to use for any required 121 @var{outname} may not be @code{NULL}. If the @var{tempbase} parameter 123 the concatenation of @var{tempbase} and @var{outname}. If 124 @var{tempbase} was @code{NULL}, then the output file name is a random 130 file name. If @var{outname} is @code{NULL}, and @var{tempbase} was 132 @var{tempbase}. Otherwise the output file name is chosen completely
|
| H A D | pex-msdos.c | 83 pex_init (int flags, const char *pname, const char *tempbase) in pex_init() argument 91 ret = pex_init_common (flags, pname, tempbase, funcs); in pex_init()
|
| H A D | pex-common.h | 60 const char *tempbase; member
|
| /netbsd-src/external/gpl3/gcc/dist/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() 107 if (obj->tempbase == NULL) in temp_file() 113 int len = strlen (obj->tempbase); in temp_file() 117 && strcmp (obj->tempbase + len - 6, "XXXXXX") == 0) in temp_file() 118 name = xstrdup (obj->tempbase); in temp_file() 120 name = concat (obj->tempbase, "XXXXXX", NULL); in temp_file() 138 if (obj->tempbase == NULL) in temp_file() 141 name = concat (obj->tempbase, name, NULL); in temp_file() 225 outname = concat (obj->tempbase, outname, NULL); in pex_run_in_environment()
|
| H A D | pex-djgpp.c | 72 pex_init (int flags, const char *pname, const char *tempbase) in pex_init() argument 76 return pex_init_common (flags, pname, tempbase, &funcs); in pex_init()
|
| H A D | pexecute.txh | 3 const char *@var{pname}, const char *@var{tempbase}) 29 messages. @var{tempbase} is a base name to use for any required 121 @var{outname} may not be @code{NULL}. If the @var{tempbase} parameter 123 the concatenation of @var{tempbase} and @var{outname}. If 124 @var{tempbase} was @code{NULL}, then the output file name is a random 130 file name. If @var{outname} is @code{NULL}, and @var{tempbase} was 132 @var{tempbase}. Otherwise the output file name is chosen completely
|
| H A D | pex-msdos.c | 83 pex_init (int flags, const char *pname, const char *tempbase) in pex_init() argument 91 ret = pex_init_common (flags, pname, tempbase, funcs); in pex_init()
|
| H A D | pex-common.h | 60 const char *tempbase; member
|
| H A D | pex-unix.c | 333 pex_init (int flags, const char *pname, const char *tempbase) in pex_init() argument 335 return pex_init_common (flags, pname, tempbase, &funcs); in pex_init()
|
| /netbsd-src/external/gpl3/gcc.old/dist/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() 107 if (obj->tempbase == NULL) in temp_file() 113 int len = strlen (obj->tempbase); in temp_file() 117 && strcmp (obj->tempbase + len - 6, "XXXXXX") == 0) in temp_file() 118 name = xstrdup (obj->tempbase); in temp_file() 120 name = concat (obj->tempbase, "XXXXXX", NULL); in temp_file() 138 if (obj->tempbase == NULL) in temp_file() 141 name = concat (obj->tempbase, name, NULL); in temp_file() 225 outname = concat (obj->tempbase, outname, NULL); in pex_run_in_environment()
|
| H A D | pex-djgpp.c | 72 pex_init (int flags, const char *pname, const char *tempbase) in pex_init() argument 76 return pex_init_common (flags, pname, tempbase, &funcs); in pex_init()
|
| H A D | pexecute.txh | 3 const char *@var{pname}, const char *@var{tempbase}) 29 messages. @var{tempbase} is a base name to use for any required 121 @var{outname} may not be @code{NULL}. If the @var{tempbase} parameter 123 the concatenation of @var{tempbase} and @var{outname}. If 124 @var{tempbase} was @code{NULL}, then the output file name is a random 130 file name. If @var{outname} is @code{NULL}, and @var{tempbase} was 132 @var{tempbase}. Otherwise the output file name is chosen completely
|
| H A D | pex-msdos.c | 83 pex_init (int flags, const char *pname, const char *tempbase) in pex_init() argument 91 ret = pex_init_common (flags, pname, tempbase, funcs); in pex_init()
|
| H A D | pex-common.h | 60 const char *tempbase; member
|
| /netbsd-src/games/canfield/canfield/ |
| H A D | canfield.c | 163 static int mtforigin, tempbase; variable 1283 tempbase = 0; in movetofound() 1287 if (found[tempbase] != NIL) in movetofound() 1288 if (rankhigher(*cp, tempbase) in movetofound() 1289 && samesuit(*cp, tempbase)) { in movetofound() 1296 transit(cp, &found[tempbase]); in movetofound() 1297 printcard(pilemap[tempbase], in movetofound() 1298 foundrow, found[tempbase]); in movetofound() 1321 tempbase++; in movetofound() 1323 tempbase++; in movetofound() [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/libiberty/ |
| H A D | pexecute.txh | 3 const char *@var{pname}, const char *@var{tempbase}) 29 messages. @var{tempbase} is a base name to use for any required 121 @var{outname} may not be @code{NULL}. If the @var{tempbase} parameter 123 the concatenation of @var{tempbase} and @var{outname}. If 124 @var{tempbase} was @code{NULL}, then the output file name is a random 130 file name. If @var{outname} is @code{NULL}, and @var{tempbase} was 132 @var{tempbase}. Otherwise the output file name is chosen completely
|
| /netbsd-src/external/gpl3/gdb.old/dist/libiberty/ |
| H A D | pexecute.txh | 3 const char *@var{pname}, const char *@var{tempbase}) 29 messages. @var{tempbase} is a base name to use for any required 121 @var{outname} may not be @code{NULL}. If the @var{tempbase} parameter 123 the concatenation of @var{tempbase} and @var{outname}. If 124 @var{tempbase} was @code{NULL}, then the output file name is a random 130 file name. If @var{outname} is @code{NULL}, and @var{tempbase} was 132 @var{tempbase}. Otherwise the output file name is chosen completely
|
| /netbsd-src/bin/pax/ |
| H A D | extern.h | 263 extern char *tempbase;
|