Searched refs:dash (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | fault.c | 110 char *dash; in fault_opcodes_write() local 122 dash = strchr(token, '-'); in fault_opcodes_write() 123 if (dash) in fault_opcodes_write() 124 *dash = '\0'; in fault_opcodes_write() 127 if (dash) { in fault_opcodes_write() 128 token = dash + 1; in fault_opcodes_write()
|
| /linux/tools/testing/selftests/sparc64/drivers/ |
| H A D | adi-test.c | 150 char *dash, *end_ptr; in build_memory_map() local 156 dash = strstr(line, "-"); in build_memory_map() 157 dash[0] = 0x20; in build_memory_map()
|
| /linux/tools/testing/selftests/nolibc/ |
| H A D | nolibc-test.c | 1936 char *comma, *colon, *dash, *value; in main() local 1965 dash = strchr(value, '-'); in main() 1966 if (dash) in main() 1967 *(dash++) = '\0'; in main() 1972 if (!dash) in main() 1974 else if (*dash) in main() 1975 max = atoi(dash); in main()
|
| /linux/tools/testing/selftests/ftrace/ |
| H A D | README | 38 * The test cases should run on dash (busybox shell) for testing on
|
| /linux/Documentation/driver-api/media/ |
| H A D | v4l2-device.rst | 36 a dash: ``cx18-0``, ``cx18-1``, etc. This function returns the instance number.
|
| /linux/Documentation/admin-guide/LSM/ |
| H A D | Smack.rst | 544 valid letters (rwxatbRWXATB) and the dash ('-') character are allowed in 545 access specifications. The dash is a placeholder, so "a-r" is the same 546 as "ar". A lone dash is used to specify that no access should be allowed.
|
| /linux/Documentation/core-api/ |
| H A D | printk-formats.rst | 331 the ``M`` specifier to use dash (-) separators instead of the default
|