/linux-4.1.27/tools/perf/Documentation/ |
D | perf-mem.txt | 41 --field-separator:: 42 Specify the field separator used when dump raw samples (-D option). By default, 43 The separator is the space character.
|
D | perf-diff.txt | 65 --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'.
|
D | perf-report.txt | 158 --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.
|
D | perf-stat.txt | 94 --field-separator SEP::
|
/linux-4.1.27/drivers/acpi/acpica/ |
D | exconvrt.c | 408 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/ |
D | vsprintf.c | 760 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/ |
D | dis.c | 1896 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/ |
D | modules.py | 89 separator=" " if first else ",",
|
/linux-4.1.27/drivers/of/ |
D | base.c | 779 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/ |
D | lockstat.txt | 122 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/ |
D | printk-formats.txt | 128 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/ |
D | bpf_dbg.c | 1006 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/ |
D | connect.c | 1197 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/ |
D | overlayfs.txt | 166 separator character between the directory names. For example:
|
D | proc.txt | 1648 (8) separator: marks the end of the optional fields
|
/linux-4.1.27/scripts/ |
D | spelling.txt | 863 seperator||separator
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | README | 355 the comma as the separator between the mount 358 could be passed instead with period as the separator by
|
D | CHANGES | 140 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/ |
D | kernel-options.txt | 123 written in hex, with no prefix and no separator between. E.g., if you
|
/linux-4.1.27/Documentation/scsi/ |
D | ncr53c8xx.txt | 640 'insmod', the driver also accepts <space> as option separator.
|