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

/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dldapclient.c1449 int profile_fp; local
1887 if ((profile_fp = open(DOMAINNAME, O_WRONLY|O_CREAT|O_TRUNC,
1907 (void) write(profile_fp, dname, strlen(dname));
1908 (void) write(profile_fp, "\n", 1);
1909 (void) close(profile_fp);

Completed in 21 milliseconds