Searched refs:goodfile (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/tools/regression/fsx/
H A Dfsx.c1001 char goodfile[1024]; local
1005 goodfile[0] = 0;
1116 strncpy(goodfile, optarg, sizeof(goodfile));
1117 strcat(goodfile, "/");
1175 strncat(goodfile, fname, 256);
1176 strcat (goodfile, ".fsxgood");
1177 fsxgoodfd = open(goodfile, O_RDWR|O_CREAT|O_TRUNC, 0666);
1179 prterr(goodfile);

Completed in 50 milliseconds