Home
last modified time | relevance | path

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

/linux-4.1.27/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.txt158 --field-separator=::
159 Use a special separator character and don't pad with spaces, replacing
160 all occurrences of this separator in symbol names (and other output)
161 with a '.' character, that thus it's the only non valid separator.
Dperf-stat.txt94 --field-separator SEP::
/linux-4.1.27/drivers/acpi/acpica/
Dexconvrt.c408 u8 separator = ','; in acpi_ex_convert_to_string() local
497 separator = ' '; in acpi_ex_convert_to_string()
538 *new_buf++ = separator; /* each separated by a comma or space */ in acpi_ex_convert_to_string()
/linux-4.1.27/lib/
Dvsprintf.c760 char separator; in hex_string() local
772 separator = ':'; in hex_string()
775 separator = '-'; in hex_string()
778 separator = 0; in hex_string()
781 separator = ' '; in hex_string()
796 if (separator && i != len - 1) { in hex_string()
798 *buf = separator; in hex_string()
894 char separator; in mac_address_string() local
899 separator = '-'; in mac_address_string()
907 separator = ':'; in mac_address_string()
[all …]
/linux-4.1.27/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()
1941 separator = '('; in print_insn()
1944 separator = ','; in print_insn()
1946 separator = ','; in print_insn()
/linux-4.1.27/scripts/gdb/linux/
Dmodules.py89 separator=" " if first else ",",
/linux-4.1.27/drivers/of/
Dbase.c779 const char *separator = strchr(path, ':'); in of_find_node_opts_by_path() local
782 *opts = separator ? separator + 1 : NULL; in of_find_node_opts_by_path()
790 const char *p = separator; in of_find_node_opts_by_path()
819 if (separator && separator < path) in of_find_node_opts_by_path()
/linux-4.1.27/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.1.27/Documentation/
Dprintk-formats.txt128 certain separator. For the larger buffers consider to use
141 separators. The default byte separator is the colon (':').
145 separator.
/linux-4.1.27/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.1.27/fs/cifs/
Dconnect.c1197 char separator[2]; in cifs_parse_mount_options() local
1212 separator[0] = ','; in cifs_parse_mount_options()
1213 separator[1] = 0; in cifs_parse_mount_options()
1214 delim = separator[0]; in cifs_parse_mount_options()
1274 separator[0] = options[4]; in cifs_parse_mount_options()
1297 while ((data = strsep(&options, separator)) != NULL) { in cifs_parse_mount_options()
/linux-4.1.27/Documentation/filesystems/
Doverlayfs.txt166 separator character between the directory names. For example:
Dproc.txt1648 (8) separator: marks the end of the optional fields
/linux-4.1.27/scripts/
Dspelling.txt863 seperator||separator
/linux-4.1.27/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.1.27/Documentation/m68k/
Dkernel-options.txt123 written in hex, with no prefix and no separator between. E.g., if you
/linux-4.1.27/Documentation/scsi/
Dncr53c8xx.txt640 'insmod', the driver also accepts <space> as option separator.