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

/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapclient.c2807 int yp_stat, restore_stat; local
2820 restore_stat = stat(LDAP_RESTORE_DIR, &buf);
2821 if (restore_stat == 0) {
2829 restore_stat = stat(LDAP_RESTORE_DIR, &buf);
2830 if (restore_stat == 0) {

Completed in 62 milliseconds