Searched refs:nm (Results 51 - 75 of 322) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dapps.h257 void print_name(BIO *out, const char *title, X509_NAME *nm, unsigned long lflags);
H A Dapps.c1281 void print_name(BIO *out, const char *title, X509_NAME *nm, unsigned long lflags) argument
1293 buf = X509_NAME_oneline(nm, 0, 0);
1299 X509_NAME_print_ex(out, nm, indent, lflags);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/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/timemachine/openssl-0.9.8e/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/timemachine/openssl-0.9.8e/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/timemachine/openssl-0.9.8e/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/src/linux/linux-2.6/arch/powerpc/boot/
H A Dwrapper215 base=0x`${CROSS}nm "$ofile" | grep ' _start$' | cut -d' ' -f1`
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_zebra.c51 struct listnode *nm;
76 LIST_LOOP (bgp->peer, peer, nm)
170 struct listnode *nn, *nm;
180 LIST_LOOP (bgp->peer, peer, nm)
50 struct listnode *nm; local
169 struct listnode *nn, *nm; local
H A Dbgpd.c3132 struct listnode *nn, *nm;
3140 LIST_LOOP (bgp->peer, peer, nm)
3157 LIST_LOOP (bgp->group, group, nm)
3288 struct listnode *nn, *nm;
3299 LIST_LOOP (bgp->peer, peer, nm)
3316 LIST_LOOP (bgp->group, group, nm)
3445 struct listnode *nn, *nm;
3453 LIST_LOOP (bgp->peer, peer, nm)
3470 LIST_LOOP (bgp->group, group, nm)
4288 struct listnode *nn, *nm, *n
3103 struct listnode *nn, *nm; local
3258 struct listnode *nn, *nm; local
3414 struct listnode *nn, *nm; local
4251 struct listnode *nn, *nm, *no; local
[all...]
H A Dbgp_routemap.c1895 struct listnode *nn, *nm;
1906 LIST_LOOP (bgp->peer, peer, nm)
1928 LIST_LOOP (bgp->group, group, nm)
1955 LIST_LOOP (bgp->peer, peer, nm)
1868 struct listnode *nn, *nm; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dkeychain.c905 struct listnode *nm;
912 LIST_LOOP (keychain->key, key, nm)
901 struct listnode *nm; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/
H A DMakefile.IMA125 NM = $(CROSS_COMPILE)nm
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dnamespace.pl69 my $nm = ($ENV{'NM'} || "nm") . " -p";
81 my %nmdata = (); # nm data for each object
199 if (! open(NMDATA, "$nm $basename|")) {
200 printf STDERR "$nm $fullname failed $!\n";
228 printf STDERR "nm output for $fullname contains unknown type '$_'\n";
291 printf "No nm data for $fullname\n";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dlineedit.c295 int nm = num_matches; local
296 int nm1 = nm + 1;
299 matches[nm] = matched;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Djcarith.c222 register unsigned char nl, nm; local
232 nm = qe & 0xFF; qe >>= 8; /* Next_Index_MPS */
258 *st = (sv & 0x80) ^ nm; /* Estimate_after_MPS */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Dmd.c3286 char nm[20]; local
3287 sprintf(nm, "rd%d", rdev->raid_disk);
3288 if (sysfs_create_link(&mddev->kobj, &rdev->kobj, nm))
3290 nm, mdname(mddev));
3497 char nm[20]; local
3498 sprintf(nm, "rd%d", rdev->raid_disk);
3499 sysfs_remove_link(&mddev->kobj, nm);
5496 char nm[20]; local
5497 sprintf(nm,"rd%d", rdev->raid_disk);
5498 sysfs_remove_link(&mddev->kobj, nm);
5509 char nm[20]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Dapps.c1259 void print_name(BIO *out, char *title, X509_NAME *nm, unsigned long lflags) argument
1271 buf = X509_NAME_oneline(nm, 0, 0);
1277 X509_NAME_print_ex(out, nm, indent, lflags);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Dx86inc.asm477 %xdefine ntmp%2 nm%2
482 %xdefine nm%1 ntmp%2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Docsp.h422 int OCSP_request_set1_name(OCSP_REQUEST *req, X509_NAME *nm);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/ocsp/
H A Docsp.h422 int OCSP_request_set1_name(OCSP_REQUEST *req, X509_NAME *nm);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/
H A DMakefile123 NM = mipsel-uclibc-linux26-nm
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/utils/
H A DMakefile138 NM = mipsel-uclibc-linux26-nm
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/
H A DMakefile4 CONFIG= ./configure LDFLAGS=-L${PKG_INSTALL_DIR}/usr/lib CXXFLAGS=-I${PKG_INSTALL_DIR}/usr/include CFLAGS=-I${PKG_INSTALL_DIR}/usr/include --host=mipsel-uclibc-linux --build=mipsel-uclibc-linux-gnu26 --target=mipsel-uclibc-linux-gnu26 CC=mipsel-linux-uclibc-gcc CXX=mipsel-linux-uclibc-g++ STRIP=mipsel-linux-linux26-strip AR=mipsel-linux-linux26-ar NM=mipsel-linux-linux26-nm OBJDUMP=mipsel-linux-linux26-objdump --prefix=/usr --disable-nls --disable-afs --enable-hfs --disable-debugging --disable-shell-check --disable-timelord --disable-a2boot --disable-cups --disable-tcp-wrappers --with-cnid-default-backend=dbd --with-bdb=${PKG_INSTALL_DIR}/usr --with-libgcrypt-dir=${PKG_INSTALL_DIR}/usr--libdir=${PKG_INSTALL_DIR}/usr --libexecdir=${PKG_INSTALL_DIR}/usr/lib --with-ssl-dir=${PKG_INSTALL_DIR}/usr --with-uams-path=/usr/lib/uams --disable-admin-group --disable-srvloc build_alias=mipsel-uclibc-linux-gnu26 host_alias=mipsel-uclibc-linux target_alias=mipsel-uclibc-linux-gnu26 --no-create --no-recursion
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/iucv/
H A Daf_iucv.c101 static struct sock *__iucv_get_sock_by_name(char *nm) argument
107 if (!memcmp(&iucv_sk(sk)->src_name, nm, 8))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libdaemon-0.14/doc/
H A DMakefile148 NM = mipsel-linux-linux26-nm

Completed in 197 milliseconds

1234567891011>>