Home
last modified time | relevance | path

Searched refs:dash (Results 1 – 3 of 3) sorted by relevance

/tools/testing/selftests/sparc64/drivers/
A Dadi-test.c150 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()
/tools/testing/selftests/ftrace/
A DREADME38 * The test cases should run on dash (busybox shell) for testing on
/tools/testing/selftests/nolibc/
A Dnolibc-test.c1923 char *comma, *colon, *dash, *value; in main() local
1952 dash = strchr(value, '-'); in main()
1953 if (dash) in main()
1954 *(dash++) = '\0'; in main()
1959 if (!dash) in main()
1961 else if (*dash) in main()
1962 max = atoi(dash); in main()

Completed in 10 milliseconds