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 107 daemons/execd/remoted_schemas.c FILE *stream = NULL; stream 113 daemons/execd/remoted_schemas.c stream = fopen(path, "w+"); stream 114 daemons/execd/remoted_schemas.c if (stream == NULL) { stream 117 daemons/execd/remoted_schemas.c rc = fprintf(stream, "%s", child->content); stream 123 daemons/execd/remoted_schemas.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 144 lib/common/procfs.c FILE *stream = NULL; stream 147 lib/common/procfs.c stream = fopen("/proc/stat", "r"); stream 148 lib/common/procfs.c if (stream == NULL) { stream 153 lib/common/procfs.c while (fgets(buffer, sizeof(buffer), stream)) { stream 158 lib/common/procfs.c fclose(stream); stream 457 lib/common/xml_io.c write_compressed_stream(char *text, const char *filename, FILE *stream, stream 464 lib/common/xml_io.c BZFILE *bz_file = BZ2_bzWriteOpen(&rc, stream, 5, 0, 0); stream 516 lib/common/xml_io.c write_xml_stream(const xmlNode *xml, const char *filename, FILE *stream, stream 532 lib/common/xml_io.c && (write_compressed_stream(buffer->str, filename, stream, stream 537 lib/common/xml_io.c rc = fprintf(stream, "%s", buffer->str); stream 547 lib/common/xml_io.c if (fflush(stream) != 0) { stream 553 lib/common/xml_io.c if ((fsync(fileno(stream)) < 0) && (errno != EROFS) && (errno != EINVAL)) { stream 558 lib/common/xml_io.c fclose(stream); stream 578 lib/common/xml_io.c FILE *stream = NULL; stream 581 lib/common/xml_io.c stream = fdopen(fd, "w"); stream 582 lib/common/xml_io.c if (stream == NULL) { stream 586 lib/common/xml_io.c return write_xml_stream(xml, pcmk__s(filename, "unnamed file"), stream, stream 603 lib/common/xml_io.c FILE *stream = NULL; stream 606 lib/common/xml_io.c stream = fopen(filename, "w"); stream 607 lib/common/xml_io.c if (stream == NULL) { stream 611 lib/common/xml_io.c return write_xml_stream(xml, filename, stream, compress); stream 1181 lib/lrmd/lrmd_client.c FILE *stream = NULL; stream 1188 lib/lrmd/lrmd_client.c stream = fopen(location, "r"); stream 1189 lib/lrmd/lrmd_client.c if (stream == NULL) { stream 1195 lib/lrmd/lrmd_client.c while (!feof(stream)) { stream 1196 lib/lrmd/lrmd_client.c int next = fgetc(stream); stream 1199 lib/lrmd/lrmd_client.c if (!feof(stream)) { stream 1212 lib/lrmd/lrmd_client.c fclose(stream);