Searched refs:nm (Results 26 - 50 of 322) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/
H A Dbn_div.c70 int i,nm,nd;
98 nm=BN_num_bits(m);
108 if (!BN_lshift(D,D,nm-nd)) goto end;
109 for (i=nm-nd; i>=0; i--)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_div.c70 int i,nm,nd;
98 nm=BN_num_bits(m);
108 if (!BN_lshift(D,D,nm-nd)) goto end;
109 for (i=nm-nd; i>=0; i--)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/mm/
H A Dioremap.c362 const char *nm; local
367 if ((nm = r->name) == 0) nm = "???";
370 (unsigned long)r->end, nm);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dtest.c170 static int filstat(char *nm, enum token mode);
384 static int filstat(char *nm, enum token mode) argument
391 if (lstat(nm, &s) == 0) {
399 if (stat(nm, &s) != 0)
410 return test_eaccess(nm, i) == 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/examples/
H A Ddepmod.pl29 my $nm = $ENV{'NM'} || "nm";
111 my @output=`$nm $obj`;
119 my @output = $kernelsyms ? `cat $kernelsyms` : `$nm $kernel`;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/
H A DMakefile26 NM = sparc64-linux-nm
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/
H A DMakefile19 NM = sh $(srctree)/arch/parisc/nm
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/ocsp/
H A Docsp_cl.c100 int OCSP_request_set1_name(OCSP_REQUEST *req, X509_NAME *nm) argument
104 if (!X509_NAME_set(&gen->d.directoryName, nm))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/ocsp/
H A Docsp_cl.c100 int OCSP_request_set1_name(OCSP_REQUEST *req, X509_NAME *nm) argument
106 if (!X509_NAME_set(&gen->d.directoryName, nm))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dmempolicy.c950 unsigned long __user *nm = NULL; local
958 nm = compat_alloc_user_space(alloc_size);
960 err = sys_get_mempolicy(policy, nm, nr_bits+1, addr, flags);
963 err = copy_from_user(bm, nm, alloc_size);
976 unsigned long __user *nm = NULL; local
985 nm = compat_alloc_user_space(alloc_size);
986 err |= copy_to_user(nm, bm, alloc_size);
992 return sys_set_mempolicy(mode, nm, nr_bits+1);
1000 unsigned long __user *nm = NULL; local
1009 nm
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/x509v3/
H A Dv3_purp.c612 X509_NAME *nm = NULL; local
618 nm = gen->d.dirn;
622 if(nm && X509_NAME_cmp(nm, X509_get_issuer_name(issuer)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_purp.c638 X509_NAME *nm = NULL; local
644 nm = gen->d.dirn;
648 if(nm && X509_NAME_cmp(nm, X509_get_issuer_name(issuer)))
H A Dv3_utl.c800 int X509V3_NAME_from_section(X509_NAME *nm, STACK_OF(CONF_VALUE)*dn_sk, argument
806 if (!nm)
838 if (!X509_NAME_add_entry_by_txt(nm,type, chtype,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dioport.c771 const char *nm; local
776 if ((nm = r->name) == 0) nm = "???";
779 (unsigned long long)r->end, nm);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/
H A DMakefile14 NM := $(CROSS_COMPILE)nm -B
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Djdarith.c109 register unsigned char nl, nm; local
154 nm = qe & 0xFF; qe >>= 8; /* Next_Index_MPS */
165 *st = (sv & 0x80) ^ nm; /* Estimate_after_MPS */
177 *st = (sv & 0x80) ^ nm; /* Estimate_after_MPS */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/vtysh/
H A Dvtysh_config.c255 struct listnode *nm;
277 LIST_LOOP (config->line, line, nm)
254 struct listnode *nm; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/modules/
H A Dif_ppp.c746 struct mbuf *nm; local
749 for (nm = m; nm != 0; nm = nm->m_next)
750 len += nm->m_len;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509_vfy.c668 X509_NAME *nm, STACK_OF(X509_CRL) *crls)
675 if (X509_NAME_cmp(nm, X509_CRL_get_issuer(crl)))
702 X509_NAME *nm; local
703 nm = X509_get_issuer_name(x);
704 ok = get_crl_sk(ctx, &crl, nm, ctx->crls);
711 ok = X509_STORE_get_by_subject(ctx, X509_LU_CRL, nm, &xobj);
667 get_crl_sk(X509_STORE_CTX *ctx, X509_CRL **pcrl, X509_NAME *nm, STACK_OF(X509_CRL) *crls) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/
H A DMakefile.custom86 $(CROSS_COMPILE)nm --size-sort busybox_unstripped | grep -vi ' [tr] '
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/engines/cluster_labs/
H A DMakefile46 (nm -Pg $(LIBNAME).o | grep ' [BDT] ' | cut -f1 -d' ' > $(LIBNAME).exp; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/engines/ibmca/
H A DMakefile46 (nm -Pg $(LIBNAME).o | grep ' [BDT] ' | cut -f1 -d' ' > $(LIBNAME).exp; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/engines/rsaref/
H A DMakefile55 (nm -Pg $(LIBNAME).o | grep ' [BDT] ' | cut -f1 -d' ' > $(LIBNAME).exp; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/engines/zencod/
H A DMakefile46 (nm -Pg $(LIBNAME).o | grep ' [BDT] ' | cut -f1 -d' ' > $(LIBNAME).exp; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Dapps.h260 void print_name(BIO *out, char *title, X509_NAME *nm, unsigned long lflags);

Completed in 179 milliseconds

1234567891011>>