Searched refs:strarr (Results 1 – 6 of 6) sorted by relevance
13 char strarr[32]; member20 strcpy(strarr,"Nested Hello world!"); in SomeOtherData()41 char strarr[32] = "Hello world!"; in main() local
101 static const char strarr[] = "coolbox";102 s = @(strarr);
101 static const char strarr[] = "coolbox";102 s = [NSString stringWithUTF8String:strarr];
105 char strarr[32] = "Hello world!"; in main() local