Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/
Dparse-maintainers.pl97 my $separator;
102 if (! defined $separator) {
103 $separator = "\n";
105 print $file $separator;
Dspelling.txt1093 seperator||separator
/Linux-v4.19/tools/perf/Documentation/
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.
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.
221 behind ':' separator like '-c wdiff:1,2'.
Dperf-report.txt200 --field-separator=::
201 Use a special separator character and don't pad with spaces, replacing
202 all occurrences of this separator in symbol names (and other output)
203 with a '.' character, that thus it's the only non valid separator.
Dperf-stat.txt115 --field-separator SEP::
/Linux-v4.19/arch/s390/kernel/
Ddis.c428 char separator; in print_insn() local
441 separator = 0; in print_insn()
449 value == 0 && separator == '(') { in print_insn()
450 separator = ','; in print_insn()
453 if (separator) in print_insn()
454 ptr += sprintf(ptr, "%c", separator); in print_insn()
473 separator = '('; in print_insn()
476 separator = ','; in print_insn()
478 separator = ','; in print_insn()
/Linux-v4.19/scripts/dtc/
Ddt_to_config449 my $separator;
476 print "$separator", "$existing_config";
477 $separator = ", ";
479 print "$separator", "n";
480 $separator = ", ";
/Linux-v4.19/drivers/acpi/acpica/
Dexconvrt.c380 u8 separator = ','; in acpi_ex_convert_to_string() local
469 separator = ' '; in acpi_ex_convert_to_string()
510 *new_buf++ = separator; /* each separated by a comma or space */ in acpi_ex_convert_to_string()
/Linux-v4.19/drivers/of/
Dbase.c816 const char *separator = strchr(path, ':'); in __of_find_node_by_full_path() local
825 if (separator && separator < path) in __of_find_node_by_full_path()
854 const char *separator = strchr(path, ':'); in of_find_node_opts_by_path() local
857 *opts = separator ? separator + 1 : NULL; in of_find_node_opts_by_path()
865 const char *p = separator; in of_find_node_opts_by_path()
/Linux-v4.19/scripts/gdb/linux/
Dmodules.py88 separator=" " if first else ",",
/Linux-v4.19/lib/
Dvsprintf.c826 char separator; in hex_string() local
838 separator = ':'; in hex_string()
841 separator = '-'; in hex_string()
844 separator = 0; in hex_string()
847 separator = ' '; in hex_string()
862 if (separator && i != len - 1) { in hex_string()
864 *buf = separator; in hex_string()
957 char separator; in mac_address_string() local
962 separator = '-'; in mac_address_string()
970 separator = ':'; in mac_address_string()
[all …]
/Linux-v4.19/Documentation/locking/
Dlockstat.txt122 short separator (line 08, 13) from the contention points.
130 short separator. The contention points don't match the column descriptors,
/Linux-v4.19/Documentation/core-api/
Dprintk-formats.rst210 certain separator. For larger buffers consider using
226 separators. The default byte separator is the colon (:).
230 separator.
398 The separator when using multiple arguments is ':'
/Linux-v4.19/tools/bpf/
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-v4.19/fs/cifs/
Dconnect.c1322 char separator[2]; in cifs_parse_mount_options() local
1338 separator[0] = ','; in cifs_parse_mount_options()
1339 separator[1] = 0; in cifs_parse_mount_options()
1340 delim = separator[0]; in cifs_parse_mount_options()
1402 separator[0] = options[4]; in cifs_parse_mount_options()
1425 while ((data = strsep(&options, separator)) != NULL) { in cifs_parse_mount_options()
/Linux-v4.19/drivers/hid/
Dhid-core.c1967 struct hid_device *hdev_b, char separator) in hid_compare_device_paths() argument
1969 int n1 = strrchr(hdev_a->phys, separator) - hdev_a->phys; in hid_compare_device_paths()
1970 int n2 = strrchr(hdev_b->phys, separator) - hdev_b->phys; in hid_compare_device_paths()
/Linux-v4.19/include/linux/
Dhid.h906 struct hid_device *hdev_b, char separator);
/Linux-v4.19/Documentation/filesystems/cifs/
DREADME354 the comma as the separator between the mount
357 could be passed instead with period as the separator by
/Linux-v4.19/Documentation/filesystems/
Doverlayfs.txt253 separator character between the directory names. For example:
Dproc.txt1703 (8) separator: marks the end of the optional fields
/Linux-v4.19/Documentation/m68k/
Dkernel-options.txt123 written in hex, with no prefix and no separator between. E.g., if you
/Linux-v4.19/Documentation/scsi/
Dncr53c8xx.txt640 'insmod', the driver also accepts <space> as option separator.