Searched refs:STRING_MAX_LEN (Results 1 - 7 of 7) sorted by relevance
/third_party/musl/src/malloc/liteos_a/user_debug/ |
H A D | backtrace.c | 26 #define STRING_MAX_LEN 256 macro 88 str_buffer = (char *)malloc(STRING_MAX_LEN * sizeof(char)); in backtrace_symbols() 93 snprintf(str_buffer, STRING_MAX_LEN, " #%02d: <%s+%#x>[%#x] -> %s\n", i, info.dli_sname, in backtrace_symbols()
|
/third_party/musl/porting/liteos_a/user_debug/src/malloc/ |
H A D | backtrace.c | 11 #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/strlen/ |
H A D | 1-1.c | 25 #define STRING_MAX_LEN 50000 macro 50 for (i = 0; i < STRING_MAX_LEN; i += STEP_COUNT) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/strncpy/ |
H A D | 2-1.c | 29 #define STRING_MAX_LEN 50000 macro 54 for (i = 1; i < STRING_MAX_LEN; i += STEP_COUNT) { in main()
|
H A D | 1-1.c | 29 #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/strcpy/ |
H A D | 1-1.c | 27 #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/strchr/ |
H A D | 1-1.c | 34 #define STRING_MAX_LEN 50000 macro 65 for (i = 1; i < STRING_MAX_LEN; i += STEP_COUNT) { in main()
|
Completed in 3 milliseconds