Home
last modified time | relevance | path

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

/picolibc-latest/test/
Dtest-fread-fwrite.c125 int repeat = 10000; in main() local
129 repeat = atoi(argv[1]); in main()
130 if (!repeat) in main()
131 repeat = 10000; in main()
134 printf("test file %s repeat %d\n", file_name, repeat); in main()
209 for (int generation = 0; generation < repeat; generation++) { in main()
/picolibc-latest/newlib/libc/posix/
Dregcomp.c94 static void repeat(struct parse *p, sopno start, int from, int to);
466 repeat(p, pos, count, count2); in p_ere_exp()
641 repeat(p, pos, count, count2); in p_simp_re()
1071 repeat(struct parse *p, in repeat() function
1097 repeat(p, start+1, 1, to); in repeat()
1117 repeat(p, copy, 1, to-1); in repeat()
1125 repeat(p, copy, from-1, to-1); in repeat()
1129 repeat(p, copy, from-1, to); in repeat()
/picolibc-latest/
DREADME.md172 repeat even if they aren't used before another name is generated.