Lines Matching defs:goodfile
99 char goodfile[1024]; /* name of our test file */
319 fname, goodfile);
1119 goodfile[0] = 0;
1225 strncpy(goodfile, optarg, sizeof(goodfile));
1226 strcat(goodfile, "/");
1275 strncat(goodfile, dirpath ? basename(fname) : fname, 256);
1276 strcat(goodfile, ".fsxgood");
1277 fsxgoodfd = open(goodfile, O_RDWR | O_CREAT | O_TRUNC, 0666);
1279 prterr(goodfile);