HomeSort by: relevance | last modified time | path
    Searched refs:separator (Results 1 - 25 of 199) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/distrib/utils/libhack/
perror.c 45 const char *separator; local
50 separator = "";
52 separator = ": ";
55 s, separator, strerror(errno));
  /src/lib/libc/stdio/
perror.c 56 const char *separator; local
62 separator = "";
64 separator = ": ";
67 (void)fprintf(stderr, "%s%s%s\n", s, separator, buf);
  /src/usr.bin/make/unit-tests/
varmod-to-separator.exp 1 make: varmod-to-separator.mk:154: Invalid character number at "400:tu}"
3 make: varmod-to-separator.mk:169: Invalid character number at "100:tu}"
5 make: varmod-to-separator.mk:177: Invalid character number at ",}"
7 make: varmod-to-separator.mk:183: Invalid character number at "112233445566778899}"
9 make: varmod-to-separator.mk:188: Unknown modifier ":ts\-300"
11 make: varmod-to-separator.mk:197: Unknown modifier ":ts\8"
13 make: varmod-to-separator.mk:205: Unknown modifier ":ts\100L"
15 make: varmod-to-separator.mk:213: Unknown modifier ":ts\x40g"
17 make: varmod-to-separator.mk:222: Unknown modifier ":tx"
19 make: varmod-to-separator.mk:230: Unknown modifier ":ts\X
    [all...]
varmod-to-separator.mk 1 # $NetBSD: varmod-to-separator.mk,v 1.23 2025/03/30 00:35:52 rillig Exp $
4 # using an arbitrary character as word separator.
13 # The separator can be an arbitrary character, for example a comma.
23 # To use the ':' as the separator, just write it normally.
24 # The first colon is the separator, the second ends the modifier.
42 # as a separator, but as the closing delimiter of the whole
50 # the separator.
55 # Now it gets interesting and ambiguous: The separator could either be empty
62 # As in the ${WORDS:tu:ts} example above, the separator is empty.
77 # The :ts modifier with an actual separator can be followed by othe
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/recipes/30-test_evp_data/
evpkdf_kbkdf_counter.txt 32 Ctrl.use-separator = use-separator:0
45 Ctrl.use-separator = use-separator:0
58 Ctrl.use-separator = use-separator:0
71 Ctrl.use-separator = use-separator:0
89 Ctrl.use-separator = use-separator:
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/err/
err_prn.c 60 void ERR_add_error_txt(const char *separator, const char *txt)
69 if (separator == NULL)
70 separator = "";
77 const char *leading_separator = separator;
90 || strlen(separator) >= (size_t)(MAX_DATA_LEN - data_len))
93 available_len = MAX_DATA_LEN - data_len - strlen(separator) - 1;
96 if (*separator == '\0') {
109 next = strstr(curr, separator);
111 next += strlen(separator);
126 ERR_add_error_data(2, separator, tmp)
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/err/
err_prn.c 60 void ERR_add_error_txt(const char *separator, const char *txt)
69 if (separator == NULL)
70 separator = "";
77 const char *leading_separator = separator;
90 || strlen(separator) >= (size_t)(MAX_DATA_LEN - data_len))
93 available_len = MAX_DATA_LEN - data_len - strlen(separator) - 1;
96 if (*separator == '\0') {
109 next = strstr(curr, separator);
111 next += strlen(separator);
126 ERR_add_error_data(2, separator, tmp)
    [all...]
  /src/external/bsd/zstd/dist/programs/
lorem.c 181 static void generateWord(const char* word, const char* separator, int upCase)
183 size_t const len = strlen(word) + strlen(separator);
194 memcpy(g_ptr + g_nbChars, separator, strlen(separator));
195 g_nbChars += strlen(separator);
247 const char* separator = " "; local
249 separator = ", ";
251 separator = ", ";
252 generateWord(word, separator, i == 0);
  /src/external/bsd/wpa/dist/src/common/
cli.h 31 int separator);
36 int separator);
  /src/external/mit/ctwm/etc/
system.ctwmrc 284 "" f.separator
288 "" f.separator
291 "" f.separator
299 "" f.separator
302 "" f.separator
304 "" f.separator
314 "" f.separator
316 "" f.separator
320 "" f.separator
328 "" f.separator
    [all...]
  /src/external/bsd/tmux/dist/
