Home
last modified time | relevance | path

Searched refs:test_string (Results 1 – 5 of 5) sorted by relevance

/picolibc-latest/test/
Dposix-io.c42 static const char test_string[] = "hello, world\n"; variable
74 if ((size_t) fprintf(f, "%s", test_string) != strlen(test_string)) { in main()
75 printf("failed to fprintf test string %s\n", test_string); in main()
84 if (test_cmp(f, test_string + sizeof(test_string) - 4)) in main()
91 if (test_cmp(f, test_string + 2)) in main()
106 if (test_cmp(f, test_string)) in main()
/picolibc-latest/test/libc-testsuite/
Dstring.c55 static int test_string(void) in test_string() function
/picolibc-latest/newlib/libm/test/
Dtest.h304 void test_string (void);
Dtest.c88 test_string(); in main()
Dstring.c80 void test_string(void) in test_string() function