Home
last modified time | relevance | path

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

/glibc-2.36/localedata/
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()
/glibc-2.36/string/
Dstrxfrm_l.c44 #define SMALL_STR_SIZE 4095 macro
718 int32_t *idxarr = alloca (SMALL_STR_SIZE * sizeof (int32_t)); in STRXFRM()
719 unsigned char *rulearr = alloca (SMALL_STR_SIZE + 1); in STRXFRM()
730 while (*cur != L('\0') && idxmax < SMALL_STR_SIZE); in STRXFRM()