Lines Matching defs:domain_fp
783 int domain_fp;
1033 if ((domain_fp = open(DOMAINNAME, O_WRONLY|O_CREAT|O_TRUNC,
1053 (void) write(domain_fp, dname, strlen(dname));
1054 (void) write(domain_fp, "\n", 1);
1055 (void) close(domain_fp);
1097 int domain_fp;
1277 if ((domain_fp = open(DOMAINNAME, O_WRONLY|O_CREAT|O_TRUNC,
1296 (void) write(domain_fp, dname, strlen(dname));
1297 (void) write(domain_fp, "\n", 1);
1298 (void) close(domain_fp);
2163 FILE *domain_fp;
2173 domain_fp = fopen(DOMAINNAME, "r");
2174 if (domain_fp == NULL) {
2181 if (fgets(domainname, BUFSIZ, domain_fp) == NULL) {
2187 if (fclose(domain_fp) != 0) {
2251 if (domain_fp) {