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

/illumos-gate/usr/src/cmd/sgs/ld/common/
H A Dld.c536 char **nargv, *ld_options; local
539 if ((ld_options = getenv(MSG_ORIG(MSG_LD_OPTIONS))) == NULL)
546 while (isspace(*ld_options))
547 ld_options++;
548 if (ld_options[0] == '\0')
554 if ((ld_options = strdup(ld_options)) == NULL) {
563 nargc = process_ldoptions(ld_options, NULL);
582 nargc += process_ldoptions(ld_options, &nargv[nargc]);
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Drequest.c105 if (( ld->ld_options & LDAP_BITOPT_DNS ) != 0 && ldap_is_dns_dn( dn )) {
170 if ( bindreqdn == NULL && ( ld->ld_options
216 || ( (ld->ld_options & LDAP_BITOPT_ASYNC
219 || (!(ld->ld_options & LDAP_BITOPT_ASYNC )
284 if (ld->ld_options & LDAP_BITOPT_ASYNC && err == -2 ) {
304 if (ld->ld_options & LDAP_BITOPT_ASYNC) {
341 if (ld->ld_options & LDAP_BITOPT_ASYNC) {
448 if (ld->ld_options & LDAP_BITOPT_ASYNC && rc == -2)
H A Dabandon.c133 if (ld->ld_options & LDAP_BITOPT_ASYNC)
H A Dsbind.c161 ( ld->ld_options & LDAP_BITOPT_RECONNECT ) != 0 ) {
H A Dsetoption.c43 (ld)->ld_options |= bit; \
45 (ld)->ld_options &= ~bit; \
H A Dopen.c323 nsldapi_ld_defaults.ld_options = LDAP_BITOPT_REFERRALS;
601 if (( ld->ld_options & LDAP_BITOPT_SSL ) != 0 ) {
H A Dgetoption.c32 ((ld)->ld_options & bit ) != 0 ? 1 : 0
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 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 in struct:ldap
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldaptest.c888 ld->ld_options = 0;
913 ld->ld_options |= LDAP_OPT_DNS;
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dldap.c1403 ld->ld_options = lmap->ldap_options;

Completed in 95 milliseconds