Searched refs:condition (Results 1 – 8 of 8) sorted by relevance
/picolibc-latest/test/ |
D | test-fgetc.c | 43 #define check(condition, message) do { \ argument 44 if (!(condition)) { \ 45 printf("%s: %s\n", message, #condition); \
|
D | test-fopen.c | 43 #define check(condition, message) do { \ argument 44 if (!(condition)) { \ 45 printf("%s: %s\n", message, #condition); \
|
D | test-mktemp.c | 40 #define check(condition, message) do { \ argument 41 if (!(condition)) { \ 42 printf("%s: %s\n", message, #condition); \
|
D | test-funopen.c | 110 #define check(condition, message) do { \ argument 111 if (!(condition)) { \ 112 printf("%s: %s\n", message, #condition); \
|
D | test-fread-fwrite.c | 45 #define check(condition, message) do { \ argument 46 if (!(condition)) { \ 47 printf("%s: %s\n", message, #condition); \
|
/picolibc-latest/newlib/libc/machine/rx/ |
D | strlen.S | 24 add #0, r1, r4 ; Save a copy of the string start address and set the condition flags.
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 210 * libc/machine/arm/strlen-stub.c: Rewrite #if condition. 4204 * Makefile.am (install-data-local): Fix condition and rm call. 4325 * libc/stdio/fmemopen.c (fmemopen): Fix EINVAL condition. Avoid SEGV 5117 * libc/include/stdio.h: Remove __CYGWIN_USE_BIG_TYPES__ condition. 5242 added to the preprocessor condition. 5651 low-level seek error condition. Restore old errno in case of 5652 success. Don't use new position after seek as error condition, 8238 * libc/stdlib/wcsrtombs.c (_wcsrtombs_r): Optimize condition 8249 * libc/stdlib/wcsrtombs.c (_wcsrtombs_r): Fix condition for
|
/picolibc-latest/ |
D | COPYING.picolibc | 6199 this condition statement, and the following disclaimer are retained
|