Searched refs:separator (Results 1 - 25 of 170) sorted by relevance

1234567

/netbsd-current/distrib/utils/libhack/
H A Dperror.c45 const char *separator; local
50 separator = "";
52 separator = ": ";
55 s, separator, strerror(errno));
/netbsd-current/lib/libc/stdio/
H A Dperror.c56 const char *separator; local
62 separator = "";
64 separator = ": ";
67 (void)fprintf(stderr, "%s%s%s\n", s, separator, buf);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/err/
H A Derr_prn.c60 void ERR_add_error_txt(const char *separator, const char *txt) argument
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, tm
147 ERR_add_error_mem_bio(const char *separator, BIO *bio) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/cris/
H A Dnosep.s2 ; This one should not treat a ";" as a line separator, not even
H A Dseparator.s7 ; nop # moveq 0,r10 -- a comment, not command separator
11 ; nop # moveq 2,r10 -- a comment, not command separator
/netbsd-current/usr.bin/make/unit-tests/
H A Dvarmod-to-separator.mk1 # $NetBSD: varmod-to-separator.mk,v 1.15 2024/06/01 18:44:05 rillig Exp $
4 # using an arbitrary character as word separator.
10 . warning Space as separator does not work.
13 # The separator can be an arbitrary character, for example a comma.
15 . warning Comma as separator does not work.
23 # To use the ':' as the separator, just write it normally.
24 # The first colon is the separator, the second ends the modifier.
26 . warning Colon as separator does not work.
33 . warning Colon as separator does not work.
42 # as a separator, bu
[all...]
/netbsd-current/external/bsd/wpa/dist/src/common/
H A Dcli.h31 int separator);
36 int separator);
H A Dcli.c104 int separator)
109 end = os_strchr(txt, separator);
153 int separator)
159 end = os_strchr(txt, separator);
103 cli_txt_list_del_word(struct dl_list *txt_list, const char *txt, int separator) argument
152 cli_txt_list_add_word(struct dl_list *txt_list, const char *txt, int separator) argument
/netbsd-current/external/bsd/tmux/dist/
H A Doptions-table.c132 "#{?window_end_flag,,#{window-status-separator}}" \
159 "#{?window_end_flag,,#{window-status-separator}}" \
180 .separator = "" \
189 .separator = "" \
198 .separator = "" \
241 .separator = ",",
337 .separator = ",",
346 .separator = ",",
355 .separator = ",",
401 .separator
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Ds390-dis.c186 char separator; local
192 separator = '\t';
202 val.u == 0 && separator == '(')
204 separator = ',';
225 info->fprintf_func (info->stream, "%c%%r%u", separator, val.u);
227 info->fprintf_func (info->stream, "%c%%f%u", separator, val.u);
229 info->fprintf_func (info->stream, "%c%%v%i", separator, val.u);
231 info->fprintf_func (info->stream, "%c%%a%u", separator, val.u);
233 info->fprintf_func (info->stream, "%c%%c%u", separator, val.u);
236 info->fprintf_func (info->stream, "%c", separator);
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Ds390-dis.c186 char separator; local
192 separator = '\t';
202 val.u == 0 && separator == '(')
204 separator = ',';
225 info->fprintf_func (info->stream, "%c%%r%u", separator, val.u);
227 info->fprintf_func (info->stream, "%c%%f%u", separator, val.u);
229 info->fprintf_func (info->stream, "%c%%v%i", separator, val.u);
231 info->fprintf_func (info->stream, "%c%%a%u", separator, val.u);
233 info->fprintf_func (info->stream, "%c%%c%u", separator, val.u);
236 info->fprintf_func (info->stream, "%c", separator);
[all...]
/netbsd-current/external/gpl2/lvm2/dist/include/
H A Dreport.h39 report_type_t *report_type, const char *separator,
/netbsd-current/external/gpl2/lvm2/dist/lib/report/
H A Dreport.h39 report_type_t *report_type, const char *separator,
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dstr-list.h73 strings in the list, separated by the separator character, terminated
77 extern char *string_list_join (const string_list_ty *slp, char separator,
H A Dstr-list.c180 strings in the list, separated by the separator character, terminated
185 string_list_join (const string_list_ty *slp, char separator, argument
196 if (separator && j > 0)
206 if (separator && j > 0)
207 result[pos++] = separator;
H A Dread-mo.c295 char *separator; local
303 separator = strchr (msgid, MSGCTXT_SEPARATOR);
304 if (separator != NULL)
307 *separator = '\0';
309 msgid = separator + 1;
351 char *separator; local
361 separator = strchr (msgid, MSGCTXT_SEPARATOR);
362 if (separator != NULL)
365 *separator = '\0';
367 msgid = separator
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dtstngettext.c112 char *separator = strchr (optarg, '='); local
113 if (separator != NULL)
115 *separator = '\0';
116 xsetenv (optarg, separator + 1, 1);
H A Dtstgettext.c136 char *separator = strchr (optarg, '='); local
137 if (separator != NULL)
139 *separator = '\0';
140 xsetenv (optarg, separator + 1, 1);
/netbsd-current/crypto/external/bsd/openssl/dist/include/internal/
H A Dnamemap.h40 * separator.
43 const char *names, const char separator);
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Ds390-dis.c186 char separator; local
193 separator = '\t';
203 val.u == 0 && separator == '(')
205 separator = ',';
228 "%c", separator);
235 "%c", separator);
242 "%c", separator);
249 "%c", separator);
256 "%c", separator);
263 "%c", separator);
[all...]
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Ds390-dis.c186 char separator; local
193 separator = '\t';
203 val.u == 0 && separator == '(')
205 separator = ',';
228 "%c", separator);
235 "%c", separator);
242 "%c", separator);
249 "%c", separator);
256 "%c", separator);
263 "%c", separator);
[all...]
/netbsd-current/external/bsd/atf/dist/atf-c++/detail/
H A Dtext.hpp57 //! separator. Empty words are not omitted.
61 join(const T& words, const std::string& separator) argument
71 str += separator;
/netbsd-current/external/bsd/atf/dist/tools/
H A Dtext.hpp57 //! separator. Empty words are not omitted.
61 join(const T& words, const std::string& separator) argument
71 str += separator;
/netbsd-current/lib/libc/compat/net/
H A Dcompat_ns_addr.c58 char separator; local
68 * First, figure out what he intends as a field separator.
74 separator = '#';
80 separator = ':';
82 separator = '.';
90 return (addr); /* No separator means net only */
92 socketname = strchr(hostname, separator);
/netbsd-current/etc/rc.d/
H A Dlvm56 -O vg_name --separator \/ --noheadings 2>/dev/null)
58 --separator " " --noheadings 2>/dev/null)
73 # Set IFS to field separator

Completed in 396 milliseconds

1234567