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

1234

/freebsd-current/usr.bin/column/
H A Dcolumn.c62 static const wchar_t *separator = L"\t "; /* field separator for table option */ variable
93 err(1, "bad separator");
98 separator = newsep;
230 (cols[coloff] = wcstok(p, separator, &last));
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringList.h81 void Join(const char *separator, Stream &strm);
/freebsd-current/crypto/openssl/crypto/
H A Dcore_namemap.c304 const char *names, const char separator)
324 if ((q = strchr(p, separator)) == NULL)
327 l = q - p; /* offset to the next separator */
331 if (*p == '\0' || *p == separator) {
349 if ((q = strchr(p, separator)) == NULL)
352 l = q - p; /* offset to the next separator */
303 ossl_namemap_add_names(OSSL_NAMEMAP *namemap, int number, const char *names, const char separator) argument
/freebsd-current/usr.bin/rpcgen/
H A Drpc_util.h190 void pdeclaration(const char *name, declaration *dec, int tab, const char *separator);
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dbtree.c676 * Since we have the new separator, binary search for where to put
704 * will be used as the new separator in our parent, and the others
734 /* Store the new separator in a buffer. */
746 * Move the new separator to the existing buffer.
756 * Move the new separator to the existing buffer.
761 * Move the new separator into the right half, and replace it
864 /* We store the new separator in a buffer we control for simplicity. */
880 * Insert planned separator into the new leaf, and use
881 * the new value as the new separator.
981 /* Next, move the separator fro
982 uint8_t *separator = common->btc_elems + common_idx * size; local
1049 uint8_t *separator = parent->btc_elems + ((parent_idx - 1) * local
1509 uint8_t *separator = parent->btc_elems + (parent_idx - 1) * local
1545 uint8_t *separator = parent->btc_elems + parent_idx * size; local
1609 uint8_t *separator = parent->btc_elems + (parent_idx - 1) * local
1756 uint8_t *separator = parent->btc_elems + (parent_idx - 1) * local
1787 uint8_t *separator = parent->btc_elems + parent_idx * size; local
1849 uint8_t *separator = parent->btc_elems + (parent_idx - 1) * size; local
[all...]
/freebsd-current/contrib/bearssl/mk/
H A DSingleUnix.mk31 # Path separator.
H A DNMake.mk34 # Path separator.
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DStringList.cpp92 void StringList::Join(const char *separator, Stream &strm) { argument
100 strm.PutCString(separator);
/freebsd-current/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpressionList.cpp147 llvm::ListSeparator separator; local
163 os << separator; local
/freebsd-current/usr.sbin/bsdconfig/startup/
H A Dmisc100 -v separator="' ' ' -- '\n" \
128 printf separator
198 printf separator
/freebsd-current/sys/tools/
H A Dmakeobjops.awk108 function join (separator, array, num)
113 _result = separator array[num--] _result;
/freebsd-current/lib/libdpv/
H A Ddialogrc.c46 char separator[STR_BUFSIZE] = ""; variable
62 {FIGPAR_TYPE_STR, "separate_widget", {separator}, &setstr},
/freebsd-current/crypto/openssl/apps/
H A Ddgst.c108 int separator = 0, debug = 0, keyform = FORMAT_UNDEF, siglen = 0; local
142 separator = 1;
145 separator = 2;
438 ret = do_fp(out, buf, inp, separator, out_bin, xoflen, sigkey, sigbuf,
454 if (do_fp(out, buf, inp, separator, out_bin, xoflen,
/freebsd-current/usr.sbin/prometheus_sysctl_exporter/
H A Dprometheus_sysctl_exporter.c381 char separator, buf[BUFSIZ]; local
409 separator = '{';
416 snprintf(buf, sizeof(buf), "%c%s=\"", separator, label);
426 separator = ',';
431 if (separator != '{')
/freebsd-current/sbin/natd/
H A Dnatd.c1623 char* separator; local
1645 separator = strchr(ptr, ',');
1646 if (separator) { /* LSNAT redirection syntax. */
1667 separator = strchr (ptr, ':');
1668 if (separator) {
1686 separator = strchr (ptr, ':');
1687 if (separator) {
1814 char* separator; local
1830 separator = strchr(ptr, ',');
1831 if (separator) { /* LSNA
[all...]
/freebsd-current/usr.sbin/jail/
H A Djail.c59 const char *separator = "\t"; variable
187 separator = optarg;
938 fprintf(fp, "%d%s", j->jid, separator);
940 fputs(separator, fp);
942 fputs(separator, fp);
956 fputs(separator, fp);
967 fputs(separator, fp);
1046 " jail [-f file] -e separator\n");
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_acl.c639 length ++; /* entry separator */
671 wchar_t separator; local
691 separator = L',';
693 separator = L'\n';
708 *wp++ = separator;
712 *wp++ = separator;
739 *wp++ = separator;
904 char separator; local
924 separator = ',';
926 separator
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDiagnosticManager.h144 std::string GetString(char separator = '\n');
/freebsd-current/contrib/tcpdump/
H A Dprint-nfs.c619 char separator = ' '; local
622 separator = '|';
625 ND_PRINT("%cNFS_ACCESS_LOOKUP", separator);
626 separator = '|';
629 ND_PRINT("%cNFS_ACCESS_MODIFY", separator);
630 separator = '|';
633 ND_PRINT("%cNFS_ACCESS_EXTEND", separator);
634 separator = '|';
637 ND_PRINT("%cNFS_ACCESS_DELETE", separator);
638 separator
[all...]
/freebsd-current/sbin/dhclient/
H A Dparse.c240 * token specified in separator. If max is zero, any number of numbers
247 int separator, unsigned base, int size)
266 if (token != separator) {
246 parse_numeric_aggregate(FILE *cfile, unsigned char *buf, size_t *max, int separator, unsigned base, int size) argument
/freebsd-current/usr.sbin/autofs/
H A Dcommon.c85 * Concatenate two strings, inserting separator between them, unless not needed.
88 concat(const char *s1, char separator, const char *s2) argument
106 if (s1last == separator && s2first == separator) {
108 * If s1 ends with the separator and s2 begins with
113 } else if (s1last == separator || s2first == separator ||
117 ret = asprintf(&result, "%s%c%s", s1, separator, s2);
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-indirect.mk230 # In this expression, the ':ts*' is indirect, therefore the changed separator
235 # (which creates a new ModChain containing a fresh separator),
236 # the outer separator character is not passed by reference to the inner
237 # evaluation, therefore the scope of the inner separator ends after applying
244 # An indirect modifier ':U' has the same effect, unlike the separator from
/freebsd-current/crypto/openssl/
H A DConfigure669 # The default is the Unix like separator, :, but as an exception, we also
670 # support the space as separator.
2965 my $separator = shift;
2967 # If there's any ARRAY in the collection of values OR the separator
2969 # string of joined values with $separator as the separator.
2970 my $found_array = !defined($separator);
2995 join($separator, grep { defined($_) && $_ ne "" } @values);
2999 my $separator = " ";
3002 $separator
[all...]
/freebsd-current/contrib/ncurses/progs/
H A Ddump_entry.c82 static const char *separator = "", *trailer = ""; variable
236 separator = (twidth > 0 && theight > 1) ? ", " : ",";
244 separator = (twidth > 0 && theight > 1) ? ", " : ",";
253 separator = ":";
575 int gaps = (int) strlen(separator);
648 strcpy_DYN(&outbuf, separator);
656 strcpy_DYN(&outbuf, separator);
952 strcpy_DYN(&outbuf, separator);
1493 separator = "";
/freebsd-current/contrib/file/src/
H A Dfile.c93 " [--mime-type] [-e <testname>] [-F <separator>] " \
104 nulsep = 0; /* Append '\0' to the separator */
106 file_private const char *separator = ":"; /* Default field separator */ variable
288 separator = optarg;
645 (void)printf("%s", separator);

Completed in 233 milliseconds

1234