Searched defs:ndomains (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dgetnetgrent.c313 int ndomains; local
351 ndomains = ia->arg[NSS_NETGR_DOMAIN].argc;
354 ndomains = 0;
367 "(nusers: %d, nhost:%d, ndomains: %d)",
368 nusers, nhost, ndomains);
372 if (nusers == 1 && nhost == 0 && ndomains == 0) {
418 } else if (nusers == 0 && nhost == 1 && ndomains == 0) {
485 ndomains != 0) {
486 for (i = 0; i < ndomains; i++)
489 if (i == ndomains)
[all...]
/osnet-11/usr/src/lib/libadutils/common/
H A Daddisc.c1070 int ndomains = 0; local
1118 (void) strcpy(domains[ndomains].sid, sid_str);
1127 (void) strcpy(domains[ndomains].domain, name);
1131 logger(LOG_DEBUG, " %s", domains[ndomains].domain);
1133 ndomains++;
1136 if (ndomains == 0) {
1142 if (ndomains < nresults) {
1144 tmp = realloc(domains, (ndomains + 1) * sizeof (*domains));
/osnet-11/usr/src/grub/grub2/include/grub/efi/
H A Dapi.h212 grub_uint32_t ndomains; member in struct:grub_efi_sal_system_table_purge_translation_coherence

Completed in 35 milliseconds