fopen             102 daemons/execd/remoted_pidone.c     FILE *fp = fopen(filename, "r");
fopen             113 daemons/execd/remoted_schemas.c         stream = fopen(path, "w+");
fopen             146 lib/common/io.c     fp = fopen(series_file, "r");
fopen             199 lib/common/io.c     file_strm = fopen(series_file, "w");
fopen             436 lib/common/io.c     fp = fopen(filename, "r");
fopen             366 lib/common/logging.c     logfile = fopen(filename, "a");
fopen              91 lib/common/output.c         (*out)->dest = fopen(filename, "w");
fopen              99 lib/common/procfs.c         file = fopen(procpath, "r");
fopen             172 lib/common/procfs.c     stream = fopen("/proc/stat", "r");
fopen             286 lib/common/procfs.c     FILE *procf = fopen("/proc/sysrq-trigger", "a");
fopen             374 lib/common/procfs.c     stream = fopen(loadfile, "r");
fopen             442 lib/common/procfs.c     stream = fopen(loadfile, "r");
fopen              46 lib/common/xml_io.c     FILE *input = fopen(filename, "r");
fopen             565 lib/common/xml_io.c     stream = fopen(filename, "w");
fopen            1189 lib/lrmd/lrmd_client.c     stream = fopen(location, "r");
fopen             230 lib/pacemaker/pcmk_simulate.c     FILE *dot_strm = fopen(dot_file, "w");
fopen             127 lib/services/services_lsb.c     fp = fopen(ra_pathname, "r");
fopen            1100 lib/services/systemd.c     fp = fopen(filename->str, "w");
fopen             756 libltdl/ltdl.c   if ((*pfile = fopen (filename, LT_READTEXT_MODE)))
fopen            1383 libltdl/ltdl.c 	  file = fopen (attempt, LT_READTEXT_MODE);