fp                102 daemons/execd/remoted_pidone.c     FILE *fp = fopen(filename, "r");
fp                104 daemons/execd/remoted_pidone.c     if (fp != NULL) {
fp                107 daemons/execd/remoted_pidone.c         while (fgets(line, LINE_MAX, fp) != NULL) {
fp                186 daemons/execd/remoted_pidone.c                 if (fscanf(fp, "%*[^\n]\n") == EOF) {
fp                191 daemons/execd/remoted_pidone.c         fclose(fp);
fp                138 lib/common/io.c     FILE *fp = NULL;
fp                146 lib/common/io.c     fp = fopen(series_file, "r");
fp                147 lib/common/io.c     if (fp == NULL) {
fp                155 lib/common/io.c     if (fscanf(fp, "%u", seq) != 1) {
fp                159 lib/common/io.c         fclose(fp);
fp                162 lib/common/io.c     fclose(fp);
fp                428 lib/common/io.c     FILE *fp;
fp                436 lib/common/io.c     fp = fopen(filename, "r");
fp                437 lib/common/io.c     if ((fp == NULL) || (fseek(fp, 0L, SEEK_END) < 0)) {
fp                442 lib/common/io.c     length = ftell(fp);
fp                459 lib/common/io.c         rewind(fp);
fp                465 lib/common/io.c         read_len = fread(*contents, 1, length, fp);
fp                479 lib/common/io.c     if (fp != NULL) {
fp                480 lib/common/io.c         fclose(fp);
fp                498 lib/common/io.c     FILE *fp = fdopen(fd, "w");
fp                500 lib/common/io.c     if (fp == NULL) {
fp                503 lib/common/io.c     if ((contents != NULL) && (fprintf(fp, "%s", contents) < 0)) {
fp                506 lib/common/io.c     if (fflush(fp) != 0) {
fp                509 lib/common/io.c     if (fsync(fileno(fp)) < 0) {
fp                512 lib/common/io.c     fclose(fp);
fp                106 lib/services/services_lsb.c     FILE *fp = NULL;
fp                127 lib/services/services_lsb.c     fp = fopen(ra_pathname, "r");
fp                128 lib/services/services_lsb.c     if (fp == NULL) {
fp                133 lib/services/services_lsb.c     while (fgets(buffer, sizeof(buffer), fp)) {
fp                182 lib/services/services_lsb.c             while (fgets(buffer, sizeof(buffer), fp)) {
fp                216 lib/services/services_lsb.c     fclose(fp);
fp               1083 lib/services/systemd.c     FILE *fp = NULL;
fp               1100 lib/services/systemd.c     fp = fopen(filename->str, "w");
fp               1101 lib/services/systemd.c     if (fp == NULL) {
fp               1109 lib/services/systemd.c     fd = fileno(fp);
fp               1123 lib/services/systemd.c     if (fputs(override->str, fp) == EOF) {
fp               1129 lib/services/systemd.c     if (fp != NULL) {
fp               1130 lib/services/systemd.c         fclose(fp);
fp               1137 lib/services/systemd.c     } else if (fp != NULL) {