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

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/dnsmasq/contrib/slackware-dnsmasq/
H A Ddoinst.sh.gz
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/
H A Dmklink.pl63 open (NEW, ">$from/$file") or die "Can't open $from/$file: $!";
65 binmode(NEW);
67 print NEW $_;
70 close (NEW) or die "Can't close $from/$file: $!";
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/
H A Dmklink.pl63 open (NEW, ">$from/$file") or die "Can't open $from/$file: $!";
65 binmode(NEW);
67 print NEW $_;
70 close (NEW) or die "Can't close $from/$file: $!";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/tests/
H A Dprint-flags.sh23 if (../tcpdump -$i -s0 -nr print-flags.pcap | tee NEW/print-$printname.new | diff - print-$printname.out >DIFF/print-$printname.out.diff )
H A DTESTrun.sh3 mkdir -p NEW
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/lib/
H A DGENpatch.S8 #define GEN_DO_PATCH(OLD, NEW) \
9 sethi %hi(NEW), %g1; \
10 or %g1, %lo(NEW), %g1; \
H A DNG2patch.S8 #define NG_DO_PATCH(OLD, NEW) \
9 sethi %hi(NEW), %g1; \
10 or %g1, %lo(NEW), %g1; \
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 DNG2page.S36 #define NG_DO_PATCH(OLD, NEW) \
37 sethi %hi(NEW), %g1; \
38 or %g1, %lo(NEW), %g1; \
H A DGENpage.S52 #define GEN_DO_PATCH(OLD, NEW) \
53 sethi %hi(NEW), %g1; \
54 or %g1, %lo(NEW), %g1; \
H A DNGpage.S74 #define NG_DO_PATCH(OLD, NEW) \
75 sethi %hi(NEW), %g1; \
76 or %g1, %lo(NEW), %g1; \
H A DGENbzero.S131 #define GEN_DO_PATCH(OLD, NEW) \
132 sethi %hi(NEW), %g1; \
133 or %g1, %lo(NEW), %g1; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A DCA.pl.in87 $NEW="1";
88 if ( "$NEW" || ! -f "${CATOP}/serial" ) {
H A DCA.pl87 $NEW="1";
88 if ( "$NEW" || ! -f "${CATOP}/serial" ) {
H A DCA.sh105 NEW="1"
106 if [ "$NEW" -o ! -f ${CATOP}/serial ]; then
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A Dphp_parser.h117 NEW = 334, enumerator in enum:yytokentype
208 #define NEW 334 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A DCA.pl.in87 $NEW="1";
88 if ( "$NEW" || ! -f "${CATOP}/serial" ) {
H A DCA.pl87 $NEW="1";
88 if ( "$NEW" || ! -f "${CATOP}/serial" ) {
H A DCA.sh105 NEW="1"
106 if [ "$NEW" -o ! -f ${CATOP}/serial ]; then
/netgear-R7000-V1.0.7.12_1.2.5/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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/sample/sample-config-files/
H A Dfirewall.sh102 iptables -A OUTPUT -m state --state NEW -o eth0 -j ACCEPT
104 iptables -A FORWARD -m state --state NEW -o eth0 -j ACCEPT

Completed in 176 milliseconds

123