Home
last modified time | relevance | path

Searched refs:str (Results 1 – 2 of 2) sorted by relevance

/examples/utest/testcases/posix/stdio_h/functions/
A Dftell_tc.c7 char str[] = "123456789"; in ftell_entry() local
18 fprintf(stream, "%s",str); in ftell_entry()
19 if(ftell(stream) != strlen(str)) in ftell_entry()
/examples/test/
A Dringbuffer_test.c17 static char *str = "Hello, World new ringbuffer32"; variable
97 while (str[i] != '\0') in ringbuffer_sample()
99 rt_kprintf("[Producer] -> %c\n", str[i]); in ringbuffer_sample()
100 rt_ringbuffer_putchar(rb, str[i++]); in ringbuffer_sample()

Completed in 3 milliseconds