Searched refs:str (Results 1 – 2 of 2) sorted by relevance
7 char str[] = "123456789"; in ftell_entry() local18 fprintf(stream, "%s",str); in ftell_entry()19 if(ftell(stream) != strlen(str)) in ftell_entry()
17 static char *str = "Hello, World new ringbuffer32"; variable97 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