| /netbsd-src/usr.bin/make/unit-tests/ |
| H A D | varmod-to-separator.mk | 1 # $NetBSD: varmod-to-separator.mk,v 1.21 2025/01/11 20:54:46 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-src/crypto/external/bsd/openssl/dist/crypto/err/ |
| H A D | err_prn.c | 60 void ERR_add_error_txt(const char *separator, const char *txt) in ERR_add_error_txt() argument 69 if (separator == NULL) in ERR_add_error_txt() 70 separator = ""; in ERR_add_error_txt() 77 const char *leading_separator = separator; in ERR_add_error_txt() 90 || strlen(separator) >= (size_t)(MAX_DATA_LEN - data_len)) in ERR_add_error_txt() 93 available_len = MAX_DATA_LEN - data_len - strlen(separator) - 1; in ERR_add_error_txt() 96 if (*separator == '\0') { in ERR_add_error_txt() 109 next = strstr(curr, separator); in ERR_add_error_txt() 111 next += strlen(separator); in ERR_add_error_txt() 126 ERR_add_error_data(2, separator, tmp); in ERR_add_error_txt() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | s390-dis.c | 186 char separator; in s390_print_insn_with_opcode() local 193 separator = '\t'; in s390_print_insn_with_opcode() 203 val.u == 0 && separator == '(') in s390_print_insn_with_opcode() 205 separator = ','; in s390_print_insn_with_opcode() 228 "%c", separator); in s390_print_insn_with_opcode() 235 "%c", separator); in s390_print_insn_with_opcode() 242 "%c", separator); in s390_print_insn_with_opcode() 249 "%c", separator); in s390_print_insn_with_opcode() 256 "%c", separator); in s390_print_insn_with_opcode() 263 "%c", separator); in s390_print_insn_with_opcode() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | s390-dis.c | 192 char separator; in s390_print_insn_with_opcode() local 199 separator = '\t'; in s390_print_insn_with_opcode() 209 val.u == 0 && separator == '(') in s390_print_insn_with_opcode() 211 separator = ','; in s390_print_insn_with_opcode() 234 "%c", separator); in s390_print_insn_with_opcode() 241 "%c", separator); in s390_print_insn_with_opcode() 248 "%c", separator); in s390_print_insn_with_opcode() 255 "%c", separator); in s390_print_insn_with_opcode() 262 "%c", separator); in s390_print_insn_with_opcode() 274 "%c", separator); in s390_print_insn_with_opcode() [all …]
|
| /netbsd-src/distrib/utils/libhack/ |
| H A D | perror.c | 45 const char *separator; local 50 separator = ""; 52 separator = ": "; 55 s, separator, strerror(errno));
|
| /netbsd-src/lib/libc/stdio/ |
| H A D | perror.c | 56 const char *separator; in perror() local 62 separator = ""; in perror() 64 separator = ": "; in perror() 67 (void)fprintf(stderr, "%s%s%s\n", s, separator, buf); in perror()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
| H A D | read-mo.c | 295 char *separator; in read_mo_file() local 303 separator = strchr (msgid, MSGCTXT_SEPARATOR); in read_mo_file() 304 if (separator != NULL) in read_mo_file() 307 *separator = '\0'; in read_mo_file() 309 msgid = separator + 1; in read_mo_file() 351 char *separator; in read_mo_file() local 361 separator = strchr (msgid, MSGCTXT_SEPARATOR); in read_mo_file() 362 if (separator != NULL) in read_mo_file() 365 *separator = '\0'; in read_mo_file() 367 msgid = separator + 1; in read_mo_file()
|
| H A D | str-list.c | 185 string_list_join (const string_list_ty *slp, char separator, in string_list_join() argument 196 if (separator && j > 0) in string_list_join() 206 if (separator && j > 0) in string_list_join() 207 result[pos++] = separator; in string_list_join()
|
| /netbsd-src/external/mit/ctwm/etc/ |
| H A D | 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 …]
|
| /netbsd-src/lib/libc/compat/net/ |
| H A D | compat_ns_addr.c | 58 char separator; in ns_addr() local 74 separator = '#'; in ns_addr() 80 separator = ':'; in ns_addr() 82 separator = '.'; in ns_addr() 92 socketname = strchr(hostname, separator); in ns_addr()
|
| /netbsd-src/external/bsd/ntp/dist/sntp/m4/ |
| H A D | ntp_dir_sep.m4 | 2 dnl What directory path separator do we use? 5 [for directory path separator], 22 [Directory separator character, usually / or \\])
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | OPENSSL_hexchar2int.pod | 30 The character I<sep> is the separator between the bytes, setting this to '\0' 31 means that there is no separator. 41 default separator of ':'. 48 The character I<sep> is the separator between the bytes, setting this to '\0' 49 means that there is no separator. 57 default separator of ':'.
|
| /netbsd-src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/ |
| H A D | Util.pm | 266 my $separator; # Item separator 278 $separator = ",$nlindent2"; 290 $separator = ",$nlindent2"; 300 $delim_l . join($separator, map { &$product } @items) . $delim_r;
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| H A D | tstngettext.c | 112 char *separator = strchr (optarg, '='); in main() local 113 if (separator != NULL) in main() 115 *separator = '\0'; in main() 116 xsetenv (optarg, separator + 1, 1); in main()
|
| H A D | tstgettext.c | 136 char *separator = strchr (optarg, '='); in main() local 137 if (separator != NULL) in main() 139 *separator = '\0'; in main() 140 xsetenv (optarg, separator + 1, 1); in main()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/doc/ |
| H A D | c-mt.texi | 65 @cindex line separator, MT 66 @cindex statement separator, MT 67 @cindex MT line separator 68 The MT assembler does not currently support a line separator
|
| H A D | c-ip2k.texi | 66 @cindex line separator, IP2K 67 @cindex statement separator, IP2K 68 @cindex IP2K line separator 69 The IP2K assembler does not currently support a line separator
|
| H A D | c-visium.texi | 68 @cindex line separator, Visium 69 @cindex statement separator, Visium 70 @cindex Visium line separator 71 The Visium assembler does not currently support a line separator character.
|
| H A D | c-pj.texi | 48 @cindex line separator, PJ 49 @cindex statement separator, PJ 50 @cindex PJ line separator
|
| /netbsd-src/external/gpl3/binutils/dist/gas/doc/ |
| H A D | c-mt.texi | 65 @cindex line separator, MT 66 @cindex statement separator, MT 67 @cindex MT line separator 68 The MT assembler does not currently support a line separator
|
| H A D | c-ip2k.texi | 66 @cindex line separator, IP2K 67 @cindex statement separator, IP2K 68 @cindex IP2K line separator 69 The IP2K assembler does not currently support a line separator
|
| H A D | c-visium.texi | 68 @cindex line separator, Visium 69 @cindex statement separator, Visium 70 @cindex Visium line separator 71 The Visium assembler does not currently support a line separator character.
|
| H A D | c-pj.texi | 48 @cindex line separator, PJ 49 @cindex statement separator, PJ 50 @cindex PJ line separator
|
| /netbsd-src/external/bsd/wpa/dist/src/common/ |
| H A D | cli.c | 104 int separator) in cli_txt_list_del_word() argument 109 end = os_strchr(txt, separator); in cli_txt_list_del_word() 153 int separator) in cli_txt_list_add_word() argument 159 end = os_strchr(txt, separator); in cli_txt_list_add_word()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| H A D | config_reg.c | 95 const char * separator) in _krb5_store_string_to_reg_value() argument 159 if (separator && *separator) in _krb5_store_string_to_reg_value() 168 if (*cp == *separator) in _krb5_store_string_to_reg_value() 259 DWORD type, DWORD cb_data, char *separator) in _krb5_parse_reg_value_as_multi_string() argument 430 *iter++ = *separator; in _krb5_parse_reg_value_as_multi_string()
|