OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STRING_MAX_LEN
(Results
1 - 5
of
5
) sorted by null
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/strlen/
1-1.c
25
#define
STRING_MAX_LEN
50000
50
for (i = 0; i <
STRING_MAX_LEN
; i += STEP_COUNT) {
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/strchr/
1-1.c
34
#define
STRING_MAX_LEN
50000
65
for (i = 1; i <
STRING_MAX_LEN
; i += STEP_COUNT) {
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/strcpy/
1-1.c
27
#define
STRING_MAX_LEN
50000
52
for (i = 0; i <
STRING_MAX_LEN
; i += STEP_COUNT) {
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/strncpy/
1-1.c
29
#define
STRING_MAX_LEN
50000
54
for (i = 1; i <
STRING_MAX_LEN
; i += STEP_COUNT) {
2-1.c
29
#define
STRING_MAX_LEN
50000
54
for (i = 1; i <
STRING_MAX_LEN
; i += STEP_COUNT) {
Completed in 313 milliseconds