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

/illumos-gate/usr/src/cmd/ldap/common/
H A Dldapdelete.c71 int rc, deref, optind; local
104 deref = LDAP_DEREF_NEVER; /* prudent, but probably unnecessary */
105 ldap_set_option( ld, LDAP_OPT_DEREF, &deref );
H A Dldapmodrdn.c42 int rc, havedn, deref, optind; local
117 deref = LDAP_DEREF_NEVER; /* this seems prudent */
118 ldap_set_option( ld, LDAP_OPT_DEREF, &deref );
H A Dldapsearch.c108 fprintf( stderr, gettext(" -a deref\tone of never, always, search, or find (default: never)\n") );
138 static int includeufn, allow_binary, vals2tmp, ldif, scope, deref; variable
168 deref = LDAP_DEREF_NEVER;
270 ldap_set_option( ld, LDAP_OPT_DEREF, &deref );
419 case 'a': /* set alias deref option */
421 deref = LDAP_DEREF_NEVER;
423 deref = LDAP_DEREF_SEARCHING;
425 deref = LDAP_DEREF_FINDING;
427 deref = LDAP_DEREF_ALWAYS;
429 fprintf( stderr, gettext("alias deref shoul
[all...]
H A Dldapmodify.c242 int rc, use_ldif, deref; local
252 deref = LDAP_DEREF_NEVER; /* this seems prudent */
253 ldap_set_option( ld, LDAP_OPT_DEREF, &deref );
/illumos-gate/usr/src/lib/libadutils/common/
H A Dldap_ping.c132 int scope = LDAP_SCOPE_BASE, deref = LDAP_DEREF_NEVER, local
180 LDAP_REQ_SEARCH, basedn, scope, deref,
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_print.c1869 deref(printarg_t *pap, size_t size) function
1953 if (deref(pap, size) != 0)
1987 if (deref(pap, size) != 0)

Completed in 56 milliseconds