Searched refs:separator (Results 76 - 91 of 91) sorted by relevance

1234

/freebsd-current/contrib/dialog/
H A Dutil.c2891 const char *separator = (dialog_vars.separate_output) ? "\n" : " "; local
2894 separator = dialog_vars.output_separator;
2896 dlg_add_result(separator);
/freebsd-current/stand/lua/
H A Dcore.lua99 core.MENU_SEPARATOR = "separator"
/freebsd-current/usr.bin/diff/
H A Ddiffreg.c990 range(int a, int b, const char *separator) argument
994 printf("%s%d", separator, b);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSTLExtras.h2122 /// Overload of interleave for the common case of string separator.
2126 const StringRef &separator) {
2127 interleave(c.begin(), c.end(), each_fn, [&] { os << separator; });
2132 const StringRef &separator) {
2134 c, os, [&](const T &a) { os << a; }, separator);
/freebsd-current/contrib/sendmail/src/
H A Ddeliver.c5694 ** This can be made an arbitrary message separator by changing $l
5772 ** separator -- if non-NULL, a message separator that must
5788 putbody(mci, e, separator)
5791 char *separator;
5979 separator != NULL)
5981 /* possible separator */
5982 int sl = strlen(separator);
5984 if (strncmp(&buf[2], separator, sl)
7306 ** make our own. If the separator i
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc1521 native(Result); // Some Unix-like shells use Unix path separator in $TMP.
/freebsd-current/crypto/openssl/util/perl/OpenSSL/
H A DOrdinals.pm864 have underscore (C<_>) as a separator for the version parts.
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h96 /// First separator used between the initial two parts of a name.
136 // Returns the FirstSeparator if set, otherwise use the default separator
146 // Returns the Separator if set, otherwise use the default separator depending
148 StringRef separator() const { function in class:llvm::OpenMPIRBuilderConfig
470 /// The created name has a first separator between the first and second part
471 /// and a second separator between all other parts.
2335 /// Get the platform-specific name separator.
2337 /// \param FirstSeparator First separator used between the initial two
2339 /// \param Separator separator used between all of the rest consecutive
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1769 // Consume the separator.
3721 char separator = packet.GetChar(); local
3722 if (separator == '\0')
3724 if (separator != ';')
3725 return SendIllFormedResponse(packet, "Invalid separator,"
3768 // If we don't have a separator or the length field is empty
3849 // If we don't have a separator or the length field is empty
/freebsd-current/contrib/ee/
H A Dee.c524 char *separator = "==============================================================================="; variable
618 wprintw(info_win, "%s", separator);
3701 waddstr(info_win, separator);
/freebsd-current/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1080 // If argument contains directory separator, treat it as a path to
2165 bool separator = false; local
2168 if (separator)
2171 separator = true;
2174 if (separator)
2177 separator = true;
2185 // Always print a separator. ResourceDir was the first item shown.
5381 // end with a path separator.
/freebsd-current/contrib/googletest/googletest/src/
H A Dgtest.cc312 "A directory is indicated by a trailing pathname separator. "
815 // string parts with `-` as separator to generate the negative filter.
6832 // the director-separator character as a suffix if not provided in the
6836 const char* fallback, char separator) {
6840 if (value[strlen(value) - 1] != separator) {
6841 return std::string(value).append(1, separator);
6863 // Returns the directory path (including terminating separator) of the current
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp5146 const char separator = lastDecl ? ';' : ','; local
5148 const char *separatorBuf = strchr(startInitializerBuf, separator);
5149 assert((*separatorBuf == separator) &&
/freebsd-current/sys/geom/part/
H A Dg_part.c155 SYSCTL_STRING(_kern_geom_part, OID_AUTO, separator,
157 "Partition name separator");
/freebsd-current/contrib/byacc/
H A Dconfigure6933 echo "$as_me:6933: checking for PATH separator" >&5
6934 echo $ECHO_N "checking for PATH separator... $ECHO_C" >&6
/freebsd-current/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp5202 Config.separator());

Completed in 503 milliseconds

1234