Home | History | Annotate | Download | only in c-index-test

Lines Matching refs:file_name

2952 int print_usrs_file(const char *file_name) {
2957 FILE *fp = fopen(file_name, "r");
2959 fprintf(stderr, "error: cannot open '%s'\n", file_name);