Lines Matching refs:wstring
33 const char *wstring = "This is a test case!";
39 fwrite(wstring, sizeof(char), strlen(wstring), fptr);
59 const char *wstring = "This is a test case!";
64 fwrite(wstring, sizeof(char), strlen(wstring), fptr);
73 wstring = NULL;
85 const char *wstring = "This is a test case!";
90 fwrite(wstring, sizeof(char), strlen(wstring), fptr);
99 wstring = NULL;