Home | History | Annotate | Download | only in test

Lines Matching full:nil

22 	C.realloc(nil, x)
23 C.memcpy(nil, nil, x)
24 C.memcmp(nil, nil, x)
25 C.memmove(nil, nil, x)
26 C.strncpy(nil, nil, x)
27 C.strncmp(nil, nil, x)
28 C.strncat(nil, nil, x)
29 x = C.strxfrm(nil, nil, x)
30 C.memchr(nil, 0, x)
31 x = C.strcspn(nil, nil)
32 x = C.strspn(nil, nil)
33 C.memset(nil, 0, x)
34 x = C.strlen(nil)