| /src/external/gpl3/binutils/dist/libiberty/ |
| make-temp-file.c | 75 static inline const char *try_dir (const char *, const char *); 78 try_dir (const char *dir, const char *base) function 131 base = try_dir ("/sys$scratch", base); 133 base = try_dir (getenv ("TMPDIR"), base); 134 base = try_dir (getenv ("TMP"), base); 135 base = try_dir (getenv ("TEMP"), base); 142 base = try_dir ("\\.", base); 144 base = try_dir (P_tmpdir, base); 148 base = try_dir (tmp, base); 149 base = try_dir (vartmp, base) [all...] |
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| make-temp-file.c | 75 static inline const char *try_dir (const char *, const char *); 78 try_dir (const char *dir, const char *base) function 131 base = try_dir ("/sys$scratch", base); 133 base = try_dir (getenv ("TMPDIR"), base); 134 base = try_dir (getenv ("TMP"), base); 135 base = try_dir (getenv ("TEMP"), base); 142 base = try_dir ("\\.", base); 144 base = try_dir (P_tmpdir, base); 148 base = try_dir (tmp, base); 149 base = try_dir (vartmp, base) [all...] |
| /src/external/gpl3/gcc/dist/libiberty/ |
| make-temp-file.c | 75 static inline const char *try_dir (const char *, const char *); 78 try_dir (const char *dir, const char *base) function 129 base = try_dir ("/sys$scratch", base); 131 base = try_dir (getenv ("TMPDIR"), base); 132 base = try_dir (getenv ("TMP"), base); 133 base = try_dir (getenv ("TEMP"), base); 140 base = try_dir ("\\.", base); 142 base = try_dir (P_tmpdir, base); 146 base = try_dir (tmp, base); 147 base = try_dir (vartmp, base) [all...] |
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| make-temp-file.c | 74 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 (vartmp, base) [all...] |
| /src/external/gpl3/gdb/dist/libiberty/ |
| make-temp-file.c | 75 static inline const char *try_dir (const char *, const char *); 78 try_dir (const char *dir, const char *base) function 129 base = try_dir ("/sys$scratch", base); 131 base = try_dir (getenv ("TMPDIR"), base); 132 base = try_dir (getenv ("TMP"), base); 133 base = try_dir (getenv ("TEMP"), base); 140 base = try_dir ("\\.", base); 142 base = try_dir (P_tmpdir, base); 146 base = try_dir (vartmp, base); 147 base = try_dir (tmp, base) [all...] |
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| make-temp-file.c | 75 static inline const char *try_dir (const char *, const char *); 78 try_dir (const char *dir, const char *base) function 129 base = try_dir ("/sys$scratch", base); 131 base = try_dir (getenv ("TMPDIR"), base); 132 base = try_dir (getenv ("TMP"), base); 133 base = try_dir (getenv ("TEMP"), base); 140 base = try_dir ("\\.", base); 142 base = try_dir (P_tmpdir, base); 146 base = try_dir (vartmp, base); 147 base = try_dir (tmp, base) [all...] |
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| tempname.c | 184 try_dir (char *tmpl, _GL_UNUSED void *flags) function 227 [__GT_DIR] = try_dir,
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| tempname.c | 184 try_dir (char *tmpl, _GL_UNUSED void *flags) function 227 [__GT_DIR] = try_dir,
|
| /src/external/mpl/bind/dist/bin/dnssec/ |
| dnssectool.c | 428 try_dir(const char *dirname) { function
|