Home
last modified time | relevance | path

Searched refs:STRING_MAX_LEN (Results 1 – 6 of 6) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/strlen/
D1-1.c25 #define STRING_MAX_LEN 50000 macro
50 for (i = 0; i < STRING_MAX_LEN; i += STEP_COUNT) { in main()
/third_party/musl/porting/liteos_a/user_debug/src/malloc/
Dbacktrace.c11 #define STRING_MAX_LEN 256 macro
73 str_buffer = (char *)malloc(STRING_MAX_LEN * sizeof(char)); in backtrace_symbols()
78 snprintf(str_buffer, STRING_MAX_LEN, " #%02d: <%s+%#x>[%#x] -> %s\n", i, info.dli_sname, in backtrace_symbols()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/strcpy/
D1-1.c27 #define STRING_MAX_LEN 50000 macro
52 for (i = 0; i < STRING_MAX_LEN; i += STEP_COUNT) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/strncpy/
D1-1.c29 #define STRING_MAX_LEN 50000 macro
54 for (i = 1; i < STRING_MAX_LEN; i += STEP_COUNT) { in main()
D2-1.c29 #define STRING_MAX_LEN 50000 macro
54 for (i = 1; i < STRING_MAX_LEN; i += STEP_COUNT) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/strchr/
D1-1.c34 #define STRING_MAX_LEN 50000 macro
65 for (i = 1; i < STRING_MAX_LEN; i += STEP_COUNT) { in main()