Searched refs:sep (Results 1 - 25 of 58) sorted by relevance

123

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dwhole_file_23.f9010 pure integer function lensum (words, sep)
11 character (len=*), intent(in) :: words(:), sep local in function:lensum
12 lensum = (size (words)-1) * len (sep) + sum (len_trim (words))
18 pure integer function lensum (words, sep)
19 character (len=*), intent(in) :: words(:), sep
23 function join (words, sep) result(str)
25 ! inserting sep between them
26 character (len=*), intent(in) :: words(:), sep local in function:join
27 character (len=lensum (words, sep)) :: str
37 str = trim (str) // sep // word
[all...]
H A Dchar_length_5.f9011 function join (words, sep) result(str)
12 character (len=*), intent(in) :: words(:),sep local in function:join
13 character (len = (size (words) - 1) * len_trim (sep) + &
24 str = trim (str) // trim (sep) // words(i)
33 character (len=5) :: words(5:8) = (/"two ","three","four ","five "/), sep = "^#^" variable in program:xjoin
36 if (join (words, sep) .ne. "two^#^three^#^four^#^five") call abort ()
37 if (len (join (words, sep)) .ne. 25) call abort ()
39 if (join (words(5:6), sep) .ne. "two^#^three") call abort ()
40 if (len (join (words(5:6), sep)) .ne. 11) call abort ()
42 if (join (words(7:8), sep)
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/
H A D8.cc39 wchar_t sep; local
42 istrm >> setw(5) >> month >> sep >> year;
44 VERIFY( sep == ':' );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/char/
H A D8.cc39 char sep; local
42 istrm >> setw(5) >> month >> sep >> year;
44 VERIFY( sep == ':' );
/haiku-buildtools/legacy/gcc/gcc/config/i386/
H A Ddgux.c37 output_option (file, sep, type, name, indent, pos, max)
39 char *sep;
46 if (strlen (sep) + strlen (type) + strlen (name) + pos > max)
51 return pos + fprintf (file, "%s%s%s", sep, type, name);
58 pos, max, sep, indent, term)
71 pos = output_option (file, sep, "-O", "", indent, pos, max);
73 pos = output_option (file, sep, "-g", "", indent, pos, max);
75 pos = output_option (file, sep, "-traditional", "", indent, pos, max);*/
77 pos = output_option (file, sep, "-p", "", indent, pos, max);
79 pos = output_option (file, sep, "
[all...]
/haiku-buildtools/gcc/gmp/tests/mpq/
H A Dt-md_2exp.c102 mpq_t sep, got, want; local
108 mpq_init (sep);
140 q = overlap ? got : sep;
176 mpq_clear (sep);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/experimental/filesystem/path/modifiers/
H A Dmake_preferred.cc29 template<typename T, T sep>
/haiku-buildtools/gcc/gcc/java/
H A Djcf-path.c216 char *attempt, sep[2];
224 sep[0] = DIR_SEPARATOR;
225 sep[1] = '\0';
238 strcat (attempt, sep);
240 strcat (attempt, sep);
244 strcat (attempt, sep);
246 strcat (attempt, sep);
254 sep);
256 strcat (attempt, sep);
263 strcat (attempt, sep);
214 char *attempt, sep[2]; local
[all...]
/haiku-buildtools/gcc/gcc/config/avr/
H A Dgenmultilib.awk150 sep = ""
153 m_options = m_options sep option[cores[c]]
154 sep = "/"
/haiku-buildtools/gcc/libgcc/
H A Dlibgcov-driver-system.c61 char sep = *s;
78 *s = sep;
82 *s = sep;
/haiku-buildtools/binutils/intl/
H A Dl10nflist.c115 static void argz_stringify__ PARAMS ((char *argz, size_t len, int sep));
118 argz_stringify__ (argz, len, sep)
121 int sep;
129 *argz++ = sep;
133 # define __argz_stringify(argz, len, sep) argz_stringify__ (argz, len, sep)
136 # define __argz_stringify(argz, len, sep) \
137 INTUSE(__argz_stringify) (argz, len, sep)
/haiku-buildtools/gcc/intl/
H A Dl10nflist.c115 static void argz_stringify__ PARAMS ((char *argz, size_t len, int sep));
118 argz_stringify__ (argz, len, sep)
121 int sep;
129 *argz++ = sep;
133 # define __argz_stringify(argz, len, sep) argz_stringify__ (argz, len, sep)
136 # define __argz_stringify(argz, len, sep) \
137 INTUSE(__argz_stringify) (argz, len, sep)
/haiku-buildtools/gcc/gcc/
H A Dgcov-dump.c384 char const *sep = NULL; local
397 sep = NULL;
400 if (!sep)
405 sep = "";
409 printf ("%s%u", sep, lineno);
410 sep = ", ";
414 printf ("%s`%s'", sep, source);
415 sep = ":";
H A Dlto-streamer.c172 const char *sep; local
180 sep = "";
185 sep = ".";
201 return concat (section_name_prefix, sep, add, post, NULL);
/haiku-buildtools/legacy/binutils/opcodes/
H A Dpj-dis.c63 char *sep = "\t"; local
164 fprintf_fn (stream, "%s%d", sep, val);
166 sep = ",";
/haiku-buildtools/binutils/opcodes/
H A Dpj-dis.c65 char *sep = "\t"; local
166 fprintf_fn (stream, "%s%d", sep, val);
168 sep = ",";
H A Dmips-dis.c1385 const char *sep;
1388 sep = "";
1395 sep = ",";
1401 infprintf (is, "%s??", sep);
1402 sep = ",";
1406 infprintf (is, "%s%s", sep, mips_gpr_names[16]);
1409 sep = ",";
1414 infprintf (is, "%s%s", sep, mips_gpr_names[31]);
1415 sep = ",";
1420 infprintf (is, "%s%s", sep, mips_fpr_name
1382 const char *sep; local
1856 const char *sep; local
[all...]
/haiku-buildtools/legacy/binutils/intl/
H A Dl10nflist.c105 static void argz_stringify__ PARAMS ((char *argz, size_t len, int sep));
108 argz_stringify__ (argz, len, sep)
111 int sep;
119 *argz++ = sep;
123 # define __argz_stringify(argz, len, sep) argz_stringify__ (argz, len, sep)
/haiku-buildtools/legacy/gcc/gcc/intl/
H A Dl10nflist.c105 static void argz_stringify__ PARAMS ((char *argz, size_t len, int sep));
108 argz_stringify__ (argz, len, sep)
111 int sep;
119 *argz++ = sep;
123 # define __argz_stringify(argz, len, sep) argz_stringify__ (argz, len, sep)
/haiku-buildtools/legacy/gcc/texinfo/intl/
H A Dl10nflist.c103 static void argz_stringify__ PARAMS ((char *argz, size_t len, int sep));
106 argz_stringify__ (argz, len, sep)
109 int sep;
117 *argz++ = sep;
121 # define __argz_stringify(argz, len, sep) argz_stringify__ (argz, len, sep)
/haiku-buildtools/legacy/binutils/binutils/
H A Dunwind-ia64.c45 int sep = 0; local
52 if (sep)
56 sep = 1;
66 int sep = 0; local
73 if (sep)
77 sep = 1;
87 int sep = 0; local
94 if (sep)
104 sep = 1;
189 char regname[16], maskstr[64], *sep; \
[all...]
/haiku-buildtools/binutils/binutils/
H A Dunwind-ia64.c48 int sep = 0; local
55 if (sep)
59 sep = 1;
69 int sep = 0; local
76 if (sep)
80 sep = 1;
90 int sep = 0; local
97 if (sep)
107 sep = 1;
192 char regname[16], maskstr[64], *sep; \
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/
H A DMakefile.am127 mv -f normal$$idx/libstdc++.sum normal$$idx/libstdc++.sum.sep; \
128 mv -f normal$$idx/libstdc++.log normal$$idx/libstdc++.log.sep; \
132 normal[0-9]*/libstdc++.sum.sep > libstdc++.sum; \
134 normal[0-9]*/libstdc++.log.sep > libstdc++.log; \
/haiku-buildtools/binutils/gas/config/
H A Dtc-ia64.c3038 int sep = parse_operand_and_eval (e, ','); local
3048 if (sep == ',')
3049 sep = parse_operand_and_eval (e, ',');
3052 return sep;
3250 add_unwind_entry (unw_rec_list *ptr, int sep) argument
3269 if (sep == ',')
3289 if (sep != NOT_A_CHAR)
3297 int sep; local
3302 sep = parse_operand_and_eval (&e, ',');
3309 add_unwind_entry (output_mem_stack_f (e.X_add_number), sep); local
3317 int sep; local
3329 add_unwind_entry (output_mem_stack_v (), sep); local
3341 int sep; local
3355 add_unwind_entry (output_mem_stack_v (), sep); local
3364 int sep; local
3391 add_unwind_entry (output_bsp_when (), sep); local
3395 add_unwind_entry (output_bspstore_when (), sep); local
3399 add_unwind_entry (output_rnat_when (), sep); local
3403 add_unwind_entry (output_unat_when (), sep); local
3407 add_unwind_entry (output_fpsr_when (), sep); local
3411 add_unwind_entry (output_pfs_when (), sep); local
3419 add_unwind_entry (output_lc_when (), sep); local
3423 add_unwind_entry (output_rp_when (), sep); local
3430 add_unwind_entry (output_preds_when (), sep); local
3438 add_unwind_entry (output_priunat_when_gr (), sep); local
3453 int sep; local
3484 add_unwind_entry (output_epilogue (ecount), sep); local
3497 int sep; local
3752 int sep; local
3783 add_unwind_entry (output_bsp_when (), sep); local
3789 add_unwind_entry (output_bspstore_when (), sep); local
3795 add_unwind_entry (output_rnat_when (), sep); local
3801 add_unwind_entry (output_unat_when (), sep); local
3807 add_unwind_entry (output_fpsr_when (), sep); local
3813 add_unwind_entry (output_pfs_when (), sep); local
3819 add_unwind_entry (output_lc_when (), sep); local
3825 add_unwind_entry (output_rp_when (), sep); local
3831 add_unwind_entry (output_preds_when (), sep); local
3837 add_unwind_entry (output_priunat_when_mem (), sep); local
3854 int sep; local
3918 int sep; local
4016 int sep; local
4039 add_unwind_entry (output_spill_reg (ab, reg, treg, xy, qp), sep); local
4046 int pred = (psprel < 0), sep; local
4081 add_unwind_entry (output_spill_psprel (ab, reg, e.X_add_number, qp), sep); local
4083 add_unwind_entry (output_spill_sprel (ab, reg, e.X_add_number, qp), sep); local
4180 unsigned char sep; local
4329 int n, sep = parse_operand_and_eval (&e, ','); local
5061 int sep, regno; local
6011 int sep = '\\0'; local
6026 int sep = parse_operand (e, more); local
6034 int sep = parse_operand (e, more); local
6074 int error_pos, out_of_range_pos, curr_out_of_range_pos, sep = 0; local
[all...]
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-ia64.c3180 int sep = parse_operand (e, ','); local
3190 if (sep == ',')
3191 sep = parse_operand (e, ',');
3194 return sep;
3397 add_unwind_entry (ptr, sep)
3399 int sep;
3418 if (sep == ',')
3437 if (sep != NOT_A_CHAR)
3446 int sep; local
3451 sep
3458 add_unwind_entry (output_mem_stack_f (e.X_add_number), sep); local
3467 int sep; local
3479 add_unwind_entry (output_mem_stack_v (), sep); local
3492 int sep; local
3506 add_unwind_entry (output_mem_stack_v (), sep); local
3516 int sep; local
3543 add_unwind_entry (output_bsp_when (), sep); local
3547 add_unwind_entry (output_bspstore_when (), sep); local
3551 add_unwind_entry (output_rnat_when (), sep); local
3555 add_unwind_entry (output_unat_when (), sep); local
3559 add_unwind_entry (output_fpsr_when (), sep); local
3563 add_unwind_entry (output_pfs_when (), sep); local
3571 add_unwind_entry (output_lc_when (), sep); local
3575 add_unwind_entry (output_rp_when (), sep); local
3582 add_unwind_entry (output_preds_when (), sep); local
3590 add_unwind_entry (output_priunat_when_gr (), sep); local
3606 int sep; local
3637 add_unwind_entry (output_epilogue (ecount), sep); local
3651 int sep; local
3925 int sep; local
3956 add_unwind_entry (output_bsp_when (), sep); local
3962 add_unwind_entry (output_bspstore_when (), sep); local
3968 add_unwind_entry (output_rnat_when (), sep); local
3974 add_unwind_entry (output_unat_when (), sep); local
3980 add_unwind_entry (output_fpsr_when (), sep); local
3986 add_unwind_entry (output_pfs_when (), sep); local
3992 add_unwind_entry (output_lc_when (), sep); local
3998 add_unwind_entry (output_rp_when (), sep); local
4004 add_unwind_entry (output_preds_when (), sep); local
4010 add_unwind_entry (output_priunat_when_mem (), sep); local
4028 int sep; local
4094 int sep; local
4195 int sep; local
4218 add_unwind_entry (output_spill_reg (ab, reg, treg, xy, qp), sep); local
4226 int pred = (psprel < 0), sep; local
4261 add_unwind_entry (output_spill_psprel (ab, reg, e.X_add_number, qp), sep); local
4263 add_unwind_entry (output_spill_sprel (ab, reg, e.X_add_number, qp), sep); local
4366 unsigned char sep; local
4520 int n, sep = parse_operand (&e, ','); local
6204 int sep = '\\0'; local
6236 int error_pos, out_of_range_pos, curr_out_of_range_pos, sep = 0; local
[all...]

Completed in 402 milliseconds

123