fopen             103 lib/charsets.c     f = fopen (fname, "r");
fopen             127 lib/logging.c          f = fopen (logfilename, "a");
fopen             200 lib/util.c         backup_fd = fopen (to_file_name, "w");
fopen            1171 lib/util.c         f = fopen (fn, "r");
fopen            1269 lib/util.c         f = fopen (fn, "w");
fopen            1274 lib/util.c         tmp_f = fopen (tmp_fn, "r");
fopen             816 lib/vfs/direntry.c         me->logfile = fopen ((char *) arg, "w");
fopen             408 lib/widget/input_complete.c     file = fopen (filename, "r");
fopen             225 src/clipboard.c     f = fopen (fname, "r");
fopen             148 src/diffviewer/ydiff.c     backup_fd = fopen (to_file_name, "w");
fopen            1999 src/diffviewer/ydiff.c         f0 = fopen (dview->file[DIFF_RIGHT], "r");
fopen            2001 src/diffviewer/ydiff.c         f0 = fopen (dview->file[DIFF_LEFT], "r");
fopen            2037 src/diffviewer/ydiff.c         f0 = fopen (dview->file[DIFF_RIGHT], "r");
fopen            2038 src/diffviewer/ydiff.c         f1 = fopen (dview->file[DIFF_LEFT], "r");
fopen            2042 src/diffviewer/ydiff.c         f0 = fopen (dview->file[DIFF_LEFT], "r");
fopen            2043 src/diffviewer/ydiff.c         f1 = fopen (dview->file[DIFF_RIGHT], "r");
fopen            2084 src/diffviewer/ydiff.c         f0 = fopen (dview->file[DIFF_RIGHT], "r");
fopen            2085 src/diffviewer/ydiff.c         f1 = fopen (dview->file[DIFF_LEFT], "r");
fopen            2089 src/diffviewer/ydiff.c         f0 = fopen (dview->file[DIFF_LEFT], "r");
fopen            2090 src/diffviewer/ydiff.c         f1 = fopen (dview->file[DIFF_RIGHT], "r");
fopen            1817 src/editor/edit.c         fd = fopen (block_file, "w");
fopen             304 src/editor/editcmd.c         file = (FILE *) fopen (savename, "w");
fopen             213 src/editor/etags.c     f = fopen (tagfile, "r");
fopen             920 src/editor/syntax.c         return fopen (filename, "r");
fopen             925 src/editor/syntax.c     f = fopen (error_file_name, "r");
fopen             933 src/editor/syntax.c     return fopen (error_file_name, "r");
fopen            1296 src/editor/syntax.c     f = fopen (syntax_file, "r");
fopen            1303 src/editor/syntax.c         f = fopen (global_syntax_file, "r");
fopen              74 src/file_history.c     f = fopen (fn, "r");
fopen             114 src/file_history.c     f = fopen (fn, "w");
fopen            1470 src/filemanager/hotlist.c     hotlist_file = fopen (hotlist_file_name, "r");
fopen            1675 src/filemanager/hotlist.c         hotlist_file = fopen (hotlist_file_name, "w");
fopen             145 src/filemanager/mountlist.c #        define setmntent(fp, mode) fopen (fp, mode)
fopen             616 src/filemanager/mountlist.c         fp = fopen (mountinfo, "r");
fopen             935 src/filemanager/mountlist.c         fp = fopen (table, "r");
fopen             990 src/filemanager/mountlist.c         fp = fopen (table, "r");
fopen            1061 src/filemanager/mountlist.c         fp = fopen (table, "r");
fopen             221 src/filemanager/treestore.c     file = fopen (name, "r");
fopen             337 src/filemanager/treestore.c     file = fopen (name, "w");
fopen             744 src/vfs/ftpfs/ftpfs.c         npf = fopen (mc_file, "r");
fopen             452 src/vfs/sfs/sfs.c     cfg = fopen (mc_sfsini, "r");
fopen             362 src/vfs/sftpfs/config_parser.c     ssh_config_handler = fopen (config_filename, "r");
fopen             904 src/vfs/shell/shell.c         me->logfile = fopen ("/tmp/mc-SHELL.sh", "w");
fopen             181 src/viewer/coord_cache.c     f = fopen ("mcview-ccache.out", "w");
fopen             400 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c         input = fopen (argv[1], "r");
fopen              72 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c     f = fopen (fname, "r");