Searched refs:SMALL_STR_SIZE (Results 1 – 2 of 2) sorted by relevance
28 #define SMALL_STR_SIZE 4095 macro104 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()
44 #define SMALL_STR_SIZE 4095 macro718 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()