Searched defs:domain_fd (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dgetdname.c74 FILE *domain_fd; local
91 if ((domain_fd = fopen(DOMAIN, "r")) == NULL) {
96 if (fscanf(domain_fd, "%s", domainname) == NULL) {
97 (void) fclose(domain_fd);
101 (void) fclose(domain_fd);
121 FILE *domain_fd; local
127 if ((domain_fd = fopen(DOMAIN, "w")) == NULL) {
131 if (fputs(domain, domain_fd) == NULL) {
135 (void) fclose(domain_fd);

Completed in 20 milliseconds