fopen             153 daemons/controld/controld_throttle.c     stream = fopen(loadfile, "r");
fopen             220 daemons/controld/controld_throttle.c     stream = fopen(loadfile, "r");
fopen             102 daemons/execd/remoted_pidone.c     FILE *fp = fopen(filename, "r");
fopen             113 daemons/execd/remoted_schemas.c         stream = fopen(path, "w+");
fopen              58 lib/common/cib_secrets.c     FILE *fp = fopen(local_file, "r");
fopen             148 lib/common/io.c     fp = fopen(series_file, "r");
fopen             201 lib/common/io.c     file_strm = fopen(series_file, "w");
fopen             438 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              80 lib/common/procfs.c         file = fopen(procpath, "r");
fopen             147 lib/common/procfs.c     stream = fopen("/proc/stat", "r");
fopen              36 lib/common/watchdog.c     FILE *procf = fopen("/proc/sysrq-trigger", "a");
fopen              45 lib/common/xml_io.c     FILE *input = fopen(filename, "r");
fopen             606 lib/common/xml_io.c     stream = fopen(filename, "w");
fopen            1188 lib/lrmd/lrmd_client.c     stream = fopen(location, "r");
fopen             226 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             824 lib/services/systemd.c     FILE *fp = fopen(filename, "w");
fopen             756 libltdl/ltdl.c   if ((*pfile = fopen (filename, LT_READTEXT_MODE)))
fopen            1383 libltdl/ltdl.c 	  file = fopen (attempt, LT_READTEXT_MODE);