Searched refs:try_dir (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dmake-temp-file.c70 static inline const char *try_dir (const char *, const char *);
73 try_dir (const char *dir, const char *base) function
116 base = try_dir ("/sys$scratch", base);
118 base = try_dir (getenv ("TMPDIR"), base);
119 base = try_dir (getenv ("TMP"), base);
120 base = try_dir (getenv ("TEMP"), base);
127 base = try_dir ("\\.", base);
129 base = try_dir (P_tmpdir, base);
133 base = try_dir (tmp, base);
134 base = try_dir (vartm
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dmake-temp-file.c70 static inline const char *try_dir (const char *, const char *);
73 try_dir (const char *dir, const char *base) function
116 base = try_dir ("/sys$scratch", base);
118 base = try_dir (getenv ("TMPDIR"), base);
119 base = try_dir (getenv ("TMP"), base);
120 base = try_dir (getenv ("TEMP"), base);
127 base = try_dir ("\\.", base);
129 base = try_dir (P_tmpdir, base);
133 base = try_dir (tmp, base);
134 base = try_dir (vartm
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dmake-temp-file.c70 static inline const char *try_dir (const char *, const char *);
73 try_dir (const char *dir, const char *base) function
116 base = try_dir ("/sys$scratch", base);
118 base = try_dir (getenv ("TMPDIR"), base);
119 base = try_dir (getenv ("TMP"), base);
120 base = try_dir (getenv ("TEMP"), base);
127 base = try_dir ("\\.", base);
129 base = try_dir (P_tmpdir, base);
133 base = try_dir (vartmp, base);
134 base = try_dir (usrtm
[all...]
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dmake-temp-file.c74 static inline const char *try_dir (const char *, const char *);
77 try_dir (const char *dir, const char *base) function
130 base = try_dir ("/sys$scratch", base);
132 base = try_dir (getenv ("TMPDIR"), base);
133 base = try_dir (getenv ("TMP"), base);
134 base = try_dir (getenv ("TEMP"), base);
141 base = try_dir ("\\.", base);
143 base = try_dir (P_tmpdir, base);
147 base = try_dir (tmp, base);
148 base = try_dir (vartm
[all...]
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dmake-temp-file.c74 static inline const char *try_dir (const char *, const char *);
77 try_dir (const char *dir, const char *base) function
128 base = try_dir ("/sys$scratch", base);
130 base = try_dir (getenv ("TMPDIR"), base);
131 base = try_dir (getenv ("TMP"), base);
132 base = try_dir (getenv ("TEMP"), base);
139 base = try_dir ("\\.", base);
141 base = try_dir (P_tmpdir, base);
145 base = try_dir (tmp, base);
146 base = try_dir (vartm
[all...]
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dmake-temp-file.c74 static inline const char *try_dir (const char *, const char *);
77 try_dir (const char *dir, const char *base) function
128 base = try_dir ("/sys$scratch", base);
130 base = try_dir (getenv ("TMPDIR"), base);
131 base = try_dir (getenv ("TMP"), base);
132 base = try_dir (getenv ("TEMP"), base);
139 base = try_dir ("\\.", base);
141 base = try_dir (P_tmpdir, base);
145 base = try_dir (vartmp, base);
146 base = try_dir (tm
[all...]
/netbsd-current/external/mpl/bind/dist/bin/dnssec/
H A Ddnssectool.h93 try_dir(const char *dirname);
H A Ddnssectool.c429 try_dir(const char *dirname) { function
H A Ddnssec-keyfromlabel.c199 ret = try_dir(directory);
H A Ddnssec-keygen.c964 ret = try_dir(ctx.directory);
H A Ddnssec-signzone.c3470 result = try_dir(dsdir);
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dtempname.c173 try_dir (char *tmpl, void *flags _GL_UNUSED) function
216 [__GT_DIR] = try_dir,
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dtempname.c184 try_dir (char *tmpl, _GL_UNUSED void *flags) function
227 [__GT_DIR] = try_dir,

Completed in 155 milliseconds