Home
last modified time | relevance | path

Searched refs:ldaptool_check_ferror (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/ldap/common/
H A Dldaptool.h202 int ldaptool_check_ferror( FILE * stream, const int ldap_err, const char *msg );
H A Dldapdelete.c143 rc = ldaptool_check_ferror( stdout, rc, in main()
H A Dldapmodify.c195 rc = ldaptool_check_ferror( stdout, rc, in main()
212 rc = ldaptool_check_ferror( stdout, rc, in main()
219 rc = ldaptool_check_ferror( stdout, rc, in main()
H A Dldapsearch.c354 rc = ldaptool_check_ferror( stdout, rc, in main()
H A Dcommon.c2641 ldaptool_check_ferror(FILE * stream, const int ldap_err, const char *msg) function