Searched refs:profile_fp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapclient.c1446 int profile_fp; local
1866 if ((profile_fp = open(DOMAINNAME, O_WRONLY|O_CREAT|O_TRUNC,
1886 (void) write(profile_fp, dname, strlen(dname));
1887 (void) write(profile_fp, "\n", 1);
1888 (void) close(profile_fp);

Completed in 49 milliseconds