Lines Matching refs:file_name
452 char *file_name = NULL;
553 file_name = optarg;
562 file_name = optarg;
615 * for other reasons. In such cases, "file_name" should be
618 if ((file_name != NULL) && (Options & OPTION_F)) {
619 if ((temp_fd = open(file_name, O_RDONLY)) == -1) {
620 perror(file_name);
653 adm_download(&argv[path_index], file_name);
728 if (adm_fcode(Options & PVERBOSE, file_name) != 0) {
739 if (q_qlgc_update(Options & PVERBOSE, file_name) != 0) {
750 exit_code = fcal_update(Options & PVERBOSE, file_name);
952 if (read_repos_file(file_name) != 0) {