Lines Matching refs:fp
781 FILE *fp; in getInterfaceQuota() local
789 fp = fopen(fname, "re"); in getInterfaceQuota()
791 if (!fp) { in getInterfaceQuota()
795 scanRes = fscanf(fp, "%" SCNd64, bytes); in getInterfaceQuota()
797 fclose(fp); in getInterfaceQuota()
837 FILE *fp; in updateQuota() local
846 fp = fopen(fname, "we"); in updateQuota()
848 if (!fp) { in updateQuota()
852 fprintf(fp, "%" PRId64"\n", bytes); in updateQuota()
853 fclose(fp); in updateQuota()
1132 FILE *fp, std::string &extraProcessingInfo) { in parseForwardChainStats() argument
1152 while (NULL != (buffPtr = fgets(lineBuffer, MAX_IPT_OUTPUT_LINE_LEN, fp))) { in parseForwardChainStats()
1284 void BandwidthController::parseAndFlushCostlyTables(FILE *fp, bool doRemove) { in parseAndFlushCostlyTables() argument
1291 while (NULL != (buffPtr = fgets(lineBuffer, MAX_IPT_OUTPUT_LINE_LEN, fp))) { in parseAndFlushCostlyTables()