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

1234

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringList.h78 void Join(const char *separator, Stream &strm);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDiagnosticManager.h134 std::string GetString(char separator = '\n');
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-nfs.c581 char separator = ' '; local
584 separator = '|';
587 ND_PRINT((ndo, "%cNFS_ACCESS_LOOKUP", separator));
588 separator = '|';
591 ND_PRINT((ndo, "%cNFS_ACCESS_MODIFY", separator));
592 separator = '|';
595 ND_PRINT((ndo, "%cNFS_ACCESS_EXTEND", separator));
596 separator = '|';
599 ND_PRINT((ndo, "%cNFS_ACCESS_DELETE", separator));
600 separator
[all...]
/freebsd-11-stable/lib/libdpv/
H A Ddialogrc.c49 char separator[STR_BUFSIZE] = ""; variable
65 {FIGPAR_TYPE_STR, "separate_widget", {separator}, &setstr},
/freebsd-11-stable/sys/tools/
H A Dmakeobjops.awk111 function join (separator, array, num)
116 _result = separator array[num--] _result;
/freebsd-11-stable/usr.sbin/bsdconfig/startup/
H A Dmisc105 -v separator="' ' ' -- '\n" \
133 printf separator
203 printf separator
/freebsd-11-stable/usr.bin/locate/locate/
H A Dlocate.c115 char separator='\n'; /* line separator */ variable
151 separator = '\0';
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DStringList.cpp86 void StringList::Join(const char *separator, Stream &strm) { argument
94 strm.PutCString(separator);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dconfig_file.c496 char *equals, *separator;
506 /* Efficiently look for a colon separator prior to the equals sign.
514 separator = colon ? colon : equals;
518 /* No '=' separator so far. Look for colon. */
519 separator = strchr(ctx->line_read->data, ':');
522 if (!separator)
531 /* Whitespace around the name separator is ignored. */
532 const char *end = separator;
535 while (svn_ctype_isspace(*++separator))
546 svn_stringbuf_appendbytes(ctx->value, separator, en
494 char *equals, *separator; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_string.h468 * as a token separator.
514 * token separator. Separators at the beginning of @a str will be skipped.
537 * of char *) joined by @a separator. Allocate the result in @a pool.
539 * If @a trailing_separator is non-zero, also append the separator
546 const char *separator,
552 * separator.
560 const char *separator,
/freebsd-11-stable/sbin/natd/
H A Dnatd.c1626 char* separator; local
1648 separator = strchr(ptr, ',');
1649 if (separator) { /* LSNAT redirection syntax. */
1670 separator = strchr (ptr, ':');
1671 if (separator) {
1689 separator = strchr (ptr, ':');
1690 if (separator) {
1817 char* separator; local
1833 separator = strchr(ptr, ',');
1834 if (separator) { /* LSNA
[all...]
/freebsd-11-stable/contrib/ncurses/progs/
H A Ddump_entry.c76 static const char *separator = "", *trailer = ""; variable
222 separator = (twidth > 0 && theight > 1) ? ", " : ",";
230 separator = (twidth > 0 && theight > 1) ? ", " : ",";
239 separator = ":";
419 size_t want = strlen(separator) + need;
426 strcpy_DYN(&outbuf, separator);
641 strcpy_DYN(&outbuf, separator);
/freebsd-11-stable/usr.sbin/jail/
H A Djail.c63 const char *separator = "\t"; variable
166 separator = optarg;
948 fprintf(fp, "%d%s", j->jid, separator);
950 fputs(separator, fp);
952 fputs(separator, fp);
966 fputs(separator, fp);
977 fputs(separator, fp);
1056 " jail [-f file] -e separator\n");
/freebsd-11-stable/contrib/apr/strings/
H A Dapr_cstr.c176 const char *separator,
180 size_t sep_len = strlen(separator);
187 svn_stringbuf_appendbytes(new_str, separator, sep_len);
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_acl.c640 length ++; /* entry separator */
672 wchar_t separator; local
692 separator = L',';
694 separator = L'\n';
709 *wp++ = separator;
713 *wp++ = separator;
740 *wp++ = separator;
905 char separator; local
925 separator = ',';
927 separator
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp923 char* separator = _strchr(function_name, '.'); local
924 if (!separator)
926 *separator = '\0';
931 return InternalGetProcAddress(redirected_module, separator + 1);
/freebsd-11-stable/sbin/dhclient/
H A Dparse.c238 * token specified in separator. If max is zero, any number of numbers
245 int separator, unsigned base, int size)
263 if (token != separator) {
244 parse_numeric_aggregate(FILE *cfile, unsigned char *buf, size_t *max, int separator, unsigned base, int size) argument
/freebsd-11-stable/contrib/gdb/gdb/
H A Dsource.c403 and allow specification of traditional separator characters such
425 char *separator = NULL;
431 separator = strchr (name, DIRNAME_SEPARATOR);
436 if (separator == 0 && space == 0 && tab == 0)
441 if (separator != 0 && (p == 0 || separator < p))
442 p = separator;
547 p--; /* Back over leading separator */
423 char *separator = NULL; local
/freebsd-11-stable/gnu/usr.bin/rcs/rcs/
H A Drcs.c75 * Add -m, -r$, piece tables. Revision separator is `:', not `-'. Tune.
829 int separator; local
837 separator = ':';
841 separator = '-';
844 if (c == separator) { /* -o:rev */
856 && c != separator ) c = *++sp;
864 if (c != separator) {
/freebsd-11-stable/gnu/usr.bin/rcs/rlog/
H A Drlog.c69 * Revision separator is `:', not `-'.
1219 int separator; local
1225 separator = ':';
1229 separator = '-';
1248 if (c == separator)
1257 if (c == separator) {
1269 if (c == separator)
/freebsd-11-stable/usr.sbin/autofs/
H A Dcommon.c90 * Concatenate two strings, inserting separator between them, unless not needed.
93 concat(const char *s1, char separator, const char *s2) argument
111 if (s1last == separator && s2first == separator) {
113 * If s1 ends with the separator and s2 begins with
118 } else if (s1last == separator || s2first == separator ||
122 ret = asprintf(&result, "%s%c%s", s1, separator, s2);
/freebsd-11-stable/contrib/file/src/
H A Dfile.c84 " [--mime-type] [-e <testname>] [-F <separator>] " \
95 nulsep = 0; /* Append '\0' to the separator */
97 private const char *separator = ":"; /* Default field separator */ variable
274 separator = optarg;
549 (void)printf("%s", separator);
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Drtbl.c209 rtbl_set_separator (rtbl_t table, const char *separator) argument
213 table->column_separator = strdup (separator);
/freebsd-11-stable/usr.bin/rpcgen/
H A Drpc_hout.c452 pdeclaration(const char *name, declaration *dec, int tab, const char *separator) argument
503 fputs(separator, fout);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h332 llvm::StringRef separator,
342 llvm::StringRef separator, llvm::StringRef help_text,

Completed in 319 milliseconds

1234