stream 131 daemons/controld/controld_throttle.c FILE *stream = NULL; stream 153 daemons/controld/controld_throttle.c stream = fopen(loadfile, "r"); stream 154 daemons/controld/controld_throttle.c if(stream == NULL) { stream 162 daemons/controld/controld_throttle.c if(fgets(buffer, sizeof(buffer), stream)) { stream 176 daemons/controld/controld_throttle.c fclose(stream); stream 201 daemons/controld/controld_throttle.c fclose(stream); stream 205 daemons/controld/controld_throttle.c fclose(stream); stream 213 daemons/controld/controld_throttle.c FILE *stream = NULL; stream 220 daemons/controld/controld_throttle.c stream = fopen(loadfile, "r"); stream 221 daemons/controld/controld_throttle.c if(stream == NULL) { stream 227 daemons/controld/controld_throttle.c if(fgets(buffer, sizeof(buffer), stream)) { stream 234 daemons/controld/controld_throttle.c fclose(stream); stream 238 daemons/controld/controld_throttle.c fclose(stream); stream 145 lib/common/md5.c md5_stream (FILE *stream, void *resblock) stream 147 lib/common/md5.c switch (afalg_stream (stream, "md5", resblock, MD5_DIGEST_SIZE)) stream 178 lib/common/md5.c if (feof (stream)) stream 181 lib/common/md5.c n = fread (buffer + sum, 1, BLOCKSIZE - sum, stream); stream 193 lib/common/md5.c if (ferror (stream)) stream 195 lib/common/options.c FILE *stream = (exit_code ? stderr : stdout); stream 198 lib/common/options.c fprintf(stream, "Pacemaker %s\n", PACEMAKER_VERSION); stream 199 lib/common/options.c fprintf(stream, "Written by Andrew Beekhof\n"); stream 204 lib/common/options.c fprintf(stream, "Pacemaker %s (Build: %s): %s\n", PACEMAKER_VERSION, BUILD_VERSION, CRM_FEATURES); stream 208 lib/common/options.c fprintf(stream, "%s - %s\n", crm_system_name, crm_app_description); stream 211 lib/common/options.c fprintf(stream, "Usage: %s %s\n", crm_system_name, crm_app_usage); stream 215 lib/common/options.c fprintf(stream, "Options:\n"); stream 220 lib/common/options.c fprintf(stream, "%s\n\n", crm_long_options[i].desc); stream 223 lib/common/options.c fprintf(stream, "\t#%s\n\n", crm_long_options[i].desc); stream 226 lib/common/options.c fprintf(stream, "%s\n", crm_long_options[i].desc); stream 231 lib/common/options.c fprintf(stream, " -%c,", crm_long_options[i].val); stream 233 lib/common/options.c fputs(" ", stream); stream 235 lib/common/options.c fprintf(stream, " --%s%s\t%s\n", crm_long_options[i].name, stream 243 lib/common/options.c fprintf(stream, "Usage: %s - %s\n", crm_system_name, crm_app_description); stream 254 lib/common/options.c fprintf(stream, " -%c %s\n", crm_short_options[i], stream 261 lib/common/options.c fprintf(stream, "\nReport bugs to %s\n", PACKAGE_BUGREPORT); stream 148 lib/common/procfs.c FILE *stream = NULL; stream 151 lib/common/procfs.c stream = fopen("/proc/stat", "r"); stream 152 lib/common/procfs.c if (stream == NULL) { stream 157 lib/common/procfs.c while (fgets(buffer, sizeof(buffer), stream)) { stream 162 lib/common/procfs.c fclose(stream); stream 1179 lib/common/xml.c write_xml_stream(xmlNode *xml_node, const char *filename, FILE *stream, stream 1199 lib/common/xml.c bz_file = BZ2_bzWriteOpen(&rc, stream, 5, 0, 30); stream 1228 lib/common/xml.c rc = fprintf(stream, "%s", buffer); stream 1240 lib/common/xml.c if (fflush(stream) != 0) { stream 1246 lib/common/xml.c if (fsync(fileno(stream)) < 0 && errno != EROFS && errno != EINVAL) { stream 1251 lib/common/xml.c fclose(stream); stream 1272 lib/common/xml.c FILE *stream = NULL; stream 1277 lib/common/xml.c stream = fdopen(fd, "w"); stream 1278 lib/common/xml.c if (stream == NULL) { stream 1281 lib/common/xml.c rc = write_xml_stream(xml_node, filename, stream, compress, &nbytes); stream 1300 lib/common/xml.c FILE *stream = NULL; stream 1305 lib/common/xml.c stream = fopen(filename, "w"); stream 1306 lib/common/xml.c if (stream == NULL) { stream 1309 lib/common/xml.c rc = write_xml_stream(xml_node, filename, stream, compress, &nbytes); stream 145 lib/gnu/md5.c md5_stream (FILE *stream, void *resblock) stream 147 lib/gnu/md5.c switch (afalg_stream (stream, "md5", resblock, MD5_DIGEST_SIZE)) stream 178 lib/gnu/md5.c if (feof (stream)) stream 181 lib/gnu/md5.c n = fread (buffer + sum, 1, BLOCKSIZE - sum, stream); stream 193 lib/gnu/md5.c if (ferror (stream)) stream 133 lib/gnu/md5.h extern int __md5_stream (FILE *stream, void *resblock) __THROW; stream 1067 lib/lrmd/lrmd_client.c FILE *stream = NULL; stream 1074 lib/lrmd/lrmd_client.c stream = fopen(location, "r"); stream 1075 lib/lrmd/lrmd_client.c if (stream == NULL) { stream 1081 lib/lrmd/lrmd_client.c while (!feof(stream)) { stream 1082 lib/lrmd/lrmd_client.c int next = fgetc(stream); stream 1085 lib/lrmd/lrmd_client.c if (!feof(stream)) { stream 1098 lib/lrmd/lrmd_client.c fclose(stream); stream 19 lib/pengine/pe_status_private.h FILE *stream = print_data; \ stream 20 lib/pengine/pe_status_private.h fprintf(stream, fmt, ##args); \ stream 22 lib/pengine/pe_status_private.h FILE *stream = print_data; \ stream 23 lib/pengine/pe_status_private.h fprintf(stream, fmt, ##args); \ stream 25 lib/pengine/pe_status_private.h FILE *stream = print_data; \ stream 26 lib/pengine/pe_status_private.h fprintf(stream, fmt, ##args); \