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

1 2 3

  /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/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/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/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/apache2/llvm/dist/llvm/tools/split-file/
split-file.cpp 70 StringRef lastPart, separator; local
78 separator = line.substr(0, markerLen);
92 "'" + separator + partName + "' occurs more than once");
107 fatal(input, "no part separator was found");
  /src/external/mpl/dhcp/dist/keama/
print.c 827 struct element *separator; local
853 separator = mapGet(arg, "separator");
854 if (separator == NULL) {
859 appendString(result, print_data_expression(separator, lose));
eval.c 1073 * "separator": <data_expression>,
1082 struct element *separator; local
1104 separator = mapGet(arg, "separator");
1105 if (separator == NULL)
1120 separator = eval_data_expression(separator, &smodified);
1122 mapRemove(arg, "separator");
1123 mapSet(arg, separator, "separator");
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
ct.h 286 * SCTs will be delimited by |separator|.
291 const char *separator, const CTLOG_STORE *logs); variable
  /src/external/gpl2/groff/dist/src/preproc/pic/
pic.y 295 | middle_element_list separator element
301 | separator
304 separator: label
306 | separator ';'
  /src/external/gpl2/lvm2/dist/tools/
reporter.c 222 const char *keys = NULL, *options = NULL, *separator; local
234 separator = find_config_tree_str(cmd, "report/separator",
335 separator = arg_str_value(cmd, separator_ARG, separator);
354 separator, aligned, buffered,
  /src/usr.bin/column/
column.c 74 static const char *separator = "\t "; /* field separator for table option */ variable
99 separator = optarg;
225 (cols[coloff] = strtok(p, separator)) != NULL; p = NULL)
  /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/gpl2/gettext/dist/gettext-tools/src/
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/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/bsd/libarchive/dist/libarchive/
archive_acl.c 652 length ++; /* entry separator */
684 wchar_t separator; local
704 separator = L',';
706 separator = L'\n';
721 *wp++ = separator;
725 *wp++ = separator;
752 *wp++ = separator;
921 char separator; local
941 separator = ',';
943 separator = '\n'
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
cgraphclones.cc 567 char *separator = XALLOCAVEC (char, 2); local
568 separator[0] = symbol_table::symbol_suffix_separator ();
569 separator[1] = 0;
577 separator,
  /src/external/gpl3/gcc.old/dist/gcc/
cgraphclones.cc 554 char *separator = XALLOCAVEC (char, 2); local
555 separator[0] = symbol_table::symbol_suffix_separator ();
556 separator[1] = 0;
564 separator,
  /src/sys/external/bsd/compiler_rt/dist/lib/interception/
interception_win.cc 918 char* separator = _strchr(function_name, '.'); local
919 if (!separator)
921 *separator = '\0';
926 return InternalGetProcAddress(redirected_module, separator + 1);
  /src/usr.bin/units/
units.c 154 char separator[2]; local
159 strlcpy(separator, ";",
160 sizeof(separator));
162 strlcpy(separator, ":",
163 sizeof(separator));
164 direc = strtok(env, separator);
176 direc = strtok(NULL, separator);
  /src/usr.sbin/inetd/
parse.c 748 char* separator = strchr(arg, ':'); local
749 if (separator == NULL) {
751 separator = strchr(arg, '.');
754 if (separator == NULL) {
758 *separator = '\0';
759 sep->se_group = newstr(separator + 1);

Completed in 65 milliseconds

1 2 3