Searched refs:separator (Results 51 - 75 of 88) sorted by relevance

1234

/openbsd-current/gnu/llvm/llvm/include/llvm/ADT/
H A DSTLExtras.h2081 /// Overload of interleave for the common case of string separator.
2085 const StringRef &separator) {
2086 interleave(c.begin(), c.end(), each_fn, [&] { os << separator; });
2091 const StringRef &separator) {
2093 c, os, [&](const T &a) { os << a; }, separator);
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMM_Win32.pm74 Changes the path separator with .
H A DMM_VMS.pm376 Use as separator a character which is legal in a VMS-syntax file name.
409 No separator between a directory path and a filename on VMS.
1506 push @m, $self->_perl_header_files_fragment(""); # empty separator on VMS as its in the $(PERL_INC)
/openbsd-current/gnu/usr.bin/perl/ext/I18N-Langinfo/
H A DLanginfo.pm160 of decimal numbers, the group separator string for large-ish floating point
/openbsd-current/gnu/usr.bin/perl/lib/File/
H A DBasename.pm75 directory separator in the $path including the volume (if applicable).
330 # Strip the trailing path separator.
/openbsd-current/usr.bin/rcs/
H A Ddiff.c827 range(int a, int b, char *separator) argument
831 diff_output("%s%d", separator, b);
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Usage/t/inc/Pod/
H A DInputObjects.pm275 -separator => ' ',
333 $_[0]->{'-separator'} . $_[0]->{'-text'};
356 my $separator = $pod_para->cmd_separator();
365 return $_[0]->{'-separator'};
/openbsd-current/gnu/usr.bin/perl/dist/Time-HiRes/
H A DMakefile.PL1072 Makefile:91: *** missing separator
H A DHiRes.pm285 before the decimal separator and five after. To see the microseconds
/openbsd-current/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec/
H A DMac.pm432 $no_file is true or a trailing separator ":" is present.
488 Unlike just splitting the directories on the separator, empty directory names
/openbsd-current/gnu/llvm/compiler-rt/lib/fuzzer/tests/
H A DFuzzerUnittest.cpp1217 static std::string makeCmdLine(const char *separator, const char *suffix) { argument
1219 if (strlen(separator) != 0) {
1220 CmdLine += separator;
/openbsd-current/usr.bin/cvs/
H A Ddiff_internals.c845 range(int a, int b, char *separator) argument
849 diff_output("%s%d", separator, b);
/openbsd-current/usr.bin/diff/
H A Ddiffreg.c912 range(int a, int b, char *separator) argument
916 diff_output("%s%d", separator, b);
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DHTMLBatch.pm1153 C<[qw( somedir someother also)]>. Note that a ":"-separator is normal
1159 (Exactly what separator character should be used, is gotten from
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Usage/lib/Pod/
H A DUsage.pm500 section separator, such that e.g.:
541 separator as C<$ENV{PATH}> on your system (e.g., C<:> for Unix, C<;> for
/openbsd-current/gnu/usr.bin/perl/lib/
H A DDBM_Filter.pm414 contain the package separator characters "::", it is assumed to refer to
/openbsd-current/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Ddotest.py992 sys.stderr.write(configuration.separator + "\n")
/openbsd-current/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h99 /// First separator used between the initial two parts of a name.
135 // separator depending on isTargetCodegen
145 // separator depending on isTargetCodegen
146 StringRef separator() const { function in class:llvm::OpenMPIRBuilderConfig
193 /// The created name has a first separator between the first and second part
194 /// and a second separator between all other parts.
1625 /// Get the platform-specific name separator.
1627 /// \param FirstSeparator First separator used between the initial two
1629 /// \param Separator separator used between all of the rest consecutive
/openbsd-current/gnu/llvm/llvm/lib/Support/Windows/
H A DPath.inc1479 native(Result); // Some Unix-like shells use Unix path separator in $TMP.
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1769 // Consume the separator.
3713 char separator = packet.GetChar(); local
3714 if (separator == '\0')
3716 if (separator != ';')
3717 return SendIllFormedResponse(packet, "Invalid separator,"
3760 // If we don't have a separator or the length field is empty
3841 // If we don't have a separator or the length field is empty
/openbsd-current/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp1076 // If argument contains directory separator, treat it as a path to
2110 bool separator = false; local
2113 if (separator)
2116 separator = true;
2119 if (separator)
2122 separator = true;
2130 // Always print a separator. ResourceDir was the first item shown.
/openbsd-current/gnu/usr.bin/perl/lib/unicore/
H A Dmktables1493 # uses slash as a path separator.
18510 # equal separator between the property and property value, with random
18511 # white space surrounding the separator
18513 return "" if $lhs eq ""; # No separator if there's only one (the r) side
18532 # or equals separator
18542 my $separator = generate_separator($lhs);
18545 my $name = "$lhs$separator$rhs";
18573 # or equals separator
18601 # colon or equals separator
18607 my $separator
[all...]
/openbsd-current/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp5147 const char separator = lastDecl ? ';' : ','; local
5149 const char *separatorBuf = strchr(startInitializerBuf, separator);
5150 assert((*separatorBuf == separator) &&
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/
H A DMore.pm399 a package separator was deprecated and by Perl 5.42.0 support for it
420 # separator. make this available as isn't() for perl's that support it.
421 # However in 5.37.9 the apostrophe as a package separator was
432 "Use of apostrophe as package separator was deprecated in Perl 5.37.9,\n",
/openbsd-current/gnu/usr.bin/perl/dist/Data-Dumper/
H A DDumper.pm95 sep => "", # list separator
96 pair => $Pair, # hash key/value separator: defaults to ' => '
1142 Can be set to a string that specifies the separator between hash keys
1289 $Data::Dumper::Pair = " : "; # specify hash key/value separator

Completed in 415 milliseconds

1234