| /src/usr.bin/xlint/lint1/ |
| decl.c | 64 decl_level *dcs; variable 80 dcs = xcalloc(1, sizeof(*dcs)); 81 dcs->d_kind = DLK_EXTERN; 82 dcs->d_last_dlsym = &dcs->d_first_dlsym; 189 if (dcs->d_inline) 192 dcs->d_inline = true; 195 dcs->d_noreturn = true; 203 if (dcs->d_type != NULL || dcs->d_abstract_type != NO_TSPEC | [all...] |
| func.c | 209 for (sym_t *sym = dcs->d_func_proto_syms; sym != NULL; 245 if (dcs->d_inline) 269 dcs->d_func_def_pos = fsym->s_def_pos; 271 sym_t *rdsym = dcs->d_redeclared_symbol; 318 if (dcs->d_no_type_specifier) 356 for (const sym_t *param = dcs->d_func_params; 358 check_usage_sym(dcs->d_asm, param); 360 if (dcs->d_scl == EXTERN && funcsym->s_inline) 363 outfdef(funcsym, &dcs->d_func_def_pos, 365 dcs->d_func_params) [all...] |
| cgram.y | 960 if (dcs->d_scl == TYPEDEF) 968 if (dcs->d_scl == TYPEDEF) 976 if (dcs->d_scl == TYPEDEF) 979 else if (!dcs->d_nonempty_decl) 1109 dcs->d_used = attributes_contain(&$1, "maybe_unused"); 1110 dcs->d_noreturn = attributes_contain(&$1, "noreturn"); 1222 dcs->d_tag_type = make_tag_type($2, $1, true, false); 1227 dcs->d_tag_type = make_tag_type(NULL, $1, true, false); 1242 dcs->d_sou_size_in_bits = 0; 1243 dcs->d_sou_align = 1 [all...] |
| debug.c | 539 debug_printf("dcs "); 540 debug_decl_level(dcs); 547 for (const decl_level *dl = dcs; dl != NULL; dl = dl->d_enclosing) { 548 debug_printf("dcs[%zu] ", i++);
|
| externs1.h | 212 extern decl_level *dcs;
|
| tree.c | 4928 if (dcs->d_kind != DLK_EXTERN && !is_do_while) 5007 for (decl_level *dl = dcs; dl != NULL; dl = dl->d_enclosing)
|
| /src/tests/usr.bin/indent/ |
| lsym_rparen_or_rbracket.c | 67 dcs_align((u_int)dcs);
|
| /src/crypto/external/bsd/openssh/dist/ |
| ssh-add.c | 680 free_dest_constraints(struct dest_constraint **dcs, size_t ndcs) 685 free_dest_constraint_hop(&dcs[i]->from); 686 free_dest_constraint_hop(&dcs[i]->to); 687 free(dcs[i]); 689 free(dcs);
|
| ssh-agent.c | 243 free_dest_constraints(struct dest_constraint *dcs, size_t ndcs) 248 free_dest_constraint_hop(&dcs[i].from); 249 free_dest_constraint_hop(&dcs[i].to); 251 free(dcs); 280 dup_dest_constraints(const struct dest_constraint *dcs, size_t ndcs) 289 dup_dest_constraint_hop(&dcs[i].from, &ret[i].from); 290 dup_dest_constraint_hop(&dcs[i].to, &ret[i].to); 325 const struct dest_constraint *dcs, size_t ndcs) 333 dump_dest_constraint_hop(&dcs[i].from); 335 dump_dest_constraint_hop(&dcs[i].to) [all...] |
| /src/external/gpl2/groff/dist/src/roff/groff/ |
| groff.cpp | 700 " [-wname] [-Wname] [-Mdir] [-dcs] [-rcn] [-nnum] [-olist] [-Parg]\n" 720 "-dcs\tdefine a string c as s\n"
|
| /src/external/bsd/ntp/dist/ntpd/ |
| refclock_nmea.c | 1180 u_char dcs; local 1186 dcs = 0; 1188 dcs ^= *end++; 1192 len, beg, dcs);
|
| /src/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/ |
| Test.pm | 661 my @dcs = (); 670 push @dcs, $dc; 675 join(" | ", @dcs),
|
| /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/ |
| Test.pm | 734 my @dcs = (); 743 push @dcs, $dc; 748 join(" | ", @dcs),
|
| /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/ |
| Test.pm | 708 my @dcs = (); 717 push @dcs, $dc; 722 join(" | ", @dcs),
|
| /src/external/apache2/mDNSResponder/dist/mDNSCore/ |
| uDNS.c | 6935 const dso_connect_state_t *const dcs = server->connectInfo; local 6936 if (dcs->if_idx != 0) 6938 ifID = mDNSPlatformInterfaceIDfromInterfaceIndex(m, dcs->if_idx);
|
| /src/external/gpl2/groff/dist/src/roff/troff/ |
| input.cpp | 7241 "usage: %s -abcivzCERU -wname -Wname -dcs -ffam -mname -nnum -olist\n"
|