Searched refs:NEW (Results 1 - 25 of 27) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq-2.33/contrib/slackware-dnsmasq/
H A Ddoinst.sh.gz
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/util/
H A Dmklink.pl60 open (NEW, ">$from/$file") or die "Can't open $from/$file: $!";
62 binmode(NEW);
64 print NEW $_;
67 close (NEW) or die "Can't close $from/$file: $!";
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dmklink.pl62 open (NEW, ">$from/$file") or die "Can't open $from/$file: $!";
64 binmode(NEW);
66 print NEW $_;
69 close (NEW) or die "Can't close $from/$file: $!";
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/packaging/Mandrake/
H A Dmakerpms-cvs.sh18 NEW=$(echo $i|sed -e 's/\.tmpl//g');
19 cat $i |sed -e 's/PVERSION/'$VERSION'/g; s/PRELEASE/'$RELEASE'/g'> $NEW ;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc64/lib/
H A DNGpatch.S8 #define NG_DO_PATCH(OLD, NEW) \
9 sethi %hi(NEW), %g1; \
10 or %g1, %lo(NEW), %g1; \
H A DU3patch.S8 #define ULTRA3_DO_PATCH(OLD, NEW) \
9 sethi %hi(NEW), %g1; \
10 or %g1, %lo(NEW), %g1; \
H A DNGpage.S73 #define NG_DO_PATCH(OLD, NEW) \
74 sethi %hi(NEW), %g1; \
75 or %g1, %lo(NEW), %g1; \
H A DNGbzero.S138 #define NG_DO_PATCH(OLD, NEW) \
139 sethi %hi(NEW), %g1; \
140 or %g1, %lo(NEW), %g1; \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/apps/
H A DCA.pl.in85 $NEW="1";
86 if ( "$NEW" || ! -f "${CATOP}/serial" ) {
H A DCA.pl85 $NEW="1";
86 if ( "$NEW" || ! -f "${CATOP}/serial" ) {
H A DCA.sh67 NEW="1"
68 if [ "$NEW" -o ! -f ${CATOP}/serial ]; then
H A DCA.com104 $ APPEND/NEW NL: 'CATOP']index.txt
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A DCA.pl87 $NEW="1";
88 if ( "$NEW" || ! -f "${CATOP}/serial" ) {
H A DCA.pl.in87 $NEW="1";
88 if ( "$NEW" || ! -f "${CATOP}/serial" ) {
H A DCA.sh69 NEW="1"
70 if [ "$NEW" -o ! -f ${CATOP}/serial ]; then
H A DCA.com104 $ APPEND/NEW NL: 'CATOP']index.txt
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-gobject/
H A Dga-record-browser.c37 NEW,
159 signals[NEW] =
332 guint signalid = (event == AVAHI_BROWSER_NEW ? NEW : REMOVED);
H A Dga-service-browser.c40 NEW,
161 signals[NEW] =
309 signalid = (event == AVAHI_BROWSER_NEW ? NEW : REMOVED);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DOpcodes.java280 int NEW = 187; // visitTypeInsn field in interface:Opcodes
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep021.tcl80 set masterdir2 $testdir/MASTERDIR.NEW
132 set clientdir2 $testdir/CLIENTDIR.NEW
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-s390/
H A Dcompat.h31 #define PSW32_MASK_MERGE(CURRENT,NEW) \
33 ((NEW) & (PSW32_MASK_CC|PSW32_MASK_PM)))
H A Dptrace.h276 /* This macro merges a NEW PSW mask specified by the user into
280 #define PSW_MASK_MERGE(CURRENT,NEW) \
282 ((NEW) & (PSW_MASK_CC|PSW_MASK_PM)))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dsun4v_tlb_miss.S389 #define SUN4V_DO_PATCH(OLD, NEW) \
390 sethi %hi(NEW), %g1; \
391 or %g1, %lo(NEW), %g1; \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dmsdos.h33 #define NEW 1 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/model/
H A DBytecodeEnhancer.java50 import static com.sleepycat.asm.Opcodes.NEW;
297 mv.visitTypeInsn(NEW, className);
326 mv.visitTypeInsn(NEW, className);
875 /* Date is a special case because we use NEW instead of valueOf. */
877 mv.visitTypeInsn(NEW, "java/util/Date");

Completed in 188 milliseconds

12