Home
last modified time | relevance | path

Searched refs:separator (Results 1 – 25 of 31) sorted by relevance

12

/linux/kernel/trace/
A Dtrace_dynevent.c308 pr_err("String is too long: %s%c\n", arg->str, arg->separator); in dynevent_arg_add()
353 arg_pair->separator); in dynevent_arg_pair_add()
357 arg_pair->separator); in dynevent_arg_pair_add()
431 char separator) in dynevent_arg_init() argument
435 if (!separator) in dynevent_arg_init()
436 separator = ' '; in dynevent_arg_init()
437 arg->separator = separator; in dynevent_arg_init()
458 char operator, char separator) in dynevent_arg_pair_init() argument
466 if (!separator) in dynevent_arg_pair_init()
467 separator = ' '; in dynevent_arg_pair_init()
[all …]
A Dtrace_dynevent.h130 char separator; /* e.g. ';', ',', or nothing */ member
134 char separator);
143 char separator; /* e.g. ';', ',', or nothing */ member
147 char operator, char separator);
/linux/scripts/
A Dparse-maintainers.pl114 my $separator;
119 if (! defined $separator) {
120 $separator = "\n";
122 print $file $separator;
/linux/tools/perf/Documentation/
A Dperf-mem.txt49 --field-separator=<separator>::
50 Specify the field separator used when dump raw samples (-D option). By default,
51 The separator is the space character.
A Dperf-diff.txt65 --field-separator=::
67 Use a special separator character and don't pad with spaces, replacing
68 all occurrences of this separator in symbol names (and other output)
69 with a '.' character, that thus it's the only non valid separator.
289 behind ':' separator like '-c wdiff:1,2'.
A Dperf-report.txt220 --field-separator=::
221 Use a special separator character and don't pad with spaces, replacing
222 all occurrences of this separator in symbol names (and other output)
223 with a '.' character, that thus it's the only non valid separator.
A Dperf-stat.txt114 option using the comma separator. Hardware events and generic hardware
168 --field-separator SEP::
A Dperf-top.txt349 option using the comma separator. Hardware events and generic hardware
/linux/arch/s390/kernel/
A Ddis.c429 char separator; in print_insn() local
442 separator = 0; in print_insn()
450 value == 0 && separator == '(') { in print_insn()
451 separator = ','; in print_insn()
454 if (separator) in print_insn()
455 ptr += sprintf(ptr, "%c", separator); in print_insn()
475 separator = '('; in print_insn()
478 separator = ','; in print_insn()
480 separator = ','; in print_insn()
/linux/drivers/acpi/acpica/
A Dexconvrt.c381 u8 separator = ','; in acpi_ex_convert_to_string() local
478 separator = ' '; in acpi_ex_convert_to_string()
491 separator = ','; in acpi_ex_convert_to_string()
535 *new_buf++ = separator; in acpi_ex_convert_to_string()
/linux/scripts/dtc/
A Ddt_to_config448 my $separator;
475 print "$separator", "$existing_config";
476 $separator = ", ";
478 print "$separator", "n";
479 $separator = ", ";
/linux/tools/testing/selftests/powerpc/mm/
A Dtlbie_test.c264 char separator[2] = "/"; in start_verification_log() local
270 strcat(path, separator); in start_verification_log()
312 char separator[] = "/"; in end_verification_log() local
323 strcat(path, separator); in end_verification_log()
/linux/drivers/md/
A Ddm-init.c83 static char __init *str_field_delimit(char **str, char separator) in str_field_delimit() argument
89 s = strchr(*str, separator); in str_field_delimit()
/linux/drivers/of/
A Dbase.c901 const char *separator = strchr(path, ':'); in __of_find_node_by_full_path() local
910 if (separator && separator < path) in __of_find_node_by_full_path()
939 const char *separator = strchr(path, ':'); in of_find_node_opts_by_path() local
942 *opts = separator ? separator + 1 : NULL; in of_find_node_opts_by_path()
950 const char *p = separator; in of_find_node_opts_by_path()
/linux/scripts/gdb/linux/
A Dmodules.py88 separator=" " if first else ",",
/linux/lib/
A Dvsprintf.c1150 char separator; in hex_string() local
1161 separator = ':'; in hex_string()
1164 separator = '-'; in hex_string()
1167 separator = 0; in hex_string()
1170 separator = ' '; in hex_string()
1185 if (separator && i != len - 1) { in hex_string()
1187 *buf = separator; in hex_string()
1286 char separator; in mac_address_string() local
1294 separator = '-'; in mac_address_string()
1302 separator = ':'; in mac_address_string()
[all …]
/linux/Documentation/locking/
A Dlockstat.rst143 short separator (line 08, 13) from the contention points.
151 short separator. The contention points don't match the column descriptors,
/linux/Documentation/core-api/
A Dprintk-formats.rst293 certain separator. For larger buffers consider using
309 separators. The default byte separator is the colon (:).
313 separator.
481 The separator when using multiple arguments is ':'
543 The %pt[RT]s (space) will override ISO 8601 separator by using ' ' (space)
/linux/tools/bpf/
A Dbpf_dbg.c1006 char sp, *token, separator = ','; in cmd_load_bpf() local
1014 sp != separator || bpf_len > BPF_MAXINSNS || bpf_len == 0) { in cmd_load_bpf()
1020 while ((token = strchr(token, separator)) && (++token)[0]) { in cmd_load_bpf()
/linux/Documentation/fb/
A Dmodedb.rst56 Options can also be passed after the mode, using commas as separator.
/linux/drivers/hid/
A Dhid-core.c2232 struct hid_device *hdev_b, char separator) in hid_compare_device_paths() argument
2234 int n1 = strrchr(hdev_a->phys, separator) - hdev_a->phys; in hid_compare_device_paths()
2235 int n2 = strrchr(hdev_b->phys, separator) - hdev_b->phys; in hid_compare_device_paths()
/linux/include/linux/
A Dhid.h926 struct hid_device *hdev_b, char separator);
/linux/Documentation/trace/
A Devents.rst1016 optional sanity-checking function or separator appended to the end of
1036 to add an operator between the pair (here none) and a separator to be
/linux/Documentation/process/
A Dsubmitting-patches.rst564 in the patch changelog (after the '---' separator).
715 the separator line, it gets automatically stripped off when applying the
/linux/Documentation/admin-guide/cifs/
A Dusage.rst401 the comma as the separator between the mount
406 could be passed instead with period as the separator by::

Completed in 51 milliseconds

12