Searched refs:separator (Results 1 – 13 of 13) sorted by relevance
/linux-2.6.39/tools/perf/Documentation/ |
D | perf-diff.txt | 54 --field-separator=:: 56 Use a special separator character and don't pad with spaces, replacing 57 all occurrences of this separator in symbol names (and other output) 58 with a '.' character, that thus it's the only non valid separator.
|
D | perf-report.txt | 73 --field-separator=:: 75 Use a special separator character and don't pad with spaces, replacing 76 all occurrences of this separator in symbol names (and other output) 77 with a '.' character, that thus it's the only non valid separator.
|
D | perf-stat.txt | 82 --field-separator SEP::
|
/linux-2.6.39/drivers/acpi/acpica/ |
D | exconvrt.c | 405 u8 separator = ','; in acpi_ex_convert_to_string() local 494 separator = ' '; in acpi_ex_convert_to_string() 535 *new_buf++ = separator; /* each separated by a comma or space */ in acpi_ex_convert_to_string()
|
/linux-2.6.39/arch/s390/kernel/ |
D | dis.c | 1479 char separator; in print_insn() local 1492 separator = 0; in print_insn() 1500 value == 0 && separator == '(') { in print_insn() 1501 separator = ','; in print_insn() 1504 if (separator) in print_insn() 1505 ptr += sprintf(ptr, "%c", separator); in print_insn() 1522 separator = '('; in print_insn() 1525 separator = ','; in print_insn() 1527 separator = ','; in print_insn()
|
/linux-2.6.39/Documentation/ |
D | lockstat.txt | 122 short separator (line 08, 13) from the contention points. 125 short separator. The contention points don't match the column descriptors,
|
/linux-2.6.39/fs/cifs/ |
D | connect.c | 826 char separator[2]; in cifs_parse_mount_options() local 833 separator[0] = ','; in cifs_parse_mount_options() 834 separator[1] = 0; in cifs_parse_mount_options() 870 separator[0] = options[4]; in cifs_parse_mount_options() 877 while ((data = strsep(&options, separator)) != NULL) { in cifs_parse_mount_options() 913 if (value[1] != separator[0]) { in cifs_parse_mount_options() 934 (value[temp_len+1] == separator[0])) { in cifs_parse_mount_options() 936 value[temp_len] = separator[0]; in cifs_parse_mount_options() 939 if (value[temp_len] == separator[0]) { in cifs_parse_mount_options() 941 separator[0]) { in cifs_parse_mount_options() [all …]
|
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-2.6.39/lib/ |
D | vsprintf.c | 563 char separator; in mac_address_string() local 566 separator = '-'; in mac_address_string() 568 separator = ':'; in mac_address_string() 574 *p++ = separator; in mac_address_string()
|
/linux-2.6.39/Documentation/m68k/ |
D | kernel-options.txt | 125 written in hex, with no prefix and no separator between. E.g., if you
|
/linux-2.6.39/Documentation/scsi/ |
D | ncr53c8xx.txt | 640 'insmod', the driver also accepts <space> as option separator.
|
/linux-2.6.39/Documentation/filesystems/ |
D | proc.txt | 1508 (8) separator: marks the end of the optional fields
|