Home
last modified time | relevance | path

Searched refs:dcs (Results 1 – 25 of 28) sorted by relevance

12

/netbsd-src/usr.bin/xlint/lint1/
H A Ddecl.c64 decl_level *dcs; variable
80 dcs = xcalloc(1, sizeof(*dcs)); in init_decl()
81 dcs->d_kind = DLK_EXTERN; in init_decl()
82 dcs->d_last_dlsym = &dcs->d_first_dlsym; in init_decl()
189 if (dcs->d_inline) in dcs_add_function_specifier()
192 dcs->d_inline = true; in dcs_add_function_specifier()
195 dcs->d_noreturn = true; in dcs_add_function_specifier()
203 if (dcs in dcs_add_storage_class()
[all...]
H A Dfunc.c212 for (sym_t *sym = dcs->d_func_proto_syms; sym != NULL; in begin_function()
248 if (dcs->d_inline) in begin_function()
272 dcs->d_func_def_pos = fsym->s_def_pos; in begin_function()
274 sym_t *rdsym = dcs->d_redeclared_symbol; in begin_function()
322 if (dcs->d_no_type_specifier) in begin_function()
360 for (const sym_t *param = dcs->d_func_params; in end_function()
362 check_usage_sym(dcs->d_asm, param); in end_function()
364 if (dcs->d_scl == EXTERN && funcsym->s_inline) in end_function()
367 outfdef(funcsym, &dcs->d_func_def_pos, in end_function()
369 dcs in end_function()
[all...]
H A Dcgram.y920 if (dcs->d_scl == TYPEDEF)
928 if (dcs->d_scl == TYPEDEF)
936 if (dcs->d_scl == TYPEDEF)
939 else if (!dcs->d_nonempty_decl)
961 dcs->d_noreturn = true;
1035 dcs->d_noreturn = true;
1082 dcs->d_used = attributes_contain(&$1, "maybe_unused");
1083 dcs->d_noreturn = attributes_contain(&$1, "noreturn");
1195 dcs->d_tag_type = make_tag_type($2, $1, true, false);
1200 dcs
1339 dcs->d_tag_type = make_tag_type(NULL, ENUM, true, false); global() enumerator
[all...]
H A Dlex.c1482 dl = dcs; in clean_up_after_error()
1491 dl = dcs; in pushdown()
1527 scl = dcs->d_scl; in fill_token()
1541 *dcs->d_last_dlsym = sym;
1542 dcs->d_last_dlsym = &sym->s_level_next; in seq_reserve()
1628 *dcs->d_last_dlsym = nsym;
1629 dcs->d_last_dlsym = &nsym->s_level_next;
H A Ddebug.c532 debug_printf("dcs "); in debug_token()
533 debug_decl_level(dcs); in debug_token()
540 for (const decl_level *dl = dcs; dl != NULL; dl = dl->d_enclosing) { in debug_token()
541 debug_printf("dcs[%zu] ", i++); in debug_token()
H A Dexterns1.h209 extern decl_level *dcs;
H A Dtree.c4691 if (dcs->d_kind != DLK_EXTERN && !is_do_while) in check_expr_misc()
4777 for (decl_level *dl = dcs; dl != NULL; dl = dl->d_enclosing) in constant_addr()
/netbsd-src/tests/usr.bin/indent/
H A Dlsym_rparen_or_rbracket.c67 dcs_align((u_int)dcs);
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/
H A DTest.pm661 my @dcs = ();
670 push @dcs, $dc;
675 join(" | ", @dcs),
/netbsd-src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
H A DTest.pm708 my @dcs = ();
717 push @dcs, $dc;
722 join(" | ", @dcs),
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dssh-agent.c238 free_dest_constraints(struct dest_constraint *dcs, size_t ndcs) in free_dest_constraints() argument
243 free_dest_constraint_hop(&dcs[i].from); in free_dest_constraints()
244 free_dest_constraint_hop(&dcs[i].to); in free_dest_constraints()
246 free(dcs); in free_dest_constraints()
275 dup_dest_constraints(const struct dest_constraint *dcs, size_t ndcs) in dup_dest_constraints() argument
284 dup_dest_constraint_hop(&dcs[i].from, &ret[i].from); in dup_dest_constraints()
285 dup_dest_constraint_hop(&dcs[i].to, &ret[i].to); in dup_dest_constraints()
320 const struct dest_constraint *dcs, size_t ndcs) in dump_dest_constraints() argument
328 dump_dest_constraint_hop(&dcs[i].from); in dump_dest_constraints()
330 dump_dest_constraint_hop(&dcs[i].to); in dump_dest_constraints()
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Drtf6 # Duncan P. Simpson, D.P.Simpson@dcs.warwick.ac.uk
H A Dcad383 # Reference: https://web.archive.org/web/20161204152348/http://www.dcs.ed.ac.uk/teaching/cs4/www/gr…
/netbsd-src/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/
H A D2003-06-26-Reoptimizer2.txt71 GXX=/usr/dcs/software/evaluation/bin/g++
/netbsd-src/external/bsd/am-utils/dist/
H A DINSTALL.am-utils98 nrh: Nick Hall <nrh AT dcs.ed.ac.uk>
H A DAUTHORS355 * George Ross <gdmr AT dcs.ed.ac.uk>
H A DChangeLog5788 <gdmr@dcs.ed.ac.uk> and Tim Colles <timc@inf.ed.ac.uk>.
5792 from George Ross <gdmr@dcs.ed.ac.uk>.
5853 Patches from George Ross <gdmr@dcs.ed.ac.uk>:
6052 Ross <gdmr@dcs.ed.ac.uk>.
6061 <gdmr@dcs.ed.ac.uk>. Rework of old code, support for wildcards in
/netbsd-src/external/ibm-public/postfix/dist/proto/
H A Dstop.spell-cc238 dcs
/netbsd-src/external/bsd/ipf/dist/etc/
H A Dservices883 dcs 1367/tcp # DCS
884 dcs 1367/udp # DCS
/netbsd-src/external/bsd/ipf/dist/perl/
H A DServices683 1367 dcs DCS
/netbsd-src/external/bsd/ipf/dist/
H A DHISTORY904 postinstall keeps adding "minor=ipf ipl" - George Ross <gdmr@dcs.ed.ac.uk>
/netbsd-src/etc/
H A Dservices2954 dcs 1367/tcp # DCS [Stefan_Siebert] …
2955 dcs 1367/udp # DCS [Stefan_Siebert] …
8857 neto-dcs 3814/tcp # netO DCS [Martin_Bestmann_2] …
8858 neto-dcs 3814/udp # netO DCS [Martin_Bestmann_2] …
9322 dcs-config 3988/tcp # DCS Configuration Port [Ian_Cargill] …
9323 dcs-config 3988/udp # DCS Configuration Port [Ian_Cargill] …
23185 … Peter Verdon mailto:bess&dcs.warwick.ac.uk …
23996 … Stefan Siebert mailto:ssiebert&dcs.de
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-98994242 implmented. Patch submitted by Dr. R.J. Black <rjb@dcs.gla.ac.uk>
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A DChangeLog-98994242 implmented. Patch submitted by Dr. R.J. Black <rjb@dcs.gla.ac.uk>
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-98994242 implmented. Patch submitted by Dr. R.J. Black <rjb@dcs.gla.ac.uk>

12