Searched defs:arg_count (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Ddosys.cc315 int arg_count = 5; local
330 arg_count += 2;
334 arg_count++;
337 argv = (char **)alloca(arg_count * (sizeof(char *)));
361 if (p >= &argv[arg_count]) {
366 arg_count);
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapclient.c3243 int arg_count = 0; local
3245 arg_count += list->authenticationMethod ? 1 : 0;
3246 arg_count += list->serviceAuthenticationMethod->count;
3247 arg_count += list->defaultSearchBase ? 1 : 0;
3248 arg_count += list->credentialLevel ? 1 : 0;
3249 arg_count += list->serviceCredentialLevel->count;
3250 arg_count += list->domainName ? 1 : 0;
3251 arg_count += list->proxyDN ? 1 : 0;
3252 arg_count += list->enableShadowUpdate ? 1 : 0;
3253 arg_count
[all...]

Completed in 76 milliseconds