Home
last modified time | relevance | path

Searched refs:tmpstr2 (Results 1 – 25 of 127) sorted by relevance

123456

/dports/science/berkeleygw/BGW-2.0.0/Sigma/
H A Dsig2wan.f9098 read(tmpstr2(9:11),*)nsym
102 if (tmpstr2(1:3).eq."k =") then
103 read(tmpstr2(51:51),*)is
107 if (tmpstr2(1:1).eq."E") cycle
108 if (tmpstr2(1:1).eq."n") cycle
144 if (tmpstr2(1:4).eq."mtrx") then
145 read(tmpstr2(5:6),*)isym
149 if (tmpstr2(1:3).eq."k =") then
150 read(tmpstr2(51:51),*)is
158 if (tmpstr2(1:1).eq."E") cycle
[all …]
/dports/mail/qmailmrtg7/qmailmrtg7-4.2/
H A Dqmailmrtg7.c239 char *tmpstr2; in process_file() local
276 for(tmpstr2=tmpstr1+1;*tmpstr2!='/';++tmpstr2); in process_file()
277 *tmpstr2 = 0; in process_file()
297 tmpstr2 = tmpstr1+1; in process_file()
305 while(*tmpstr2!='/'&&*tmpstr2!=0) ++tmpstr2; in process_file()
306 *tmpstr2 = 0; --tmpstr2; in process_file()
307 while(*tmpstr2!=' ')--tmpstr2; in process_file()
308 ++tmpstr2; in process_file()
309 tmpint = atoi(tmpstr2); in process_file()
/dports/databases/grass7/grass-7.8.6/raster/r.thin/
H A Dio.c88 char *tmpstr1, *tmpstr2; in open_file() local
107 G_asprintf(&tmpstr2, n_("%d column", "%d columns", n_cols), n_cols); in open_file()
109 G_message(_("Raster map <%s> - %s X %s"), name, tmpstr1, tmpstr2); in open_file()
111 G_free(tmpstr2); in open_file()
164 char *tmpstr1, *tmpstr2; in close_file() local
174 G_asprintf(&tmpstr2, n_("%d column", "%d columns", col_count), col_count); in close_file()
176 G_message(_("Output map %s X %s"), tmpstr1, tmpstr2); in close_file()
178 G_free(tmpstr2); in close_file()
183 G_asprintf(&tmpstr2, n_("%d column", "%d columns", Rast_window_cols()), Rast_window_cols()); in close_file()
185 G_message(_("Window %s X %s"), tmpstr1, tmpstr2); in close_file()
[all …]
/dports/devel/libPropList/libPropList-0.10.1/
H A Dgetting.c166 char *tmpstr, *tmpstr2; in PLGetDescriptionIndent() local
198 retstr=tmpstr2; in PLGetDescriptionIndent()
208 retstr=tmpstr2; in PLGetDescriptionIndent()
248 char *tmpstr, *tmpstr2; in PLGetDescription() local
269 sprintf(tmpstr2, "%s%s", retstr, tmpstr); in PLGetDescription()
272 retstr=tmpstr2; in PLGetDescription()
278 sprintf(tmpstr2, "%s, %s", retstr, tmpstr); in PLGetDescription()
281 retstr=tmpstr2; in PLGetDescription()
299 retstr=tmpstr2; in PLGetDescription()
302 sprintf(tmpstr2, "%s%s;", retstr, tmpstr); in PLGetDescription()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Ddtio_2.f9040 character(3) :: tmpstr1, tmpstr2 variable
51 read (71) tmpstr1, chairman, tmpstr2
53 if (tmpstr2.ne."efg") STOP 2
58 read (71) tmpstr1, chairman, tmpstr2
60 if (tmpstr2.ne."klm") STOP 6
65 read (71) tmpstr1, chairman, tmpstr2
67 if (tmpstr2.ne."qrs") STOP 10
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Ddtio_2.f9040 character(3) :: tmpstr1, tmpstr2 variable
51 read (71) tmpstr1, chairman, tmpstr2
53 if (tmpstr2.ne."efg") STOP 2
58 read (71) tmpstr1, chairman, tmpstr2
60 if (tmpstr2.ne."klm") STOP 6
65 read (71) tmpstr1, chairman, tmpstr2
67 if (tmpstr2.ne."qrs") STOP 10
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Ddtio_2.f9040 character(3) :: tmpstr1, tmpstr2 variable
51 read (71) tmpstr1, chairman, tmpstr2
53 if (tmpstr2.ne."efg") STOP 2
58 read (71) tmpstr1, chairman, tmpstr2
60 if (tmpstr2.ne."klm") STOP 6
65 read (71) tmpstr1, chairman, tmpstr2
67 if (tmpstr2.ne."qrs") STOP 10
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gfortran.dg/
H A Ddtio_2.f9040 character(3) :: tmpstr1, tmpstr2 variable
51 read (71) tmpstr1, chairman, tmpstr2
53 if (tmpstr2.ne."efg") STOP 2
58 read (71) tmpstr1, chairman, tmpstr2
60 if (tmpstr2.ne."klm") STOP 6
65 read (71) tmpstr1, chairman, tmpstr2
67 if (tmpstr2.ne."qrs") STOP 10
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Ddtio_2.f9040 character(3) :: tmpstr1, tmpstr2 variable
51 read (71) tmpstr1, chairman, tmpstr2
53 if (tmpstr2.ne."efg") STOP 2
58 read (71) tmpstr1, chairman, tmpstr2
60 if (tmpstr2.ne."klm") STOP 6
65 read (71) tmpstr1, chairman, tmpstr2
67 if (tmpstr2.ne."qrs") STOP 10
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Ddtio_2.f9040 character(3) :: tmpstr1, tmpstr2 variable
51 read (71) tmpstr1, chairman, tmpstr2
53 if (tmpstr2.ne."efg") STOP 2
58 read (71) tmpstr1, chairman, tmpstr2
60 if (tmpstr2.ne."klm") STOP 6
65 read (71) tmpstr1, chairman, tmpstr2
67 if (tmpstr2.ne."qrs") STOP 10
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Ddtio_2.f9040 character(3) :: tmpstr1, tmpstr2 variable
51 read (71) tmpstr1, chairman, tmpstr2
53 if (tmpstr2.ne."efg") STOP 2
58 read (71) tmpstr1, chairman, tmpstr2
60 if (tmpstr2.ne."klm") STOP 6
65 read (71) tmpstr1, chairman, tmpstr2
67 if (tmpstr2.ne."qrs") STOP 10
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Ddtio_2.f9040 character(3) :: tmpstr1, tmpstr2 variable
51 read (71) tmpstr1, chairman, tmpstr2
53 if (tmpstr2.ne."efg") STOP 2
58 read (71) tmpstr1, chairman, tmpstr2
60 if (tmpstr2.ne."klm") STOP 6
65 read (71) tmpstr1, chairman, tmpstr2
67 if (tmpstr2.ne."qrs") STOP 10
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Ddtio_2.f9040 character(3) :: tmpstr1, tmpstr2 variable
51 read (71) tmpstr1, chairman, tmpstr2
53 if (tmpstr2.ne."efg") STOP 2
58 read (71) tmpstr1, chairman, tmpstr2
60 if (tmpstr2.ne."klm") STOP 6
65 read (71) tmpstr1, chairman, tmpstr2
67 if (tmpstr2.ne."qrs") STOP 10
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Ddtio_2.f9040 character(3) :: tmpstr1, tmpstr2 variable
51 read (71) tmpstr1, chairman, tmpstr2
53 if (tmpstr2.ne."efg") STOP 2
58 read (71) tmpstr1, chairman, tmpstr2
60 if (tmpstr2.ne."klm") STOP 6
65 read (71) tmpstr1, chairman, tmpstr2
67 if (tmpstr2.ne."qrs") STOP 10
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Ddtio_2.f9040 character(3) :: tmpstr1, tmpstr2 variable
51 read (71) tmpstr1, chairman, tmpstr2
53 if (tmpstr2.ne."efg") STOP 2
58 read (71) tmpstr1, chairman, tmpstr2
60 if (tmpstr2.ne."klm") STOP 6
65 read (71) tmpstr1, chairman, tmpstr2
67 if (tmpstr2.ne."qrs") STOP 10
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Ddtio_2.f9040 character(3) :: tmpstr1, tmpstr2 variable
51 read (71) tmpstr1, chairman, tmpstr2
53 if (tmpstr2.ne."efg") STOP 2
58 read (71) tmpstr1, chairman, tmpstr2
60 if (tmpstr2.ne."klm") STOP 6
65 read (71) tmpstr1, chairman, tmpstr2
67 if (tmpstr2.ne."qrs") STOP 10
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Ddtio_2.f9040 character(3) :: tmpstr1, tmpstr2 variable
51 read (71) tmpstr1, chairman, tmpstr2
53 if (tmpstr2.ne."efg") STOP 2
58 read (71) tmpstr1, chairman, tmpstr2
60 if (tmpstr2.ne."klm") STOP 6
65 read (71) tmpstr1, chairman, tmpstr2
67 if (tmpstr2.ne."qrs") STOP 10
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gfortran.dg/
H A Ddtio_2.f9040 character(3) :: tmpstr1, tmpstr2
51 read (71) tmpstr1, chairman, tmpstr2
53 if (tmpstr2.ne."efg") STOP 2
58 read (71) tmpstr1, chairman, tmpstr2
60 if (tmpstr2.ne."klm") STOP 6
65 read (71) tmpstr1, chairman, tmpstr2
67 if (tmpstr2.ne."qrs") STOP 10
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gfortran.dg/
H A Ddtio_2.f9040 character(3) :: tmpstr1, tmpstr2 variable
51 read (71) tmpstr1, chairman, tmpstr2
53 if (tmpstr2.ne."efg") STOP 2
58 read (71) tmpstr1, chairman, tmpstr2
60 if (tmpstr2.ne."klm") STOP 6
65 read (71) tmpstr1, chairman, tmpstr2
67 if (tmpstr2.ne."qrs") STOP 10
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gfortran.dg/
H A Ddtio_2.f9040 character(3) :: tmpstr1, tmpstr2 variable
51 read (71) tmpstr1, chairman, tmpstr2
53 if (tmpstr2.ne."efg") STOP 2
58 read (71) tmpstr1, chairman, tmpstr2
60 if (tmpstr2.ne."klm") STOP 6
65 read (71) tmpstr1, chairman, tmpstr2
67 if (tmpstr2.ne."qrs") STOP 10
/dports/devel/silc-toolkit/silc-toolkit-1.1.12/lib/silcutil/
H A Dsilcstrutil.c204 char *tmpstr1, *tmpstr2; in silc_string_compare() local
224 memcpy(tmpstr2, string2, slen2); in silc_string_compare()
231 memset(tmpstr2, 0, slen2); in silc_string_compare()
232 strncpy(tmpstr2, tmpstr1, i); in silc_string_compare()
241 tmpstr1[i + 1] != tmpstr2[i + 1]) in silc_string_compare()
245 tmpstr2[i] = '?'; in silc_string_compare()
254 if (!strcmp(tmpstr1, tmpstr2)) { in silc_string_compare()
256 memset(tmpstr2, 0, slen2); in silc_string_compare()
258 silc_free(tmpstr2); in silc_string_compare()
263 memset(tmpstr2, 0, slen2); in silc_string_compare()
[all …]
/dports/mail/vqadmin/vqadmin-2.3.6/
H A Ddomain.c331 char *tmpstr2; in post_domain_info() local
371 if ( (tmpstr2 = strtok(NULL,TOKENS))==NULL) continue; in post_domain_info()
372 global_par("MU", tmpstr2); in post_domain_info()
375 if ( (tmpstr2 = strtok(NULL,TOKENS))==NULL) continue; in post_domain_info()
376 global_par("MA", tmpstr2); in post_domain_info()
379 if ( (tmpstr2 = strtok(NULL,TOKENS))==NULL) continue; in post_domain_info()
380 global_par("MF", tmpstr2); in post_domain_info()
384 global_par("MR", tmpstr2); in post_domain_info()
388 global_par("ML", tmpstr2); in post_domain_info()
392 global_par("MQ", tmpstr2); in post_domain_info()
[all …]
/dports/www/bluefish/bluefish-2.2.12/src/plugin_htmlbar/
H A Dquickstart.c336 tmpstr2 = g_strconcat("<meta ", metatag, endstr, NULL); in quickstart_response_lcb()
338 metastr = g_string_append(metastr, tmpstr2); in quickstart_response_lcb()
339 g_free(tmpstr2); in quickstart_response_lcb()
357 tmpstr2 = in quickstart_response_lcb()
359 stylestr = g_string_append(stylestr, tmpstr2); in quickstart_response_lcb()
360 g_free(tmpstr2); in quickstart_response_lcb()
372 tmpstr2 = endstr; in quickstart_response_lcb()
383 stylestr = g_string_append(stylestr, tmpstr2); in quickstart_response_lcb()
385 g_free(tmpstr2); in quickstart_response_lcb()
399 if (strlen(tmpstr2) > 0) { in quickstart_response_lcb()
[all …]
/dports/www/domoticz/domoticz-2020.2/hardware/
H A DSterbox.cpp218 std::string tmpstr2; in GetMeterDetails() local
256 tmpstr2 = outputs[jj]; in GetMeterDetails()
258 pos1 = tmpstr2.find("s"); in GetMeterDetails()
292 tmpstr2 = outputs[jj]; in GetMeterDetails()
294 pos1 = tmpstr2.find("S"); in GetMeterDetails()
331 tmpstr2 = outputs[jj]; in GetMeterDetails()
333 tmpstr2 = tmpstr2.substr(1, 10); in GetMeterDetails()
335 float lValue = (float)atof(tmpstr2.c_str()); in GetMeterDetails()
/dports/emulators/gxemul/gxemul-0.6.3/src/machines/
H A Dmachine_cobalt.cc47 char tmpstr[500], tmpstr2[500]; in MACHINE_SETUP() local
97 snprintf(tmpstr2, sizeof(tmpstr2), "%s.cpu[%i].6", in MACHINE_SETUP()
100 tmpstr2, 11); in MACHINE_SETUP()

123456