Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/testsuite/newlib.string/
Dmemmove1.c43 int errors = 0; variable
46 if (errors == TOO_MANY_ERRORS) \
48 else if (errors < TOO_MANY_ERRORS) \
83 errors++; in xmemmove()
105 int errors = 0; in main() local
130 errors++; in main()
149 errors++; in main()
171 errors++; in main()
179 if (errors != 0) in main()
Dmemcpy-1.c55 int errors = 0; variable
60 errors++; in print_error()
61 if (errors == TOO_MANY_ERRORS) in print_error()
65 else if (errors < TOO_MANY_ERRORS) in print_error()
157 if (errors != 0) in main()
Dstrcmp-1.c95 int errors = 0; variable
102 errors++; in print_error()
103 if (errors == TOO_MANY_ERRORS) in print_error()
107 else if (errors < TOO_MANY_ERRORS) in print_error()
281 if (errors != 0) in main()
/picolibc-3.7.0-3.6.0/test/semihost/
Dsemihost-no-argv.c48 int errors = 0; in main() local
52 errors = 1; in main()
60 errors = 1; in main()
64 return errors; in main()
Dsemihost-argv.c48 int errors = 0; in main() local
57 errors = 1; in main()
64 errors = 1; in main()
68 return errors; in main()
/picolibc-3.7.0-3.6.0/test/
Dregex.c78 int errors = 0; in main() local
88 errors++; in main()
96 errors++; in main()
110 errors++; in main()
116 errors++; in main()
123 printf("regex: %d tests %d errors\n", run, errors); in main()
124 return errors; in main()
Dprintf_scanf.c189 int errors = 0; in main() local
222 ++errors; in main()
233 errors++; in main()
244 errors++; in main()
264 errors++; in main()
269 errors++; in main()
278 errors++; in main()
282 errors++; in main()
295 errors++; \ in main()
399 errors++; in main()
[all …]
/picolibc-3.7.0-3.6.0/newlib/libc/machine/xtensa/
Dxtensa.tex23 @code{setjmp} and @code{longjmp} are useful for dealing with errors
52 @code{longjmp} and @code{setjmp} are useful for dealing with errors
/picolibc-3.7.0-3.6.0/
Dfind-copyright150 text = f.read().decode('utf-8', errors='ignore')
324 text = f.read().decode('utf-8', errors='ignore').splitlines()
329 text = f.read().decode('utf-8', errors='ignore')
335 text = f.read().decode('utf-8', errors='ignore')
DREADME.md396 errors. (thanks to Ryan McClelland)
479 1. Fix el/ix level 4 code type errors
/picolibc-3.7.0-3.6.0/newlib/libm/test/
Dstring.c35 int errors = 0; variable
51 ++errors; in checkit()
/picolibc-3.7.0-3.6.0/cmake/
Dpicolibc.cmake121 # These flags are needed to generate errors for invalid command line flags
/picolibc-3.7.0-3.6.0/newlib/libc/machine/necv70/
Dnecv70.tex56 instruction manual to see how errors are generated and handled.
/picolibc-3.7.0-3.6.0/newlib/
DNEWS10 - fixes for c99/gcc-14 warnings treated as errors in multiple platforms
DChangeLog-20154424 * libc/xdr/xdr.c: Fix typos in #errors.
5018 * libc/xdr/README: Correct grammatical errors.
10475 * libm/math/w_acos.c: Fix domain errors to return NaN.
12367 * libc/stdio/getdelim.c: Fix spelling errors.
14496 * libc/stdlib/mbrlen.c: Change include order to prevent compiler errors
14507 errors when defining _mbrtowc.
14514 errors when defining _mbrtowc.
24476 * libc/sys/win32/pipe.c (_fctnl): Ignore F_SETFL without errors.
25156 (__seterrno): Handle more errors.