Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/binutils.old/dist/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()
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 Dpex-djgpp.c72 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 Dpexecute.txh3 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 Dpex-msdos.c83 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 Dpex-common.h60 const char *tempbase; member
/netbsd-src/external/gpl3/binutils/dist/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()
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 Dpex-djgpp.c72 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 Dpexecute.txh3 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 Dpex-msdos.c83 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 Dpex-common.h60 const char *tempbase; member
/netbsd-src/external/gpl3/gcc/dist/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()
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 Dpex-djgpp.c72 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 Dpexecute.txh3 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 Dpex-msdos.c83 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 Dpex-common.h60 const char *tempbase; member
H A Dpex-unix.c333 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 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()
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 Dpex-djgpp.c72 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 Dpexecute.txh3 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 Dpex-msdos.c83 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 Dpex-common.h60 const char *tempbase; member
/netbsd-src/games/canfield/canfield/
H A Dcanfield.c163 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 Dpexecute.txh3 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 Dpexecute.txh3 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 Dextern.h263 extern char *tempbase;

12