Lines Matching refs:FILE
6 * you may not use this file except in compliance with the License.
212 "Usage: %s [-v level ] [-r] [-n name] [-t type] [-d domain] [-p port] [-f file] [-b] [-P pidfile] [-x name=val ...]\n",
224 fprintf(stderr, " -f reads a service list from 'file'\n");
226 fprintf(stderr, " -P uses 'pidfile' as the PID file\n");
339 fprintf(stderr, "%s: You must specify a service name to register (-n) or a service file (-f).\n", gProgramName);
472 static mDNSBool ReadALine(char *buf, size_t bufSize, FILE *fp, mDNSBool skipBlankLines)
505 FILE * fp = fopen(filePath, "r");
594 // print error, but try to read and register other services in the file
602 fprintf(stderr, "%s: Error reading service file %s\n", gProgramName, filePath);
666 // file as an error. Also note that we assign getpid to a long
676 FILE *fp;
717 // This example client has no file descriptors of its own,