Searched refs:new (Results 76 - 100 of 2011) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dbb_askpass.c29 struct termios old, new; local
41 tcgetattr(STDIN_FILENO, &new);
42 new.c_iflag &= ~(IUCLC|IXON|IXOFF|IXANY);
43 new.c_lflag &= ~(ECHO|ECHOE|ECHOK|ECHONL|TOSTOP);
44 tcsetattr(STDIN_FILENO, TCSANOW, &new);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Denv.t38 eval ' $env = new BerkeleyDB::Env( -Stupid => 3) ; ' ;
41 eval ' $env = new BerkeleyDB::Env( -Bad => 2, -Home => "/tmp", -Stupid => 3) ; ' ;
44 eval ' $env = new BerkeleyDB::Env (-Config => {"fred" => " "} ) ; ' ;
53 ok 11, my $lexD = new LexDir($home) ;
55 ok 12, my $env = new BerkeleyDB::Env -Flags => DB_CREATE,
64 ok 13, my $lexD = new LexDir($home) ;
65 ok 14, my $env = new BerkeleyDB::Env -Home => $home,
72 # make new fail.
76 my $env = new BerkeleyDB::Env -Home => $home, @StdErrFile,
92 ok 18, my $lexD = new LexDi
[all...]
H A Ddb-3.1.t30 my $lex = new LexFile $Dfile ;
78 my $lex = new LexFile $Dfile ;
124 my $lex = new LexFile $Dfile ;
126 my $db1 = new BerkeleyDB::Hash -Filename => $Dfile,
131 my $db2 = new BerkeleyDB::Btree -Filename => $Dfile,
156 my $db3 = new BerkeleyDB::Hash -Filename => $Dfile,
165 my $lex = new LexFile $Dfile, $Dfile2 ;
167 my $db1 = new BerkeleyDB::Hash -Filename => $Dfile,
172 my $db2 = new BerkeleyDB::Hash -Filename => $Dfile,
196 my $db3 = new BerkeleyD
[all...]
H A Dsubdb.t26 ok my $db = new BerkeleyDB::Unknown -Filename => $file ,
74 my $lex = new LexFile $Dfile ;
76 ok my $db = new BerkeleyDB::Hash -Filename => $Dfile,
92 $db = new BerkeleyDB::Hash -Filename => $Dfile,
106 my $lex = new LexFile $Dfile ;
108 ok my $db = new BerkeleyDB::Hash -Filename => $Dfile,
125 $db = new BerkeleyDB::Hash -Filename => $Dfile,
135 my $lex = new LexFile $Dfile ;
137 ok my $db = new BerkeleyDB::Hash -Filename => $Dfile,
163 my $lex = new LexFil
[all...]
H A Ddb-3.0.t30 ok 1, my $lexD = new LexDir($home) ;
32 ok 2, my $env = new BerkeleyDB::Env -Flags => DB_CREATE, @StdErrFile ;
42 my $lex = new LexFile $Dfile ;
45 ok 4, my $db = new BerkeleyDB::Hash -Filename => $Dfile,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/
H A Dmtd_blkdevs.c287 int add_mtd_blktrans_dev(struct mtd_blktrans_dev *new) argument
289 struct mtd_blktrans_ops *tr = new->tr;
302 if (new->devnum == -1) {
306 new->devnum = last_devnum+1;
307 list_add_tail(&new->list, &d->list);
310 } else if (d->devnum == new->devnum) {
314 } else if (d->devnum > new->devnum) {
316 list_add_tail(&new->list, &d->list);
323 if (new->devnum == -1)
324 new
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Diri.c120 /* Try converting string str from locale to UTF-8. Return a new string
126 char *new; local
146 if (do_conversion (l2u, (char *) str, strlen ((char *) str), &new))
147 return (const char *) new;
193 char *new; local
198 new = xmalloc (outlen + 1);
199 memcpy (new, s, done);
201 s = new;
215 /* Try to "ASCII encode" UTF-8 host. Return the new domain on success or NULL
220 char *new; local
249 char *new; local
266 remote_to_utf8(struct iri *i, const char *str, const char **new) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dftrace.c77 * and the new code into the "code" buffer.
117 int new = old & ~MOD_CODE_WRITE_FLAG; local
119 if (old == new)
122 old = atomic_cmpxchg(&nmi_running, old, new);
137 /* if we fail, then kill any new writers */
232 /* replace the text with the new text */
244 unsigned char old[MCOUNT_INSN_SIZE], *new; local
247 new = ftrace_call_replace(ip, (unsigned long)func);
249 return ftrace_modify_code(ip, old, new);
255 unsigned char *new, *ol local
266 unsigned char *new, *old; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/asm/
H A Dmmu_context.h22 static inline void activate_mm(struct mm_struct *old, struct mm_struct *new) argument
26 * when the new ->mm is used for the first time.
28 __switch_mm(&new->context.id);
29 arch_dup_mmap(old, new);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/
H A Ddomd27 ${PERL} $TOP/util/clean-depend.pl < Makefile.tmp > Makefile.new
32 ${PERL} $TOP/util/clean-depend.pl < Makefile > Makefile.new
35 mv Makefile.new Makefile
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Ddomd27 ${PERL} $TOP/util/clean-depend.pl < Makefile.tmp > Makefile.new
31 ${PERL} $TOP/util/clean-depend.pl < Makefile > Makefile.new
33 mv Makefile.new Makefile
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/
H A Ddomd27 ${PERL} $TOP/util/clean-depend.pl < Makefile.tmp > Makefile.new
32 ${PERL} $TOP/util/clean-depend.pl < Makefile > Makefile.new
35 mv Makefile.new Makefile
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/
H A Dsmbadduser32 echo " 3) Executes smbpasswd for each new user"
42 set new = ()
69 set new = ($new $unix)
73 # Enter password for new users
75 foreach one ($new)
H A Dsmbadduser.in32 echo " 3) Executes smbpasswd for each new user"
42 set new = ()
69 set new = ($new $unix)
73 # Enter password for new users
75 foreach one ($new)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dzstream.h105 { return new wxZlibInputStream(stream); }
107 { return new wxZlibOutputStream(stream, -1); }
109 { return new wxZlibInputStream(stream); }
111 { return new wxZlibOutputStream(stream, -1); }
126 { return new wxZlibInputStream(stream); }
128 { return new wxZlibOutputStream(stream, -1, wxZLIB_GZIP); }
130 { return new wxZlibInputStream(stream); }
132 { return new wxZlibOutputStream(stream, -1, wxZLIB_GZIP); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/include/
H A Dexternal.h11 void (*new)(struct nf_conntrack *ct);
22 void (*new)(struct nf_expect *exp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dbase64.h13 : SimpleProxyFilter(new BaseN_Encoder(new Grouper), attachment)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dgetiface.c61 char **new; local
65 new = (char **) malloc((sizeof(ifs)/sizeof(struct if_nameindex) + 1) * sizeof(char *));
68 if (addname(new, &i, ifs->if_name) < 0)
74 *list = new;
81 char **new;
94 new = (char **) malloc((ifc.ifc_len/sizeof(struct ifreq) + 1) * sizeof(char *));
107 if (addname(new, &i, ifr->ifr_name) < 0)
110 *list = new;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/shared/
H A Dmconsole_kern.h42 extern void mconsole_register_dev(struct mc_device *new);
46 static inline void mconsole_register_dev(struct mc_device *new) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dtimer.h41 extern void add_virt_timer(void *new);
42 extern void add_virt_timer_periodic(void *new);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dcmpxchg-irq.h27 unsigned long new)
35 *m = new;
26 __cmpxchg_u32(volatile int *m, unsigned long old, unsigned long new) argument
H A Dcmpxchg-llsc.h47 __cmpxchg_u32(volatile int *m, unsigned long old, unsigned long new) argument
64 : "r" (m), "r" (old), "r" (new)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/mb93090-mb00/
H A Dpci-dma-nommu.c33 struct dma_alloc_record *new; local
44 new = kmalloc(sizeof (*new), GFP_ATOMIC);
45 if (!new)
49 new->len = (size + 31) & ~31;
68 new->ofs = start;
69 list_add_tail(&new->list, this);
76 kfree(new);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dsync_bitops.h48 #define sync_cmpxchg(ptr, old, new) \
49 ((__typeof__(*(ptr)))cmpxchg_acq((ptr), (old), (new)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dftrace.c81 unsigned int new; local
99 new = INSN_B_1F_5;
109 new = INSN_B_1F_4;
116 new = INSN_NOP;
118 return ftrace_modify_code(ip, new);
123 unsigned int new; local
127 new = in_module(ip) ? insn_lui_v1_hi16_mcount : insn_jal_ftrace_caller;
129 return ftrace_modify_code(ip, new);
136 unsigned int new; local
138 new
[all...]

Completed in 303 milliseconds

1234567891011>>