/src/distrib/utils/libhack/ |
perror.c | 45 const char *separator; local in function:perror 50 separator = ""; 52 separator = ": "; 55 s, separator, strerror(errno));
|
/src/lib/libc/stdio/ |
perror.c | 56 const char *separator; local in function:perror 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...] |
dep.mk | 21 # first ';' as the separator between the dependency and its commands, and the
|
varmod-indirect.mk | 225 # In this expression, the ':ts*' is indirect, therefore the changed separator 230 # (which creates a new ModChain containing a fresh separator), 231 # the outer separator character is not passed by reference to the inner 232 # evaluation, therefore the scope of the inner separator ends after applying 239 # An indirect modifier ':U' has the same effect, unlike the separator from
|
varmod-gmtime.mk | 136 # followed by the next modifier, without a ':' separator. This was the same
|
varmod-localtime.mk | 136 # followed by the next modifier, without a ':' separator. This was the same
|
Makefile | 411 TESTS+= varmod-to-separator
|
/src/lib/libc/compat/net/ |
compat_ns_addr.c | 58 char separator; local in function:ns_addr 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);
|
/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/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_flag_parser.cc | 96 fatal_error("expected separator or eol");
|
/src/usr.bin/column/ |
column.c | 74 static const char *separator = "\t "; /* field separator for table option */ variable in typeref:typename:const char * 99 separator = optarg; 225 (cols[coloff] = strtok(p, separator)) != NULL; p = NULL)
|
/src/usr.bin/units/ |
units.c | 154 char separator[2]; local in function:readunits 159 strlcpy(separator, ";", 160 sizeof(separator)); 162 strlcpy(separator, ":", 163 sizeof(separator)); 164 direc = strtok(env, separator); 176 direc = strtok(NULL, separator);
|
/src/sys/external/bsd/compiler_rt/dist/lib/interception/ |
interception_win.cc | 918 char* separator = _strchr(function_name, '.'); local in function:__interception::InternalGetProcAddress 919 if (!separator) 921 *separator = '\0'; 926 return InternalGetProcAddress(redirected_module, separator + 1);
|
/src/usr.sbin/autofs/ |
common.c | 78 * Concatenate two strings, inserting separator between them, unless not needed. 81 concat(const char *s1, char separator, const char *s2) 99 if (s1last == separator && s2first == separator) { 101 * If s1 ends with the separator and s2 begins with 106 } else if (s1last == separator || s2first == separator || 110 ret = asprintf(&result, "%s%c%s", s1, separator, s2);
|
/src/usr.sbin/inetd/ |
parse.c | 744 char* separator = strchr(arg, ':'); local in function:getconfigent 745 if (separator == NULL) { 747 separator = strchr(arg, '.'); 750 if (separator == NULL) { 754 *separator = '\0'; 755 sep->se_group = newstr(separator + 1);
|
/src/sys/external/isc/libsodium/dist/m4/ |
ltsugar.m4 | 20 # associated separator. 46 # lt_append(MACRO-NAME, STRING, [SEPARATOR]) 48 # Redefine MACRO-NAME to hold its former content plus 'SEPARATOR''STRING'. 49 # Note that neither SEPARATOR nor STRING are expanded; they are appended 51 # No SEPARATOR is output if MACRO-NAME was previously undefined (different 55 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING. 77 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) 80 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. 117 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
|
libtool.m4 | 158 _LT_DECL([], [PATH_SEPARATOR], [1], [The PATH separator for the build system])dnl 377 # lt_decl_tag_varnames([SEPARATOR], [VARNAME1...]) 383 # _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..]) 395 # lt_decl_quote_varnames([SEPARATOR], [VARNAME1...]) 401 # lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...]) 407 # lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...]) 418 # lt_decl_all_varnames([SEPARATOR], [VARNAME1...]) 2303 # if the path contains ";" then we assume it to be the separator 2304 # otherwise default to the standard path separator (i.e. ":") - it is
|
/src/usr.bin/rpcgen/ |
rpc_hout.c | 471 const char *separator) 522 f_print(fout, "%s", separator);
|
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/tests/ |
FuzzerUnittest.cpp | 814 static std::string makeCmdLine(const char *separator, const char *suffix) { 816 if (strlen(separator) != 0) { 817 CmdLine += separator;
|