f                  13 test/system/comet2_err/err_204/create_a.c     const char *f = "a.o";
f                  15 test/system/comet2_err/err_204/create_a.c     if((fp = fopen(f, "w")) == NULL) {
f                  16 test/system/comet2_err/err_204/create_a.c         perror(f);
f                  13 test/system/comet2_err/err_205/create_a.c     const char *f = "a.o";
f                  15 test/system/comet2_err/err_205/create_a.c     if((fp = fopen(f, "w")) == NULL) {
f                  16 test/system/comet2_err/err_205/create_a.c         perror(f);
f                  13 test/system/comet2_err/err_206/create_a.c     const char *f = "a.o";
f                  15 test/system/comet2_err/err_206/create_a.c     if((fp = fopen(f, "w")) == NULL) {
f                  16 test/system/comet2_err/err_206/create_a.c         perror(f);
f                  13 test/system/comet2_smoke/direct/create_a.c     const char *f = "a.o";
f                  15 test/system/comet2_smoke/direct/create_a.c     if((fp = fopen(f, "w")) == NULL) {
f                  16 test/system/comet2_smoke/direct/create_a.c         perror(f);