Home
last modified time | relevance | path

Searched refs:tempdirlen (Results 1 – 21 of 21) sorted by relevance

/dports/lang/gcc48/gcc-4.8.5/libgfortran/io/
H A Dunix.c1074 size_t tempdirlen = strlen (tempdir); in tempfile_open() local
1075 if (*tempdir == 0 || tempdir[tempdirlen - 1] == '/' in tempfile_open()
1077 || tempdir[tempdirlen - 1] == '\\' in tempfile_open()
1083 char * template = xmalloc (tempdirlen + 23); in tempfile_open()
1086 snprintf (template, tempdirlen + 23, "%s%sgfortrantmpXXXXXX", in tempfile_open()
1106 snprintf (template, tempdirlen + 23, "%s%sgfortrantmpaaaXXXXXX", in tempfile_open()
1111 template[tempdirlen + slashlen + 13] = 'a' + (c% 26); in tempfile_open()
1113 template[tempdirlen + slashlen + 12] = 'a' + (c % 26); in tempfile_open()
1115 template[tempdirlen + slashlen + 11] = 'a' + (c % 26); in tempfile_open()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgfortran/io/
H A Dunix.c1116 size_t tempdirlen = strlen (tempdir); in tempfile_open() local
1117 if (*tempdir == 0 || tempdir[tempdirlen - 1] == '/' in tempfile_open()
1119 || tempdir[tempdirlen - 1] == '\\' in tempfile_open()
1125 char * template = xmalloc (tempdirlen + 23); in tempfile_open()
1128 snprintf (template, tempdirlen + 23, "%s%sgfortrantmpXXXXXX", in tempfile_open()
1160 snprintf (template, tempdirlen + 23, "%s%sgfortrantmpaaaXXXXXX", in tempfile_open()
1165 template[tempdirlen + slashlen + 13] = 'a' + (c% 26); in tempfile_open()
1167 template[tempdirlen + slashlen + 12] = 'a' + (c % 26); in tempfile_open()
1169 template[tempdirlen + slashlen + 11] = 'a' + (c % 26); in tempfile_open()
/dports/devel/mingw32-gcc/gcc-4.8.1/libgfortran/io/
H A Dunix.c1064 size_t tempdirlen = strlen (tempdir); in tempfile_open() local
1065 if (*tempdir == 0 || tempdir[tempdirlen - 1] == '/' in tempfile_open()
1067 || tempdir[tempdirlen - 1] == '\\' in tempfile_open()
1073 char * template = xmalloc (tempdirlen + 23); in tempfile_open()
1076 snprintf (template, tempdirlen + 23, "%s%sgfortrantmpXXXXXX", in tempfile_open()
1096 snprintf (template, tempdirlen + 23, "%s%sgfortrantmpaaaXXXXXX", in tempfile_open()
1101 template[tempdirlen + slashlen + 13] = 'a' + (c% 26); in tempfile_open()
1103 template[tempdirlen + slashlen + 12] = 'a' + (c % 26); in tempfile_open()
1105 template[tempdirlen + slashlen + 11] = 'a' + (c % 26); in tempfile_open()
/dports/lang/gcc6-aux/gcc-6-20180516/libgfortran/io/
H A Dunix.c1157 size_t tempdirlen = strlen (tempdir); in tempfile_open() local
1158 if (*tempdir == 0 || tempdir[tempdirlen - 1] == '/' in tempfile_open()
1160 || tempdir[tempdirlen - 1] == '\\' in tempfile_open()
1166 char * template = xmalloc (tempdirlen + 23); in tempfile_open()
1169 snprintf (template, tempdirlen + 23, "%s%sgfortrantmpXXXXXX", in tempfile_open()
1201 snprintf (template, tempdirlen + 23, "%s%sgfortrantmpaaaXXXXXX", in tempfile_open()
1206 template[tempdirlen + slashlen + 13] = 'a' + (c% 26); in tempfile_open()
1208 template[tempdirlen + slashlen + 12] = 'a' + (c % 26); in tempfile_open()
1210 template[tempdirlen + slashlen + 11] = 'a' + (c % 26); in tempfile_open()
/dports/lang/gcc12-devel/gcc-12-20211205/libgfortran/io/
H A Dunix.c1213 size_t tempdirlen = strlen (tempdir); in tempfile_open() local
1214 if (*tempdir == 0 || tempdir[tempdirlen - 1] == '/' in tempfile_open()
1216 || tempdir[tempdirlen - 1] == '\\' in tempfile_open()
1222 char *template = xmalloc (tempdirlen + 23); in tempfile_open()
1225 snprintf (template, tempdirlen + 23, "%s%sgfortrantmpXXXXXX", in tempfile_open()
1257 snprintf (template, tempdirlen + 23, "%s%sgfortrantmpaaaXXXXXX", in tempfile_open()
1262 template[tempdirlen + slashlen + 13] = 'a' + (c% 26); in tempfile_open()
1264 template[tempdirlen + slashlen + 12] = 'a' + (c % 26); in tempfile_open()
1266 template[tempdirlen + slashlen + 11] = 'a' + (c % 26); in tempfile_open()
/dports/lang/gcc8/gcc-8.5.0/libgfortran/io/
H A Dunix.c1189 size_t tempdirlen = strlen (tempdir); in tempfile_open() local
1190 if (*tempdir == 0 || tempdir[tempdirlen - 1] == '/' in tempfile_open()
1192 || tempdir[tempdirlen - 1] == '\\' in tempfile_open()
1198 char *template = xmalloc (tempdirlen + 23); in tempfile_open()
1201 snprintf (template, tempdirlen + 23, "%s%sgfortrantmpXXXXXX", in tempfile_open()
1233 snprintf (template, tempdirlen + 23, "%s%sgfortrantmpaaaXXXXXX", in tempfile_open()
1238 template[tempdirlen + slashlen + 13] = 'a' + (c% 26); in tempfile_open()
1240 template[tempdirlen + slashlen + 12] = 'a' + (c % 26); in tempfile_open()
1242 template[tempdirlen + slashlen + 11] = 'a' + (c % 26); in tempfile_open()
/dports/lang/gcc10/gcc-10.3.0/libgfortran/io/
H A Dunix.c1213 size_t tempdirlen = strlen (tempdir); in tempfile_open() local
1214 if (*tempdir == 0 || tempdir[tempdirlen - 1] == '/' in tempfile_open()
1216 || tempdir[tempdirlen - 1] == '\\' in tempfile_open()
1222 char *template = xmalloc (tempdirlen + 23); in tempfile_open()
1225 snprintf (template, tempdirlen + 23, "%s%sgfortrantmpXXXXXX", in tempfile_open()
1257 snprintf (template, tempdirlen + 23, "%s%sgfortrantmpaaaXXXXXX", in tempfile_open()
1262 template[tempdirlen + slashlen + 13] = 'a' + (c% 26); in tempfile_open()
1264 template[tempdirlen + slashlen + 12] = 'a' + (c % 26); in tempfile_open()
1266 template[tempdirlen + slashlen + 11] = 'a' + (c % 26); in tempfile_open()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgfortran/io/
H A Dunix.c1189 size_t tempdirlen = strlen (tempdir); in tempfile_open() local
1190 if (*tempdir == 0 || tempdir[tempdirlen - 1] == '/' in tempfile_open()
1192 || tempdir[tempdirlen - 1] == '\\' in tempfile_open()
1198 char *template = xmalloc (tempdirlen + 23); in tempfile_open()
1201 snprintf (template, tempdirlen + 23, "%s%sgfortrantmpXXXXXX", in tempfile_open()
1233 snprintf (template, tempdirlen + 23, "%s%sgfortrantmpaaaXXXXXX", in tempfile_open()
1238 template[tempdirlen + slashlen + 13] = 'a' + (c% 26); in tempfile_open()
1240 template[tempdirlen + slashlen + 12] = 'a' + (c % 26); in tempfile_open()
1242 template[tempdirlen + slashlen + 11] = 'a' + (c % 26); in tempfile_open()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgfortran/io/
H A Dunix.c1189 size_t tempdirlen = strlen (tempdir); in tempfile_open() local
1190 if (*tempdir == 0 || tempdir[tempdirlen - 1] == '/' in tempfile_open()
1192 || tempdir[tempdirlen - 1] == '\\' in tempfile_open()
1198 char *template = xmalloc (tempdirlen + 23); in tempfile_open()
1201 snprintf (template, tempdirlen + 23, "%s%sgfortrantmpXXXXXX", in tempfile_open()
1233 snprintf (template, tempdirlen + 23, "%s%sgfortrantmpaaaXXXXXX", in tempfile_open()
1238 template[tempdirlen + slashlen + 13] = 'a' + (c% 26); in tempfile_open()
1240 template[tempdirlen + slashlen + 12] = 'a' + (c % 26); in tempfile_open()
1242 template[tempdirlen + slashlen + 11] = 'a' + (c % 26); in tempfile_open()
/dports/lang/gcc11/gcc-11.2.0/libgfortran/io/
H A Dunix.c1213 size_t tempdirlen = strlen (tempdir); in tempfile_open() local
1214 if (*tempdir == 0 || tempdir[tempdirlen - 1] == '/' in tempfile_open()
1216 || tempdir[tempdirlen - 1] == '\\' in tempfile_open()
1222 char *template = xmalloc (tempdirlen + 23); in tempfile_open()
1225 snprintf (template, tempdirlen + 23, "%s%sgfortrantmpXXXXXX", in tempfile_open()
1257 snprintf (template, tempdirlen + 23, "%s%sgfortrantmpaaaXXXXXX", in tempfile_open()
1262 template[tempdirlen + slashlen + 13] = 'a' + (c% 26); in tempfile_open()
1264 template[tempdirlen + slashlen + 12] = 'a' + (c % 26); in tempfile_open()
1266 template[tempdirlen + slashlen + 11] = 'a' + (c % 26); in tempfile_open()
/dports/lang/gcc11-devel/gcc-11-20211009/libgfortran/io/
H A Dunix.c1213 size_t tempdirlen = strlen (tempdir); in tempfile_open() local
1214 if (*tempdir == 0 || tempdir[tempdirlen - 1] == '/' in tempfile_open()
1216 || tempdir[tempdirlen - 1] == '\\' in tempfile_open()
1222 char *template = xmalloc (tempdirlen + 23); in tempfile_open()
1225 snprintf (template, tempdirlen + 23, "%s%sgfortrantmpXXXXXX", in tempfile_open()
1257 snprintf (template, tempdirlen + 23, "%s%sgfortrantmpaaaXXXXXX", in tempfile_open()
1262 template[tempdirlen + slashlen + 13] = 'a' + (c% 26); in tempfile_open()
1264 template[tempdirlen + slashlen + 12] = 'a' + (c % 26); in tempfile_open()
1266 template[tempdirlen + slashlen + 11] = 'a' + (c % 26); in tempfile_open()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgfortran/io/
H A Dunix.c1189 size_t tempdirlen = strlen (tempdir); in tempfile_open() local
1190 if (*tempdir == 0 || tempdir[tempdirlen - 1] == '/' in tempfile_open()
1192 || tempdir[tempdirlen - 1] == '\\' in tempfile_open()
1198 char *template = xmalloc (tempdirlen + 23); in tempfile_open()
1201 snprintf (template, tempdirlen + 23, "%s%sgfortrantmpXXXXXX", in tempfile_open()
1233 snprintf (template, tempdirlen + 23, "%s%sgfortrantmpaaaXXXXXX", in tempfile_open()
1238 template[tempdirlen + slashlen + 13] = 'a' + (c% 26); in tempfile_open()
1240 template[tempdirlen + slashlen + 12] = 'a' + (c % 26); in tempfile_open()
1242 template[tempdirlen + slashlen + 11] = 'a' + (c % 26); in tempfile_open()
/dports/lang/gcc9-devel/gcc-9-20211007/libgfortran/io/
H A Dunix.c1213 size_t tempdirlen = strlen (tempdir); in tempfile_open() local
1214 if (*tempdir == 0 || tempdir[tempdirlen - 1] == '/' in tempfile_open()
1216 || tempdir[tempdirlen - 1] == '\\' in tempfile_open()
1222 char *template = xmalloc (tempdirlen + 23); in tempfile_open()
1225 snprintf (template, tempdirlen + 23, "%s%sgfortrantmpXXXXXX", in tempfile_open()
1257 snprintf (template, tempdirlen + 23, "%s%sgfortrantmpaaaXXXXXX", in tempfile_open()
1262 template[tempdirlen + slashlen + 13] = 'a' + (c% 26); in tempfile_open()
1264 template[tempdirlen + slashlen + 12] = 'a' + (c % 26); in tempfile_open()
1266 template[tempdirlen + slashlen + 11] = 'a' + (c % 26); in tempfile_open()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgfortran/io/
H A Dunix.c1189 size_t tempdirlen = strlen (tempdir); in tempfile_open() local
1190 if (*tempdir == 0 || tempdir[tempdirlen - 1] == '/' in tempfile_open()
1192 || tempdir[tempdirlen - 1] == '\\' in tempfile_open()
1198 char *template = xmalloc (tempdirlen + 23); in tempfile_open()
1201 snprintf (template, tempdirlen + 23, "%s%sgfortrantmpXXXXXX", in tempfile_open()
1233 snprintf (template, tempdirlen + 23, "%s%sgfortrantmpaaaXXXXXX", in tempfile_open()
1238 template[tempdirlen + slashlen + 13] = 'a' + (c% 26); in tempfile_open()
1240 template[tempdirlen + slashlen + 12] = 'a' + (c % 26); in tempfile_open()
1242 template[tempdirlen + slashlen + 11] = 'a' + (c % 26); in tempfile_open()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgfortran/io/
H A Dunix.c1213 size_t tempdirlen = strlen (tempdir); in tempfile_open() local
1214 if (*tempdir == 0 || tempdir[tempdirlen - 1] == '/' in tempfile_open()
1216 || tempdir[tempdirlen - 1] == '\\' in tempfile_open()
1222 char *template = xmalloc (tempdirlen + 23); in tempfile_open()
1225 snprintf (template, tempdirlen + 23, "%s%sgfortrantmpXXXXXX", in tempfile_open()
1257 snprintf (template, tempdirlen + 23, "%s%sgfortrantmpaaaXXXXXX", in tempfile_open()
1262 template[tempdirlen + slashlen + 13] = 'a' + (c% 26); in tempfile_open()
1264 template[tempdirlen + slashlen + 12] = 'a' + (c % 26); in tempfile_open()
1266 template[tempdirlen + slashlen + 11] = 'a' + (c % 26); in tempfile_open()
/dports/devel/riscv64-gcc/gcc-8.3.0/libgfortran/io/
H A Dunix.c1189 size_t tempdirlen = strlen (tempdir); in tempfile_open() local
1190 if (*tempdir == 0 || tempdir[tempdirlen - 1] == '/' in tempfile_open()
1192 || tempdir[tempdirlen - 1] == '\\' in tempfile_open()
1198 char *template = xmalloc (tempdirlen + 23); in tempfile_open()
1201 snprintf (template, tempdirlen + 23, "%s%sgfortrantmpXXXXXX", in tempfile_open()
1233 snprintf (template, tempdirlen + 23, "%s%sgfortrantmpaaaXXXXXX", in tempfile_open()
1238 template[tempdirlen + slashlen + 13] = 'a' + (c% 26); in tempfile_open()
1240 template[tempdirlen + slashlen + 12] = 'a' + (c % 26); in tempfile_open()
1242 template[tempdirlen + slashlen + 11] = 'a' + (c % 26); in tempfile_open()
/dports/lang/gnat_util/gcc-6-20180516/libgfortran/io/
H A Dunix.c1157 size_t tempdirlen = strlen (tempdir); in tempfile_open() local
1158 if (*tempdir == 0 || tempdir[tempdirlen - 1] == '/' in tempfile_open()
1160 || tempdir[tempdirlen - 1] == '\\' in tempfile_open()
1166 char * template = xmalloc (tempdirlen + 23); in tempfile_open()
1169 snprintf (template, tempdirlen + 23, "%s%sgfortrantmpXXXXXX", in tempfile_open()
1201 snprintf (template, tempdirlen + 23, "%s%sgfortrantmpaaaXXXXXX", in tempfile_open()
1206 template[tempdirlen + slashlen + 13] = 'a' + (c% 26); in tempfile_open()
1208 template[tempdirlen + slashlen + 12] = 'a' + (c % 26); in tempfile_open()
1210 template[tempdirlen + slashlen + 11] = 'a' + (c % 26); in tempfile_open()
/dports/devel/avr-gcc/gcc-10.2.0/libgfortran/io/
H A Dunix.c1213 size_t tempdirlen = strlen (tempdir); in tempfile_open() local
1214 if (*tempdir == 0 || tempdir[tempdirlen - 1] == '/' in tempfile_open()
1216 || tempdir[tempdirlen - 1] == '\\' in tempfile_open()
1222 char *template = xmalloc (tempdirlen + 23); in tempfile_open()
1225 snprintf (template, tempdirlen + 23, "%s%sgfortrantmpXXXXXX", in tempfile_open()
1257 snprintf (template, tempdirlen + 23, "%s%sgfortrantmpaaaXXXXXX", in tempfile_open()
1262 template[tempdirlen + slashlen + 13] = 'a' + (c% 26); in tempfile_open()
1264 template[tempdirlen + slashlen + 12] = 'a' + (c % 26); in tempfile_open()
1266 template[tempdirlen + slashlen + 11] = 'a' + (c % 26); in tempfile_open()
/dports/lang/gcc10-devel/gcc-10-20211008/libgfortran/io/
H A Dunix.c1213 size_t tempdirlen = strlen (tempdir);
1214 if (*tempdir == 0 || tempdir[tempdirlen - 1] == '/'
1216 || tempdir[tempdirlen - 1] == '\\'
1222 char *template = xmalloc (tempdirlen + 23);
1225 snprintf (template, tempdirlen + 23, "%s%sgfortrantmpXXXXXX",
1257 snprintf (template, tempdirlen + 23, "%s%sgfortrantmpaaaXXXXXX",
1262 template[tempdirlen + slashlen + 13] = 'a' + (c% 26);
1264 template[tempdirlen + slashlen + 12] = 'a' + (c % 26);
1266 template[tempdirlen + slashlen + 11] = 'a' + (c % 26);
/dports/lang/gcc9/gcc-9.4.0/libgfortran/io/
H A Dunix.c1213 size_t tempdirlen = strlen (tempdir); in tempfile_open() local
1214 if (*tempdir == 0 || tempdir[tempdirlen - 1] == '/' in tempfile_open()
1216 || tempdir[tempdirlen - 1] == '\\' in tempfile_open()
1222 char *template = xmalloc (tempdirlen + 23); in tempfile_open()
1225 snprintf (template, tempdirlen + 23, "%s%sgfortrantmpXXXXXX", in tempfile_open()
1257 snprintf (template, tempdirlen + 23, "%s%sgfortrantmpaaaXXXXXX", in tempfile_open()
1262 template[tempdirlen + slashlen + 13] = 'a' + (c% 26); in tempfile_open()
1264 template[tempdirlen + slashlen + 12] = 'a' + (c % 26); in tempfile_open()
1266 template[tempdirlen + slashlen + 11] = 'a' + (c % 26); in tempfile_open()
/dports/lang/gcc9-aux/gcc-9.1.0/libgfortran/io/
H A Dunix.c1190 size_t tempdirlen = strlen (tempdir); in tempfile_open() local
1191 if (*tempdir == 0 || tempdir[tempdirlen - 1] == '/' in tempfile_open()
1193 || tempdir[tempdirlen - 1] == '\\' in tempfile_open()
1199 char *template = xmalloc (tempdirlen + 23); in tempfile_open()
1202 snprintf (template, tempdirlen + 23, "%s%sgfortrantmpXXXXXX", in tempfile_open()
1234 snprintf (template, tempdirlen + 23, "%s%sgfortrantmpaaaXXXXXX", in tempfile_open()
1239 template[tempdirlen + slashlen + 13] = 'a' + (c% 26); in tempfile_open()
1241 template[tempdirlen + slashlen + 12] = 'a' + (c % 26); in tempfile_open()
1243 template[tempdirlen + slashlen + 11] = 'a' + (c % 26); in tempfile_open()