Searched refs:new (Results 276 - 300 of 3164) sorted by relevance

<<11121314151617181920>>

/netbsd-current/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/
H A Dbasic.t11 my $tmpfile = File::Temp->new;
40 my $template = Text::Template->new('type' => 'FILE', 'source' => $TEMPFILE);
69 $template = Text::Template->new(type => 'FILEHANDLE', source => $tmpl);
83 $template = Text::Template->new(
103 $tmpl = Text::Template->new(TYPE => 'STRING', SOURCE => 'B{"\\}"}C{"\\{"}D');
111 $tmpl = Text::Template->new(TYPE => 'STRING', SOURCE => qq{A{"\t"}B});
141 my $tmpl = Text::Template->new(TYPE => 'STRING', SOURCE => $test);
153 $template = Text::Template->new(type => 'FILEHANDLE', source => $tmpl);
174 $text = Text::Template->new(
H A Dpreprocess.t13 my $tmpfile = File::Temp->new;
32 $tmpl = Text::Template::Preprocess->new(TYPE => 'STRING', SOURCE => $t) or die;
36 $tmpl = Text::Template::Preprocess->new(TYPE => 'FILEHANDLE', SOURCE => $tfh) or die;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dinitsem.c70 result = new ErrorInitializer();
76 result = new ErrorInitializer();
83 Expressions *elements = new Expressions();
104 result = new ErrorInitializer();
116 result = new ErrorInitializer();
126 result = new ErrorInitializer();
164 result = new ErrorInitializer();
168 StructLiteralExp *sle = new StructLiteralExp(i->loc, sd, elements, t);
171 result = new ErrorInitializer();
176 ExpInitializer *ie = new ExpInitialize
[all...]
H A Dconstfold.c79 new(&ue) RealExp(loc, -e1->toReal(), type);
83 new(&ue) RealExp(loc, -e1->toImaginary(), type);
87 new(&ue) ComplexExp(loc, -e1->toComplex(), type);
91 new(&ue) IntegerExp(loc, -e1->toInteger(), type);
101 new(&ue) IntegerExp(loc, ~e1->toInteger(), type);
110 new(&ue) IntegerExp(loc, e1->isBool(false) ? 1 : 0, type);
119 new(&ue) IntegerExp(loc, e1->isBool(true) ? 1 : 0, type);
129 new(&ue) RealExp(loc, e1->toReal() + e2->toReal(), type);
133 new(&ue) RealExp(loc, e1->toImaginary() + e2->toImaginary(), type);
213 new(
[all...]
H A Dparse.c157 Dsymbols *a = new Dsymbols();
158 UserAttributeDeclaration *udad = new UserAttributeDeclaration(udas, a);
182 a = new Identifiers();
193 md = new ModuleDeclaration(loc, a, id);
216 return new Dsymbols();
252 Dsymbols *decldefs = new Dsymbols();
317 s = new CompileDeclaration(loc, e);
429 s = new UnitTestDeclaration(loc, token.loc, STCundefined, NULL);
482 s = new StaticIfDeclaration(condition, athen, aelse);
584 s = new UserAttributeDeclaratio
[all...]
H A Dstatement.c83 return new ErrorExp();
91 TypeIdentifier *tid = new TypeIdentifier(Loc(), Id::empty);
300 this->exp = new DeclarationExp(loc, declaration);
305 return new ExpStatement(loc, exp);
310 return new ExpStatement(loc, exp ? exp->syntaxCopy() : NULL);
333 *sfinally = new DtorExpStatement(loc, v->edtor, v);
362 Statements *statements = new Statements();
367 return new CompoundStatement(loc, statements);
373 result = new ErrorStatement();
378 Statements *a = new Statement
[all...]
/netbsd-current/usr.sbin/altq/altqstat/
H A Dqdisc_priq.c55 struct priq_classstats *sp, *lp, *new, *last, *tmp; local
64 new = &stats1[0];
72 get_stats.stats = new;
83 sp = &new[i];
114 last = new;
115 new = tmp;
/netbsd-current/external/gpl2/dtc/dist/
H A Dutil.h44 void *new = malloc(len);
46 if (!new)
49 return new;
54 void *new = realloc(p, len);
56 if (!new)
59 return new;
H A Dlivetree.c17 struct label *new; local
20 for_each_label_withdel(*labels, new)
21 if (streq(new->label, label)) {
22 new->deleted = 0;
26 new = xmalloc(sizeof(*new));
27 memset(new, 0, sizeof(*new));
28 new->label = label;
29 new
44 struct property *new = xmalloc(sizeof(*new)); local
57 struct property *new = xmalloc(sizeof(*new)); local
93 struct node *new = xmalloc(sizeof(*new)); local
111 struct node *new = xmalloc(sizeof(*new)); local
362 struct reserve_info *new = xmalloc(sizeof(*new)); local
381 add_reserve_entry(struct reserve_info *list, struct reserve_info *new) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.shared/
H A Dfinalize.d42 auto nf1 = new NoFinalize;
43 auto nf2 = new NoFinalizeBig;
50 auto thr = new Thread(&runTest);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/internal/windows/
H A Dadvapi32.d44 throw new Exception(`LoadLibraryA("Advapi32.dll")`);
48 throw new Exception(`GetProcAddress(hAdvapi32 , "RegDeleteKeyExW")`);
58 throw new Exception(`FreeLibrary("Advapi32.dll")`);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.shared/
H A Dfinalize.d42 auto nf1 = new NoFinalize;
43 auto nf2 = new NoFinalizeBig;
50 auto thr = new Thread(&runTest);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dthumb2_vpool.s69 # new 8-byte entry
71 # new 8-byte entry
73 # new 4-byte entry
79 # new 8-byte entry
81 # new 4 entry
83 # new 4 entry
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/internal/windows/
H A Dadvapi32.d48 throw new Exception(`LoadLibraryA("Advapi32.dll")`);
52 throw new Exception(`GetProcAddress(hAdvapi32 , "RegDeleteKeyExW")`);
62 throw new Exception(`FreeLibrary("Advapi32.dll")`);
/netbsd-current/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.hash/
H A Dtest_hash.d146 Issue19282CppClass c = new Issue19282CppClass();
224 return ((const S[] a) @nogc nothrow pure @safe => toUbyte(a))(new S[10]);
309 auto c0 = new C0();
312 auto c1 = new C1();
327 C[] a1 = [new C(11)], a2 = [new C(12)];
344 Use the new `core.internal.hash.hashOf` in all `TypeInfo.getHash` instead of
449 enum h14 = hashOf(new Boo);
451 enum h16 = hashOf([new Boo, new Bo
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dparse.d145 md = new AST.ModuleDeclaration(loc, a, id, msg, isdeprecated);
189 return new AST.Dsymbols();
255 auto a = new AST.Dsymbols();
256 auto udad = new AST.UserAttributeDeclaration(udas, a);
301 auto decldefs = new AST.Dsymbols();
367 s = new AST.CompileDeclaration(loc, exps);
521 s = new AST.UnitTestDeclaration(loc, token.loc, STC.undefined_, null);
571 s = new AST.StaticIfDeclaration(loc, condition, athen, aelse);
696 s = new AST.UserAttributeDeclaration(pAttrs.udas, a);
723 s = new AS
[all...]
/netbsd-current/external/bsd/kyua-atf-compat/tests/kyua-atf-compat/
H A DMakefile12 CLEANFILES+= ${test}.tmp.sh ${test}.tmp.sh.new
20 CLEANFILES+= helpers helpers.new
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Drecipient_list.h47 #define RECIPIENT_UPDATE(ptr, new) do { \
48 myfree((char *) (ptr)); (ptr) = mystrdup(new); \
/netbsd-current/lib/libc/compat/arch/vax/sys/
H A Dcompat_sigprocmask13.S41 tstl 8(%ap) # check new sigset pointer
46 1: movl *8(%ap),8(%ap) # indirect to new mask arg
/netbsd-current/sys/arch/arc/stand/boot/
H A Dbootinfo.c60 bi_add(void *new, int type, size_t size) argument
69 /* register new bootinfo data */
70 memcpy(bi_next, new, size);
/netbsd-current/sys/arch/sgimips/stand/common/
H A Dbootinfo.c60 bi_add(void *new, int type, size_t size) argument
69 /* register new bootinfo data */
70 memcpy(bi_next, new, size);
/netbsd-current/sys/rump/librump/rumpkern/
H A Drump_atomic_cas_up.c41 rump_cas_32_up(volatile uint32_t *ptr, uint32_t old, uint32_t new) argument
47 *ptr = new;
/netbsd-current/usr.sbin/tadpolectl/
H A Dtadpolectl.c124 x(readflg, new, num) \
125 int readflg, new, num;
155 if (new == 0)
157 else if (new > 255)
160 req.cmdbuf[2] = new;
180 if (new == 0)
203 if (new == 0)
226 if (new == 0)
249 if (new == 0)
272 if (new
[all...]
/netbsd-current/external/cddl/osnet/dist/tools/ctf/cvt/
H A Diidesc.c91 iidesc_add(hash_t *hash, iidesc_t *new) argument
95 find.iif_tgt = new;
98 (void) hash_match(hash, new, iidesc_cmp, &find);
105 bcopy(new, old, sizeof (*old));
106 bcopy(&tmp, new, sizeof (*new));
108 iidesc_free(new, NULL);
112 hash_add(hash, new);
/netbsd-current/sys/external/isc/libsodium/dist/test/default/
H A Dpre.js.inc16 var event = new Event('test-output');

Completed in 691 milliseconds

<<11121314151617181920>>