Lines Matching refs:fn
68 char *fn;
110 if (!debug.fn)
134 if (!debug.fn)
239 if (!binary.fn)
249 fprintf(stderr, "blkiomon: could not write to %s\n", binary.fn);
251 binary.fn = NULL;
433 if (!drvdata.fn)
445 fprintf(stderr, "blkiomon: could not write to %s\n", drvdata.fn);
447 drvdata.fn = NULL;
530 if (!out->fn)
533 if (!strcmp(out->fn, "-")) {
539 out->fp = fopen(out->fn, "w");
552 fprintf(stderr, "blkiomon: could not write to %s\n", out->fn);
553 out->fn = NULL;
582 if (!debug.fn)
693 human.fn = optarg;
696 binary.fn = optarg;
699 drvdata.fn = optarg;
702 debug.fn = optarg;