Home
last modified time | relevance | path

Searched refs:expected (Results 1 – 14 of 14) sorted by relevance

/picolibc-latest/newlib/testsuite/newlib.string/
Dtstring.c29 static void eprintf (int line, char *result, char *expected, int size) in eprintf() argument
33 line, size, result, expected, size); in eprintf()
36 line, result, expected); in eprintf()
89 char *expected = getbuf(MAX_1, NULL); in main() local
290 if (strcpy (expected, tmp2) != expected) in main()
319 if (memcmp (tmp1, expected, i) || strcmp (tmp1, expected) || in main()
320 strncmp (tmp1, expected, i) || in main()
321 strncmp (tmp1, expected, i+1) || in main()
333 eprintf (__LINE__, tmp1, expected, 0); in main()
/picolibc-latest/newlib/libc/sys/amdgcn/
Dlock.c62 int expected = 0; in __gcn_lock_acquire_int() local
63 while (!__atomic_compare_exchange_n (lock_ptr, &expected, id, 0, in __gcn_lock_acquire_int()
72 expected = 0; in __gcn_lock_acquire_int()
/picolibc-latest/test/libc-testsuite/
Dfnmatch.c75 int expected; member
159 x = tests[i].expected; in test_fnmatch()
165 printf(") => %d (expected %d)\n", r, tests[i].expected); in test_fnmatch()
/picolibc-latest/.github/workflows/
Dsteps-head21 # Install in /usr/bin so the ccache action gets the expected environment.
/picolibc-latest/newlib/libc/xdr/
DREADME149 It is not expected that end-user applications will make use
150 of this facility. Rather, it is expected that IF certain
/picolibc-latest/
DCODE_OF_CONDUCT.md37 behavior and are expected to take appropriate and fair corrective action in
DCONTRIBUTING.md88 This is a public list, with public archives. Participants are expected
Dpicolibc.ld.in187 * space allocated as it is expected to be placed
DREADME.md665 evaluating build rules to ensure tests work as expected.
/picolibc-latest/cmake/
DTC-arm-none-eabi.ld143 * space allocated as it is expected to be placed
DTC-microbit.ld143 * space allocated as it is expected to be placed
/picolibc-latest/doc/
Dusing.md10 It is expected that the toolchain used for compilation of applicatons
/picolibc-latest/test/
Dfma_gen.5c250 * is expected to be sufficient for any ieee
/picolibc-latest/newlib/
DChangeLog-20159754 * libc/stdio/vfprintf.c: Use expected node name.
25679 expected failure. Close the input pipe.