Searched refs:separator (Results 1 - 25 of 88) sorted by relevance

1234

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/
H A Ddirective.c22 # error Comments in directive is a separator /* { dg-bogus "error" } */
/openbsd-current/gnu/usr.bin/perl/t/porting/
H A Dmanifest.t53 my ($file, $separator) = /^(\S+)(\s+)/;
58 if ($separator !~ tr/\t//c) {
61 } elsif ($separator !~ tr/ //c) {
64 } elsif ($separator =~ tr/\t//) {
/openbsd-current/usr.bin/tmux/
H A Doptions-table.c133 "#{?window_end_flag,,#{window-status-separator}}" \
160 "#{?window_end_flag,,#{window-status-separator}}" \
181 .separator = "" \
190 .separator = "" \
199 .separator = "" \
242 .separator = ",",
338 .separator = ",",
347 .separator = ",",
356 .separator = ",",
402 .separator
[all...]
H A Doptions.c501 const char *separator; local
505 separator = o->tableentry->separator;
506 if (separator == NULL)
507 separator = " ,";
508 if (*separator == '\0') {
521 while ((next = strsep(&string, separator)) != NULL) {
728 const char *separator = ""; local
738 separator = o->tableentry->separator;
[all...]
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Ds390-dis.c123 char separator; local
185 separator = 0;
196 value == 0 && separator == '(')
198 separator = ',';
202 if (separator)
203 (*info->fprintf_func) (info->stream, "%c", separator); local
222 separator = '(';
227 separator = ',';
230 separator = ',';
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Ds390-dis.c114 char separator; local
176 separator = 0;
187 value == 0 && separator == '(')
189 separator = ',';
193 if (separator)
194 (*info->fprintf_func) (info->stream, "%c", separator); local
213 separator = '(';
218 separator = ',';
221 separator = ',';
/openbsd-current/gnu/llvm/lldb/source/Expression/
H A DDiagnosticManager.cpp24 // GetString() puts a separator after each diagnostic. We want to remove the
47 std::string DiagnosticManager::GetString(char separator) { argument
53 ret.push_back(separator);
H A DDWARFExpressionList.cpp147 llvm::ListSeparator separator; local
163 os << separator; local
/openbsd-current/usr.bin/column/
H A Dcolumn.c65 wchar_t *separator = L"\t "; /* field separator for table option */ variable
99 if ((separator = reallocarray(NULL, strlen(optarg) + 1,
100 sizeof(*separator))) == NULL)
102 if (mbstowcs(separator, optarg, strlen(optarg) + 1) ==
118 separator = L"";
260 wcschr(separator, wc) != NULL)
278 if (wcschr(separator, wc) != NULL)
304 * and advance beyond the separator, if any.
/openbsd-current/lib/libcurses/tinfo/
H A Dcomp_scan.c86 static char separator; /* capability separator */ variable
361 * not including the first separator on the line.
363 * a separator. 'name' will be set to point to
380 * A `separator' is either a comma or a semicolon, depending on whether
453 /* if this is a termcap entry, skip a leading separator */
454 if (separator == ':' && ch == ':')
484 _nc_panic_mode(separator);
515 separator = ':';
519 separator
[all...]
/openbsd-current/gnu/llvm/lldb/source/Utility/
H A DUUID.cpp21 // Whether to put a separator after count uuid bytes.
49 std::string UUID::GetAsString(llvm::StringRef separator) const {
55 os << separator; local
/openbsd-current/lib/libcrypto/asn1/
H A Da_object.c191 oid_parse_arc_txt(CBS *cbs, uint64_t *out_arc, char *separator, int first) argument
200 if ((*separator == 0 && val != '.' && val != ' ') ||
201 (*separator != 0 && val != *separator)) {
205 *separator = val;
217 /* For the first arc we treat this as the separator. */
254 char separator = 0; local
256 if (!oid_parse_arc_txt(cbs, &si1, &separator, 1))
264 if (!oid_parse_arc_txt(cbs, &si2, &separator, 0))
286 if (!oid_parse_arc_txt(cbs, &arc, &separator,
[all...]
/openbsd-current/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/
H A Dclang.py181 separator = cmd.index("-triple")
182 return cmd[separator + 1]
/openbsd-current/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dconfiguration.py96 separator = '-' * 70 variable
/openbsd-current/games/boggle/boggle/
H A Dmach.c57 static char *separator; variable
102 separator = malloc(4 * grid + 2);
103 if (separator == NULL)
106 ep = separator + 4 * grid;
107 for (cp = separator; cp < ep;) {
689 printw("%s", separator);
705 printw("%s", separator);
/openbsd-current/lib/libcrypto/ct/
H A Dct_prn.c198 const char *separator, const CTLOG_STORE *log_store)
208 BIO_printf(out, "%s", separator);
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flag_parser.cpp110 fatal_error("expected separator or eol");
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dsplit.t505 [".$sp$sp/", "unicode whitespace separator"],
686 { separator => '0', effective => '', text => 'ab' },
687 { separator => ';', effective => ';', text => 'a;b' },
691 my ($separator, $effective, $text) = @$_{qw(separator effective text)};
692 $separator =~ s/0//o;
693 is($separator,$effective,"Going to split '$text' with '$separator'");
694 my @result = split($separator,$text);
/openbsd-current/gnu/llvm/lldb/include/lldb/Utility/
H A DUUID.h71 std::string GetAsString(llvm::StringRef separator = "-") const;
H A DStringList.h81 void Join(const char *separator, Stream &strm);
/openbsd-current/gnu/llvm/llvm/utils/split-file/
H A Dsplit-file.cpp73 StringRef lastPart, separator; local
82 separator = line.substr(0, markerLen);
96 "'" + separator + partName + "' occurs more than once");
111 fatal(input, "no part separator was found");
/openbsd-current/gnu/usr.bin/perl/cpan/Text-Tabs/lib/Text/
H A DWrap.pm20 our $separator = "\n";
61 $remainder = defined($separator2) ? $separator2 : $separator;
83 : $separator;
215 then set C<$Text::Wrap::separator> to your preference. This replaces
216 all newlines with C<$Text::Wrap::separator>. If you just want to
248 $Text::Wrap::separator="|";
/openbsd-current/gnu/llvm/llvm/utils/lit/lit/builtin_commands/
H A Ddiff.py92 ignoreSpace = lambda line, separator: \
93 separator.join(line.split()) + "\n"
94 ignoreAllSpaceOrSpaceChange = functools.partial(ignoreSpace, separator='' if flags.ignore_all_space else ' ')
/openbsd-current/regress/usr.sbin/ldapd/
H A Dcommon.pl131 my @canon_opt = (casefold => 'lower', separator => ', ');
/openbsd-current/gnu/llvm/lldb/include/lldb/Expression/
H A DDiagnosticManager.h134 std::string GetString(char separator = '\n');

Completed in 308 milliseconds

1234