Home | History | Annotate | Download | only in tests

Lines Matching refs:FILE

22  * file for a list of people on the GLib Team.  See the ChangeLog
102 FILE *file;
104 char *filename = "file-test-data";
105 char *link1 = "file-test-link1";
106 char *link2 = "file-test-link2";
107 char *link3 = "file-test-link3";
111 file = fopen (filename, "w");
112 g_assert (file != NULL && "fopen() failed");
113 fclose (file);
139 g_assert (data == NULL && "could read regular file as link");
152 const gchar *filename = "file-test-get-contents";
155 FILE *f;