Home | History | Annotate | Download | only in tests

Lines Matching full:char

20   char* a = (char*)aV;
21 char* undefp = malloc(1);
22 char saved = *a;
36 char *
37 cpy (char * restrict s1, const char * restrict s2, size_t n)
39 char *t1 = s1;
40 const char *t2 = s2;
47 main (int argc, char **argv)
49 const char *hello = "World";
51 char *earth = malloc (l);