Searched refs:nmod (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/modutils/
H A Drmmod.c58 size_t nmod = 0; /* number of modules */ local
61 while (nmod != pnmod) {
67 pnmod = nmod;
71 &nmod))
H A Dlsmod.c82 size_t bufsize, depsize, nmod, count, i, j; local
86 while (query_module(NULL, QM_MODULES, module_names, bufsize, &nmod)) {
88 module_names = xmalloc(bufsize = nmod);
95 for (i = 0, mn = module_names; i < nmod; mn += strlen(mn) + 1, i++) {
H A Dinsmod.c2675 size_t ret, bufsize, nmod, nsyms, i, j; local
2690 n_ext_modules = nmod = ret;
2694 if (nmod) {
2695 ext_modules = modules = xmalloc(nmod * sizeof(*modules));
2696 memset(modules, 0, nmod * sizeof(*modules));
2698 i < nmod; ++i, ++m, mn += strlen(mn) + 1) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/dsa/
H A Dfips_dssvs.c109 int nmod=0; local
114 nmod=atoi(buf+7);
119 printf("[mod = %d]\n\n",nmod);
128 dsa=DSA_generate_parameters(nmod,seed,0,&counter,&h,NULL,NULL);
146 int nmod=0; local
151 nmod=atoi(buf+7);
157 printf("[mod = %d]\n\n",nmod);
159 dsa=DSA_generate_parameters(nmod,NULL,0,NULL,NULL,NULL,NULL);
180 int nmod=0; local
187 nmod
222 int nmod=0; local
[all...]

Completed in 203 milliseconds