Home | History | Annotate | Download | only in libtests

Lines Matching refs:touch_file

1121    const char *touch_file = NULL;
1137 touch_file = *++argv, --argc;
1243 if (touch_file != NULL)
1245 FILE *fsuccess = fopen(touch_file, "wt");
1256 fprintf(stderr, "%s: write failed\n", touch_file);
1263 fprintf(stderr, "%s: open failed\n", touch_file);