Home | History | Annotate | Download | only in collationperf

Lines Matching refs:opt_fName

105 char * opt_fName      = 0;
147 {"-file", OptSpec::STRING, &opt_fName},
1235 fprintf(stderr, "Can not open file \"%s\"\n", opt_fName);
1426 if (ProcessOptions(argc, argv, opts) != TRUE || opt_help || opt_fName == 0) {
1539 UCharFile f(opt_fName);
1599 printf("file \"%s\", %d lines.\n", opt_fName, gNumFileLines);