Home
last modified time | relevance | path

Searched refs:str_p (Results 1 – 25 of 677) sorted by relevance

12345678910>>...28

/dports/devel/dmalloc/dmalloc-5.6.5/
H A Dcompat.c56 for (str_p = str; *str_p == ' ' || *str_p == '\t'; str_p++) { in atoi()
70 for (; *str_p == ' ' || *str_p == '\t'; str_p++) { in atoi()
74 for (; *str_p >= '0' && *str_p <= '9'; str_p++) { in atoi()
92 for (str_p = str; *str_p == ' ' || *str_p == '\t'; str_p++) { in atol()
106 for (; *str_p == ' ' || *str_p == '\t'; str_p++) { in atol()
110 for (; *str_p >= '0' && *str_p <= '9'; str_p++) { in atol()
127 for (str_p = str; *str_p == ' ' || *str_p == '\t'; str_p++) { in loc_atoul()
131 for (; *str_p >= '0' && *str_p <= '9'; str_p++) { in loc_atoul()
254 for (str_p = str; *str_p != '\0'; str_p++) { in strchr()
378 for (str_p = str; *str_p != '\0'; str_p++) { in strrchr()
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/matc/src/
H A Dstr.c77 str_p[0], str_p[1], str_p[2], str_p[3], str_p[4], str_p[5],
78 str_p[6], str_p[7], str_p[8], str_p[9], str_p[10], str_p[11],
79 str_p[12], str_p[13], str_p[14], str_p[15], str_p[16], str_p[17],
80 str_p[18], str_p[19], str_p[20], str_p[21], str_p[22], str_p[23],
81 str_p[24], str_p[25], str_p[26], str_p[27], str_p[28], str_p[29]);
108 &str_p[0], &str_p[1], &str_p[2], &str_p[3], &str_p[4], &str_p[5],
109 &str_p[6], &str_p[7], &str_p[8], &str_p[9], &str_p[10], &str_p[11],
110 &str_p[12], &str_p[13], &str_p[14], &str_p[15], &str_p[16], &str_p[17],
111 &str_p[18], &str_p[19], &str_p[20], &str_p[21], &str_p[22], &str_p[23],
112 &str_p[24], &str_p[25], &str_p[26], &str_p[27], &str_p[28], &str_p[29]);
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/post/matc/src/
H A Dstr.c77 str_p[0], str_p[1], str_p[2], str_p[3], str_p[4], str_p[5],
78 str_p[6], str_p[7], str_p[8], str_p[9], str_p[10], str_p[11],
79 str_p[12], str_p[13], str_p[14], str_p[15], str_p[16], str_p[17],
80 str_p[18], str_p[19], str_p[20], str_p[21], str_p[22], str_p[23],
81 str_p[24], str_p[25], str_p[26], str_p[27], str_p[28], str_p[29]);
108 &str_p[0], &str_p[1], &str_p[2], &str_p[3], &str_p[4], &str_p[5],
109 &str_p[6], &str_p[7], &str_p[8], &str_p[9], &str_p[10], &str_p[11],
110 &str_p[12], &str_p[13], &str_p[14], &str_p[15], &str_p[16], &str_p[17],
111 &str_p[18], &str_p[19], &str_p[20], &str_p[21], &str_p[22], &str_p[23],
112 &str_p[24], &str_p[25], &str_p[26], &str_p[27], &str_p[28], &str_p[29]);
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/matc/src/
H A Dstr.c77 str_p[0], str_p[1], str_p[2], str_p[3], str_p[4], str_p[5],
78 str_p[6], str_p[7], str_p[8], str_p[9], str_p[10], str_p[11],
79 str_p[12], str_p[13], str_p[14], str_p[15], str_p[16], str_p[17],
80 str_p[18], str_p[19], str_p[20], str_p[21], str_p[22], str_p[23],
81 str_p[24], str_p[25], str_p[26], str_p[27], str_p[28], str_p[29]);
107 &str_p[0], &str_p[1], &str_p[2], &str_p[3], &str_p[4], &str_p[5],
108 &str_p[6], &str_p[7], &str_p[8], &str_p[9], &str_p[10], &str_p[11],
109 &str_p[12], &str_p[13], &str_p[14], &str_p[15], &str_p[16], &str_p[17],
110 &str_p[18], &str_p[19], &str_p[20], &str_p[21], &str_p[22], &str_p[23],
111 &str_p[24], &str_p[25], &str_p[26], &str_p[27], &str_p[28], &str_p[29]);
[all …]
/dports/textproc/tttcmds/tttcmds-1.0.20190920/src/lib/libttt/
H A Dssvstr2str.c34 str_p = str; in ssvstr2str()
38 *str_p = '\0'; in ssvstr2str()
42 *str_p = '\0'; in ssvstr2str()
47 *str_p++ = '\n'; in ssvstr2str()
48 *str_p = '\0'; in ssvstr2str()
53 *str_p = '@'; in ssvstr2str()
73 *str_p = ' '; in ssvstr2str()
76 *str_p = '\0'; in ssvstr2str()
92 --str_p; in ssvstr2str()
94 *str_p = '@'; in ssvstr2str()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/misc/hgvs/
H A Dhgvs_parser2.hpp484 aminoacid1 = str_p("Ala") in definition()
485 | str_p("Asx") in definition()
486 | str_p("Cys") in definition()
487 | str_p("Asp") in definition()
488 | str_p("Glu") in definition()
489 | str_p("Phe") in definition()
490 | str_p("Gly") in definition()
491 | str_p("His") in definition()
492 | str_p("Ile") in definition()
493 | str_p("Lys") in definition()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dallocate_deferred_char_scalar_1.f03140 nullify(str_p)
143 if (len(str_p) /= 50) call abort()
146 deallocate(str_p)
151 if(len(str_p) /= 6) call abort()
152 str_p = 'AbCdEf'
158 deallocate(str_p)
198 nullify(str_p)
204 deallocate(str_p)
209 if(len(str_p) /= 6) call abort()
210 str_p = 4_'AbCdEf'
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dallocate_deferred_char_scalar_1.f03140 nullify(str_p)
143 if (len(str_p) /= 50) STOP 50
146 deallocate(str_p)
151 if(len(str_p) /= 6) STOP 55
152 str_p = 'AbCdEf'
158 deallocate(str_p)
198 nullify(str_p)
204 deallocate(str_p)
209 if(len(str_p) /= 6) STOP 82
210 str_p = 4_'AbCdEf'
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dallocate_deferred_char_scalar_1.f03140 nullify(str_p)
143 if (len(str_p) /= 50) STOP 50
146 deallocate(str_p)
151 if(len(str_p) /= 6) STOP 55
152 str_p = 'AbCdEf'
158 deallocate(str_p)
198 nullify(str_p)
204 deallocate(str_p)
209 if(len(str_p) /= 6) STOP 82
210 str_p = 4_'AbCdEf'
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dallocate_deferred_char_scalar_1.f03140 nullify(str_p)
143 if (len(str_p) /= 50) STOP 50
146 deallocate(str_p)
151 if(len(str_p) /= 6) STOP 55
152 str_p = 'AbCdEf'
158 deallocate(str_p)
198 nullify(str_p)
204 deallocate(str_p)
209 if(len(str_p) /= 6) STOP 82
210 str_p = 4_'AbCdEf'
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dallocate_deferred_char_scalar_1.f03140 nullify(str_p)
143 if (len(str_p) /= 50) STOP 50
146 deallocate(str_p)
151 if(len(str_p) /= 6) STOP 55
152 str_p = 'AbCdEf'
158 deallocate(str_p)
198 nullify(str_p)
204 deallocate(str_p)
209 if(len(str_p) /= 6) STOP 82
210 str_p = 4_'AbCdEf'
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dallocate_deferred_char_scalar_1.f03140 nullify(str_p)
143 if (len(str_p) /= 50) STOP 50
146 deallocate(str_p)
151 if(len(str_p) /= 6) STOP 55
152 str_p = 'AbCdEf'
158 deallocate(str_p)
198 nullify(str_p)
204 deallocate(str_p)
209 if(len(str_p) /= 6) STOP 82
210 str_p = 4_'AbCdEf'
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dallocate_deferred_char_scalar_1.f03140 nullify(str_p)
143 if (len(str_p) /= 50) STOP 50
146 deallocate(str_p)
151 if(len(str_p) /= 6) STOP 55
152 str_p = 'AbCdEf'
158 deallocate(str_p)
198 nullify(str_p)
204 deallocate(str_p)
209 if(len(str_p) /= 6) STOP 82
210 str_p = 4_'AbCdEf'
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dallocate_deferred_char_scalar_1.f03140 nullify(str_p)
143 if (len(str_p) /= 50) STOP 50
146 deallocate(str_p)
151 if(len(str_p) /= 6) STOP 55
152 str_p = 'AbCdEf'
158 deallocate(str_p)
198 nullify(str_p)
204 deallocate(str_p)
209 if(len(str_p) /= 6) STOP 82
210 str_p = 4_'AbCdEf'
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dallocate_deferred_char_scalar_1.f03140 nullify(str_p)
143 if (len(str_p) /= 50) STOP 50
146 deallocate(str_p)
151 if(len(str_p) /= 6) STOP 55
152 str_p = 'AbCdEf'
158 deallocate(str_p)
198 nullify(str_p)
204 deallocate(str_p)
209 if(len(str_p) /= 6) STOP 82
210 str_p = 4_'AbCdEf'
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gfortran.dg/
H A Dallocate_deferred_char_scalar_1.f03140 nullify(str_p)
143 if (len(str_p) /= 50) call abort()
146 deallocate(str_p)
151 if(len(str_p) /= 6) call abort()
152 str_p = 'AbCdEf'
158 deallocate(str_p)
198 nullify(str_p)
204 deallocate(str_p)
209 if(len(str_p) /= 6) call abort()
210 str_p = 4_'AbCdEf'
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gfortran.dg/
H A Dallocate_deferred_char_scalar_1.f03140 nullify(str_p)
143 if (len(str_p) /= 50) call abort()
146 deallocate(str_p)
151 if(len(str_p) /= 6) call abort()
152 str_p = 'AbCdEf'
158 deallocate(str_p)
198 nullify(str_p)
204 deallocate(str_p)
209 if(len(str_p) /= 6) call abort()
210 str_p = 4_'AbCdEf'
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dallocate_deferred_char_scalar_1.f03140 nullify(str_p)
143 if (len(str_p) /= 50) STOP 50
146 deallocate(str_p)
151 if(len(str_p) /= 6) STOP 55
152 str_p = 'AbCdEf'
158 deallocate(str_p)
198 nullify(str_p)
204 deallocate(str_p)
209 if(len(str_p) /= 6) STOP 82
210 str_p = 4_'AbCdEf'
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dallocate_deferred_char_scalar_1.f03140 nullify(str_p)
143 if (len(str_p) /= 50) STOP 50
146 deallocate(str_p)
151 if(len(str_p) /= 6) STOP 55
152 str_p = 'AbCdEf'
158 deallocate(str_p)
198 nullify(str_p)
204 deallocate(str_p)
209 if(len(str_p) /= 6) STOP 82
210 str_p = 4_'AbCdEf'
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dallocate_deferred_char_scalar_1.f03140 nullify(str_p)
143 if (len(str_p) /= 50) STOP 50
146 deallocate(str_p)
151 if(len(str_p) /= 6) STOP 55
152 str_p = 'AbCdEf'
158 deallocate(str_p)
198 nullify(str_p)
204 deallocate(str_p)
209 if(len(str_p) /= 6) STOP 82
210 str_p = 4_'AbCdEf'
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dallocate_deferred_char_scalar_1.f03140 nullify(str_p)
143 if (len(str_p) /= 50) call abort()
146 deallocate(str_p)
151 if(len(str_p) /= 6) call abort()
152 str_p = 'AbCdEf'
158 deallocate(str_p)
198 nullify(str_p)
204 deallocate(str_p)
209 if(len(str_p) /= 6) call abort()
210 str_p = 4_'AbCdEf'
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Dallocate_deferred_char_scalar_1.f03140 nullify(str_p)
143 if (len(str_p) /= 50) STOP 50
146 deallocate(str_p)
151 if(len(str_p) /= 6) STOP 55
152 str_p = 'AbCdEf'
158 deallocate(str_p)
198 nullify(str_p)
204 deallocate(str_p)
209 if(len(str_p) /= 6) STOP 82
210 str_p = 4_'AbCdEf'
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gfortran.dg/
H A Dallocate_deferred_char_scalar_1.f03140 nullify(str_p)
143 if (len(str_p) /= 50) STOP 50
146 deallocate(str_p)
151 if(len(str_p) /= 6) STOP 55
152 str_p = 'AbCdEf'
158 deallocate(str_p)
198 nullify(str_p)
204 deallocate(str_p)
209 if(len(str_p) /= 6) STOP 82
210 str_p = 4_'AbCdEf'
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gfortran.dg/
H A Dallocate_deferred_char_scalar_1.f03140 nullify(str_p)
143 if (len(str_p) /= 50) STOP 50
146 deallocate(str_p)
151 if(len(str_p) /= 6) STOP 55
152 str_p = 'AbCdEf'
158 deallocate(str_p)
198 nullify(str_p)
204 deallocate(str_p)
209 if(len(str_p) /= 6) STOP 82
210 str_p = 4_'AbCdEf'
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gfortran.dg/
H A Dallocate_deferred_char_scalar_1.f03140 nullify(str_p)
143 if (len(str_p) /= 50) STOP 50
146 deallocate(str_p)
151 if(len(str_p) /= 6) STOP 55
152 str_p = 'AbCdEf'
158 deallocate(str_p)
198 nullify(str_p)
204 deallocate(str_p)
209 if(len(str_p) /= 6) STOP 82
210 str_p = 4_'AbCdEf'
[all …]

12345678910>>...28