Lines Matching defs:deref
107 fprintf( stderr, gettext(" -a deref\tone of never, always, search, or find (default: never)\n") );
137 static int includeufn, allow_binary, vals2tmp, ldif, scope, deref;
167 deref = LDAP_DEREF_NEVER;
269 ldap_set_option( ld, LDAP_OPT_DEREF, &deref );
418 case 'a': /* set alias deref option */
420 deref = LDAP_DEREF_NEVER;
422 deref = LDAP_DEREF_SEARCHING;
424 deref = LDAP_DEREF_FINDING;
426 deref = LDAP_DEREF_ALWAYS;
428 fprintf( stderr, gettext("alias deref should be never, search, find, or always\n") );