Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/Documentation/
Dperf-mem.txt41 --field-separator::
42 Specify the field separator used when dump raw samples (-D option). By default,
43 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.
208 behind ':' separator like '-c wdiff:1,2'.
Dperf-report.txt163 --field-separator=::
164 Use a special separator character and don't pad with spaces, replacing
165 all occurrences of this separator in symbol names (and other output)
166 with a '.' character, that thus it's the only non valid separator.
Dperf-stat.txt102 --field-separator SEP::
/linux-4.4.14/drivers/acpi/acpica/
Dexconvrt.c407 u8 separator = ','; in acpi_ex_convert_to_string() local
496 separator = ' '; in acpi_ex_convert_to_string()
537 *new_buf++ = separator; /* each separated by a comma or space */ in acpi_ex_convert_to_string()
/linux-4.4.14/lib/
Dvsprintf.c761 char separator; in hex_string() local
773 separator = ':'; in hex_string()
776 separator = '-'; in hex_string()
779 separator = 0; in hex_string()
782 separator = ' '; in hex_string()
797 if (separator && i != len - 1) { in hex_string()
799 *buf = separator; in hex_string()
895 char separator; in mac_address_string() local
900 separator = '-'; in mac_address_string()
908 separator = ':'; in mac_address_string()
[all …]
/linux-4.4.14/arch/s390/kernel/
Ddis.c1896 char separator; in print_insn() local
1909 separator = 0; in print_insn()
1917 value == 0 && separator == '(') { in print_insn()
1918 separator = ','; in print_insn()
1921 if (separator) in print_insn()
1922 ptr += sprintf(ptr, "%c", separator); in print_insn()
1948 separator = '('; in print_insn()
1951 separator = ','; in print_insn()
1953 separator = ','; in print_insn()
/linux-4.4.14/scripts/gdb/linux/
Dmodules.py89 separator=" " if first else ",",
/linux-4.4.14/drivers/of/
Dbase.c776 const char *separator = strchr(path, ':'); in of_find_node_opts_by_path() local
779 *opts = separator ? separator + 1 : NULL; in of_find_node_opts_by_path()
787 const char *p = separator; in of_find_node_opts_by_path()
816 if (separator && separator < path) in of_find_node_opts_by_path()
/linux-4.4.14/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-4.4.14/Documentation/
Dprintk-formats.txt133 certain separator. For the larger buffers consider to use
146 separators. The default byte separator is the colon (':').
150 separator.
/linux-4.4.14/tools/net/
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-4.4.14/fs/cifs/
Dconnect.c1214 char separator[2]; in cifs_parse_mount_options() local
1229 separator[0] = ','; in cifs_parse_mount_options()
1230 separator[1] = 0; in cifs_parse_mount_options()
1231 delim = separator[0]; in cifs_parse_mount_options()
1291 separator[0] = options[4]; in cifs_parse_mount_options()
1314 while ((data = strsep(&options, separator)) != NULL) { in cifs_parse_mount_options()
/linux-4.4.14/Documentation/filesystems/
Doverlayfs.txt167 separator character between the directory names. For example:
Dproc.txt1665 (8) separator: marks the end of the optional fields
/linux-4.4.14/scripts/
Dspelling.txt886 seperator||separator
/linux-4.4.14/Documentation/filesystems/cifs/
DREADME355 the comma as the separator between the mount
358 could be passed instead with period as the separator by
DCHANGES140 cifsacl flag). Fix prefixpath path separator so we can handle mounts
629 as an override of comma as the default separator between mount
/linux-4.4.14/Documentation/m68k/
Dkernel-options.txt123 written in hex, with no prefix and no separator between. E.g., if you
/linux-4.4.14/Documentation/scsi/
Dncr53c8xx.txt640 'insmod', the driver also accepts <space> as option separator.