Lines Matching refs:wrstring
29 char *wrstring = "this is a test\n";
31 fwrite(wrstring, sizeof(char), strlen(wrstring), fptr);
43 wrstring = NULL;
56 char *wrstring = "this is a test\n";
58 fwrite(wrstring, sizeof(char), strlen(wrstring), fptr);
82 char *wrstring = "this is a test\n";
84 fwrite(wrstring, sizeof(char), strlen(wrstring), fptr);
108 char *wrstring = "this is a test\n";
110 fwrite(wrstring, sizeof(char), strlen(wrstring), fptr);
134 char *wrstring = "this is a test\n";
136 fwrite(wrstring, sizeof(char), strlen(wrstring), fptr);
160 char *wrstring = "this is a test\n";
162 fwrite(wrstring, sizeof(char), strlen(wrstring), fptr);