| /Linux-v5.4/scripts/ |
| D | parse-maintainers.pl | 97 my $separator; 102 if (! defined $separator) { 103 $separator = "\n"; 105 print $file $separator;
|
| D | spelling.txt | 1184 seperator||separator
|
| /Linux-v5.4/tools/perf/Documentation/ |
| D | perf-mem.txt | 49 --field-separator=<separator>:: 50 Specify the field separator used when dump raw samples (-D option). By default, 51 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. 280 behind ':' separator like '-c wdiff:1,2'.
|
| D | perf-report.txt | 210 --field-separator=:: 211 Use a special separator character and don't pad with spaces, replacing 212 all occurrences of this separator in symbol names (and other output) 213 with a '.' character, that thus it's the only non valid separator.
|
| D | perf-stat.txt | 118 --field-separator SEP::
|
| /Linux-v5.4/arch/s390/kernel/ |
| D | dis.c | 427 char separator; in print_insn() local 440 separator = 0; in print_insn() 448 value == 0 && separator == '(') { in print_insn() 449 separator = ','; in print_insn() 452 if (separator) in print_insn() 453 ptr += sprintf(ptr, "%c", separator); in print_insn() 472 separator = '('; in print_insn() 475 separator = ','; in print_insn() 477 separator = ','; in print_insn()
|
| /Linux-v5.4/drivers/acpi/acpica/ |
| D | exconvrt.c | 381 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-v5.4/scripts/dtc/ |
| D | dt_to_config | 448 my $separator; 475 print "$separator", "$existing_config"; 476 $separator = ", "; 478 print "$separator", "n"; 479 $separator = ", ";
|
| /Linux-v5.4/tools/testing/selftests/powerpc/mm/ |
| D | tlbie_test.c | 265 char separator[2] = "/"; in start_verification_log() local 271 strcat(path, separator); in start_verification_log() 313 char separator[] = "/"; in end_verification_log() local 324 strcat(path, separator); in end_verification_log()
|
| /Linux-v5.4/drivers/md/ |
| D | dm-init.c | 83 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-v5.4/scripts/gdb/linux/ |
| D | modules.py | 88 separator=" " if first else ",",
|
| /Linux-v5.4/drivers/of/ |
| D | base.c | 906 const char *separator = strchr(path, ':'); in __of_find_node_by_full_path() local 915 if (separator && separator < path) in __of_find_node_by_full_path() 944 const char *separator = strchr(path, ':'); in of_find_node_opts_by_path() local 947 *opts = separator ? separator + 1 : NULL; in of_find_node_opts_by_path() 955 const char *p = separator; in of_find_node_opts_by_path()
|
| /Linux-v5.4/lib/ |
| D | vsprintf.c | 1069 char separator; in hex_string() local 1080 separator = ':'; in hex_string() 1083 separator = '-'; in hex_string() 1086 separator = 0; in hex_string() 1089 separator = ' '; in hex_string() 1104 if (separator && i != len - 1) { in hex_string() 1106 *buf = separator; in hex_string() 1205 char separator; in mac_address_string() local 1213 separator = '-'; in mac_address_string() 1221 separator = ':'; in mac_address_string() [all …]
|
| /Linux-v5.4/Documentation/locking/ |
| D | lockstat.rst | 143 short separator (line 08, 13) from the contention points. 151 short separator. The contention points don't match the column descriptors,
|
| /Linux-v5.4/Documentation/core-api/ |
| D | printk-formats.rst | 226 certain separator. For larger buffers consider using 242 separators. The default byte separator is the colon (:). 246 separator. 414 The separator when using multiple arguments is ':'
|
| /Linux-v5.4/tools/bpf/ |
| 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-v5.4/Documentation/fb/ |
| D | modedb.rst | 56 Options can also be passed after the mode, using commas as separator.
|
| /Linux-v5.4/drivers/hid/ |
| D | hid-core.c | 2157 struct hid_device *hdev_b, char separator) in hid_compare_device_paths() argument 2159 int n1 = strrchr(hdev_a->phys, separator) - hdev_a->phys; in hid_compare_device_paths() 2160 int n2 = strrchr(hdev_b->phys, separator) - hdev_b->phys; in hid_compare_device_paths()
|
| /Linux-v5.4/fs/cifs/ |
| D | connect.c | 1604 char separator[2]; in cifs_parse_mount_options() local 1620 separator[0] = ','; in cifs_parse_mount_options() 1621 separator[1] = 0; in cifs_parse_mount_options() 1622 delim = separator[0]; in cifs_parse_mount_options() 1687 separator[0] = options[4]; in cifs_parse_mount_options() 1710 while ((data = strsep(&options, separator)) != NULL) { in cifs_parse_mount_options()
|
| /Linux-v5.4/include/linux/ |
| D | hid.h | 910 struct hid_device *hdev_b, char separator);
|
| /Linux-v5.4/Documentation/admin-guide/cifs/ |
| D | usage.rst | 402 the comma as the separator between the mount 407 could be passed instead with period as the separator by::
|
| /Linux-v5.4/Documentation/filesystems/ |
| D | overlayfs.txt | 253 separator character between the directory names. For example:
|
| /Linux-v5.4/Documentation/m68k/ |
| D | kernel-options.rst | 125 written in hex, with no prefix and no separator between. E.g., if you
|
| /Linux-v5.4/Documentation/scsi/ |
| D | ncr53c8xx.txt | 640 'insmod', the driver also accepts <space> as option separator.
|