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

Lines Matching full:file_name

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