Home | History | Annotate | Download | only in mDNSPosix

Lines Matching defs:fp

503 	FILE *fp = fopen(filePath, "r");
504 if (fp == NULL) return -1;
505 while (fgets(line,sizeof(line),fp))