/Linux-v4.19/scripts/ |
D | parse-maintainers.pl | 97 my $separator; 102 if (! defined $separator) { 103 $separator = "\n"; 105 print $file $separator;
|
D | spelling.txt | 1093 seperator||separator
|
/Linux-v4.19/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. 221 behind ':' separator like '-c wdiff:1,2'.
|
D | perf-report.txt | 200 --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.
|
D | perf-stat.txt | 115 --field-separator SEP::
|
/Linux-v4.19/arch/s390/kernel/ |
D | dis.c | 428 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/ |
D | dt_to_config | 449 my $separator; 476 print "$separator", "$existing_config"; 477 $separator = ", "; 479 print "$separator", "n"; 480 $separator = ", ";
|
/Linux-v4.19/drivers/acpi/acpica/ |
D | exconvrt.c | 380 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/ |
D | base.c | 816 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/ |
D | modules.py | 88 separator=" " if first else ",",
|
/Linux-v4.19/lib/ |
D | vsprintf.c | 826 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/ |
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-v4.19/Documentation/core-api/ |
D | printk-formats.rst | 210 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/ |
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-v4.19/fs/cifs/ |
D | connect.c | 1322 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/ |
D | hid-core.c | 1967 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/ |
D | hid.h | 906 struct hid_device *hdev_b, char separator);
|
/Linux-v4.19/Documentation/filesystems/cifs/ |
D | README | 354 the comma as the separator between the mount 357 could be passed instead with period as the separator by
|
/Linux-v4.19/Documentation/filesystems/ |
D | overlayfs.txt | 253 separator character between the directory names. For example:
|
D | proc.txt | 1703 (8) separator: marks the end of the optional fields
|
/Linux-v4.19/Documentation/m68k/ |
D | kernel-options.txt | 123 written in hex, with no prefix and no separator between. E.g., if you
|
/Linux-v4.19/Documentation/scsi/ |
D | ncr53c8xx.txt | 640 'insmod', the driver also accepts <space> as option separator.
|