options-table.c 141 "#{?loop_last_flag,,#{window-status-separator}}" \
168 "#{?loop_last_flag,,#{window-status-separator}}" \
239 .separator = "" \
248 .separator = "" \
257 .separator = "" \
301 .separator = ",",
311 .separator = ",",
430 .separator = ",",
439 .separator = ",",
448 .separator = ","
    [all...]
  /src/crypto/external/apache2/openssl/dist/include/internal/
namemap.h 38 * separator.
41 const char *names, const char separator);
  /src/crypto/external/bsd/openssl/dist/include/internal/
namemap.h 40 * separator.
43 const char *names, const char separator);
  /src/external/gpl2/gettext/dist/gettext-tools/src/
str-list.h 73 strings in the list, separated by the separator character, terminated
77 extern char *string_list_join (const string_list_ty *slp, char separator,
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
tstngettext.c 112 char *separator = strchr (optarg, '='); local
113 if (separator != NULL)
115 *separator = '\0';
116 xsetenv (optarg, separator + 1, 1);
  /src/external/gpl2/lvm2/dist/include/
report.h 39 report_type_t *report_type, const char *separator,
  /src/external/gpl2/lvm2/dist/lib/report/
report.h 39 report_type_t *report_type, const char *separator,
  /src/external/gpl3/binutils/dist/opcodes/
s390-dis.c 256 char separator; local
263 separator = '\t';
275 if ((flags & S390_OPERAND_BASE) && val.u == 0 && separator == '(')
277 separator = ',';
294 "%c", separator);
306 "%c", separator);
313 "%c", separator);
320 "%c", separator);
327 "%c", separator);
339 "%c", separator);
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
s390-dis.c 256 char separator; local
263 separator = '\t';
275 if ((flags & S390_OPERAND_BASE) && val.u == 0 && separator == '(')
277 separator = ',';
294 "%c", separator);
306 "%c", separator);
313 "%c", separator);
320 "%c", separator);
327 "%c", separator);
339 "%c", separator);
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
s390-dis.c 256 char separator; local
263 separator = '\t';
274 if ((flags & S390_OPERAND_BASE) && val.u == 0 && separator == '(')
276 separator = ',';
293 "%c", separator);
305 "%c", separator);
312 "%c", separator);
323 "%c", separator);
330 "%c", separator);
342 "%c", separator);
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
s390-dis.c 193 char separator; local
200 separator = '\t';
211 if ((flags & S390_OPERAND_BASE) && val.u == 0 && separator == '(')
213 separator = ',';
236 "%c", separator);
248 "%c", separator);
255 "%c", separator);
266 "%c", separator);
273 "%c", separator);
285 "%c", separator);
    [all...]
  /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dns-rr-func-autogen 79 < "${inputFile}" sort --field-separator=, --key=2,2 --numeric-sort --unique |
134 < "${inputFile}" sort --field-separator=, --key=2,2 --numeric-sort --unique |
176 < "${inputFile}" sort --field-separator=, --key=1,1 --ignore-case --unique |
217 local separator=""
219 printf "%s'%s'" "${separator}" "${override}"
220 separator=", "
272 cat "${overridesFile}" "${recordTypesFile}" | sort --field-separator=, --key=2,2 --unique --numeric-sort > "${tempFile}"
273 cat "${overridesFile}" "${tempFile}" | sort --field-separator=, --key=1,1 --unique --ignore-case > "${recordTypesFile}"
  /src/external/bsd/atf/dist/atf-c++/detail/
text.hpp 57 //! separator. Empty words are not omitted.
61 join(const T& words, const std::string& separator)
71 str += separator;
  /src/external/bsd/atf/dist/tools/
text.hpp 57 //! separator. Empty words are not omitted.
61 join(const T& words, const std::string& separator)
71 str += separator;
  /src/lib/libc/compat/net/
compat_ns_addr.c 59 char separator; local
69 * First, figure out what he intends as a field separator.
75 separator = '#';
81 separator = ':';
83 separator = '.';
91 return (addr); /* No separator means net only */
93 socketname = strchr(hostname, separator);

Completed in 44 milliseconds

1 2 3 4 5 6 7 8