Home
last modified time | relevance | path

Searched refs:ld_options (Results 1 – 12 of 12) sorted by relevance

/titanic_50/usr/src/cmd/sgs/ld/common/
H A Dld.c536 char **nargv, *ld_options; in prepend_ldoptions() local
539 if ((ld_options = getenv(MSG_ORIG(MSG_LD_OPTIONS))) == NULL) in prepend_ldoptions()
546 while (isspace(*ld_options)) in prepend_ldoptions()
547 ld_options++; in prepend_ldoptions()
548 if (ld_options[0] == '\0') in prepend_ldoptions()
554 if ((ld_options = strdup(ld_options)) == NULL) { in prepend_ldoptions()
563 nargc = process_ldoptions(ld_options, NULL); in prepend_ldoptions()
582 nargc += process_ldoptions(ld_options, &nargv[nargc]); in prepend_ldoptions()
/titanic_50/usr/src/lib/libldap5/sources/ldap/common/
H A Drequest.c105 if (( ld->ld_options & LDAP_BITOPT_DNS ) != 0 && ldap_is_dns_dn( dn )) { in nsldapi_send_initial_request()
170 if ( bindreqdn == NULL && ( ld->ld_options in nsldapi_send_server_request()
216 || ( (ld->ld_options & LDAP_BITOPT_ASYNC in nsldapi_send_server_request()
219 || (!(ld->ld_options & LDAP_BITOPT_ASYNC ) in nsldapi_send_server_request()
284 if (ld->ld_options & LDAP_BITOPT_ASYNC && err == -2 ) { in nsldapi_send_server_request()
304 if (ld->ld_options & LDAP_BITOPT_ASYNC) { in nsldapi_send_server_request()
341 if (ld->ld_options & LDAP_BITOPT_ASYNC) { in nsldapi_ber_flush()
448 if (ld->ld_options & LDAP_BITOPT_ASYNC && rc == -2) in nsldapi_new_connection()
H A Dsetoption.c43 (ld)->ld_options |= bit; \
45 (ld)->ld_options &= ~bit; \
H A Dsbind.c161 ( ld->ld_options & LDAP_BITOPT_RECONNECT ) != 0 ) { in ldap_simple_bind_s()
H A Dabandon.c133 if (ld->ld_options & LDAP_BITOPT_ASYNC) in do_abandon()
H A Dopen.c323 nsldapi_ld_defaults.ld_options = LDAP_BITOPT_REFERRALS; in nsldapi_initialize_defaults()
601 if (( ld->ld_options & LDAP_BITOPT_SSL ) != 0 ) { in nsldapi_open_ldap_defconn()
H A Dos-ip.c375 if ((ld->ld_options & LDAP_BITOPT_RESTART) &&
485 if ( ld->ld_options & LDAP_BITOPT_ASYNC) {
631 if ( ld->ld_options & LDAP_BITOPT_ASYNC ) {
691 if ( ld->ld_options & LDAP_BITOPT_ASYNC) {
H A Dgetoption.c32 ((ld)->ld_options & bit ) != 0 ? 1 : 0
H A Dresult.c381 if ( rc == 0 || ( rc == -1 && (( ld->ld_options &
415 else if (ld->ld_options & LDAP_BITOPT_ASYNC) {
908 && ( ld->ld_options & LDAP_BITOPT_REFERRALS ) == 0 )) {
H A Dldap-int.h290 unsigned long ld_options; /* boolean options */ member
/titanic_50/usr/src/cmd/ldap/common/
H A Dldaptest.c888 ld->ld_options = 0; in main()
913 ld->ld_options |= LDAP_OPT_DNS; in main()
/titanic_50/usr/src/cmd/sendmail/libsm/
H A Dldap.c1403 ld->ld_options = lmap->ldap_options;