| /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/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);
|
| cli.c | 104 int separator) 109 end = os_strchr(txt, separator); 153 int separator) 159 end = os_strchr(txt, separator);
|
| /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/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,
|
| str-list.c | 180 strings in the list, separated by the separator character, terminated 185 string_list_join (const string_list_ty *slp, char separator, 196 if (separator && j > 0) 206 if (separator && j > 0) 207 result[pos++] = separator;
|
| read-mo.c | 295 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 + 1 [all...] |
| /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);
|
| tstgettext.c | 136 char *separator = strchr (optarg, '='); local 137 if (separator != NULL) 139 *separator = '\0'; 140 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/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}"
|
| dns-rcode-func-autogen | 84 < "${inputFile}" sort --field-separator=, --key=2,2 --numeric-sort --unique | 138 < "${inputFile}" sort --field-separator=, --key=2,2 --numeric-sort --unique | 176 < "${inputFile}" sort --field-separator=, --key=1,1 --ignore-case --unique | 251 < "${rcodesFile}" sort --field-separator=, --key=2,2 --unique --numeric-sort > "${tempFile}" 252 < "${tempFile}" sort --field-separator=, --key=1,1 --unique --ignore-case > "${rcodesFile}"
|
| /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);
|
| /src/etc/rc.d/ |
| lvm | 56 -O vg_name --separator \/ --noheadings 2>/dev/null) 58 --separator " " --noheadings 2>/dev/null) 73 # Set IFS to field separator
|
| /src/external/bsd/libarchive/dist/libarchive/test/ |
| test_ustar_filenames.c | 40 int separator = 0; local 51 separator = 1; 53 for (; i < dlen + flen + separator; i++)
|
| /src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/ |
| clang.py | 181 separator = cmd.index("-triple") 182 return cmd[separator + 1]
|