Searched refs:ldaptool_check_ferror (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/ldap/common/ |
H A D | ldaptool.h | 202 int ldaptool_check_ferror( FILE * stream, const int ldap_err, const char *msg );
|
H A D | ldapdelete.c | 143 rc = ldaptool_check_ferror( stdout, rc, in main()
|
H A D | ldapmodify.c | 195 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 D | ldapsearch.c | 354 rc = ldaptool_check_ferror( stdout, rc, in main()
|
H A D | common.c | 2640 ldaptool_check_ferror(FILE * stream, const int ldap_err, const char *msg) function
|