Searched defs:ld_options (Results 1 - 2 of 2) 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 Dldap-int.h290 unsigned long ld_options; /* boolean options */ member in struct:ldap

Completed in 764 milliseconds