Home
last modified time | relevance | path

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

/localedata/
A Dxfrm-test.c28 #define SMALL_STR_SIZE 4095 macro
104 word = malloc (line_len + SMALL_STR_SIZE + 1); in main()
110 memset (word, ' ', SMALL_STR_SIZE); in main()
111 memcpy (word + SMALL_STR_SIZE, line, line_len); in main()
112 word[line_len + SMALL_STR_SIZE] = '\0'; in main()

Completed in 5 milliseconds