Searched refs:nparam (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/bin/sh/
H A Doptions.h37 int nparam; /* # of positional parameters (without $0) */ member in struct:shparam
H A Doptions.c122 /* assert(shellparam.malloc == 0 && shellparam.nparam == 0); */
124 shellparam.nparam++;
335 shellparam.nparam = argc;
378 if (n > shellparam.nparam)
381 shellparam.nparam -= n;
386 (shellparam.nparam + 1) * sizeof(shellparam.p[0]));
H A Dexpand.c853 if (errno != 0 || num > shellparam.nparam)
951 num = shellparam.nparam;
977 if (shellparam.nparam > 0)
1007 else if (num > 0 && num <= shellparam.nparam)
H A Deval.c1032 shellparam.nparam = argc - 1;
/freebsd-11.0-release/crypto/openssl/apps/
H A Dcms.c462 cms_key_param *nparam; local
463 nparam = OPENSSL_malloc(sizeof(cms_key_param));
464 if (!nparam) {
468 nparam->idx = keyidx;
469 nparam->param = sk_OPENSSL_STRING_new_null();
470 nparam->next = NULL;
472 key_first = nparam;
474 key_param->next = nparam;
475 key_param = nparam;
/freebsd-11.0-release/sys/boot/ficl/
H A Dloader.c332 int nparam, i; local
339 nparam = stackPopINT(pVM->pStack);
342 vmCheckStack(pVM, nparam, 1);
345 for (i = 0; i < nparam; i++)
/freebsd-11.0-release/sys/netinet/
H A Dsctp_input.c490 struct sctp_asconf_addr *param, *nparam; local
492 TAILQ_FOREACH_SAFE(param, &asoc->asconf_queue, next, nparam) {

Completed in 300 milliseconds