Searched refs:specs (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-11-stable/usr.sbin/setfmac/
H A Dsetfmac.c87 struct label_specs *specs; local
97 specs = new_specs();
108 add_specs(specs, optarg, 0);
117 add_specs(specs, optarg, 1);
135 add_setfmac_specs(specs, *argv);
139 if (argc == 0 || specs_empty(specs))
159 if (apply_specs(specs, ftsent, hflag, vflag)) {
230 add_specs(struct label_specs *specs, const char *file, int is_sebsd) argument
280 STAILQ_INSERT_TAIL(&specs->head, spec, link);
284 add_setfmac_specs(struct label_specs *specs, cha argument
386 specs_empty(struct label_specs *specs) argument
393 apply_specs(struct label_specs *specs, FTSENT *ftsent, int hflag, int vflag) argument
493 struct label_specs *specs; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dc-decl.c3092 quals_from_declspecs (const struct c_declspecs *specs)
3094 int quals = ((specs->const_p ? TYPE_QUAL_CONST : 0)
3095 | (specs->volatile_p ? TYPE_QUAL_VOLATILE : 0)
3096 | (specs->restrict_p ? TYPE_QUAL_RESTRICT : 0));
3097 gcc_assert (!specs->type
3098 && !specs->decl_attr
3099 && specs->typespec_word == cts_none
3100 && specs->storage_class == csc_none
3101 && !specs->typedef_p
3102 && !specs
3076 quals_from_declspecs(const struct c_declspecs *specs) argument
3195 grokblockdecl(struct c_declspecs *specs, struct c_declarator *declarator) argument
7661 build_c_parm(struct c_declspecs *specs, tree attrs, struct c_declarator *declarator) argument
8310 declspecs_add_qual(struct c_declspecs *specs, tree qual) argument
8345 declspecs_add_type(struct c_declspecs *specs, struct c_typespec spec) argument
8730 declspecs_add_scspec(struct c_declspecs *specs, tree scspec) argument
8813 declspecs_add_attrs(struct c_declspecs *specs, tree attrs) argument
8827 finish_declspecs(struct c_declspecs *specs) argument
[all...]
H A Dc-parser.c1346 struct c_declspecs *specs;
1351 specs = build_null_declspecs ();
1352 c_parser_declspecs (parser, specs, true, true, start_attr_ok);
1358 if (nested && !specs->declspecs_seen_p)
1364 finish_declspecs (specs);
1368 shadow_tag (specs);
1371 shadow_tag_warned (specs, 1);
1382 if (!specs->declspecs_seen_p || specs->attrs == NULL_TREE
1383 || specs
1344 struct c_declspecs *specs; local
1685 c_parser_declspecs(c_parser *parser, struct c_declspecs *specs, bool scspec_ok, bool typespec_ok, bool start_attr_ok) argument
2153 struct c_declspecs *specs; local
2873 struct c_declspecs *specs; local
3157 struct c_declspecs *specs = build_null_declspecs (); local
9171 struct c_declspecs *specs = build_null_declspecs (); local
[all...]
H A Dc-tree.h363 struct c_declspecs *specs; member in struct:c_type_name
371 struct c_declspecs *specs; member in struct:c_parm
H A Dgcc.c47 1. Each command-line option is specified in the specs file. The
56 3. Look in the "specs" file to determine which program or option
72 6. Compile and test. Make sure that your new specs file is being
241 When -b is used, the value comes from the `specs' file. */
371 In addition, the specs can contain %-sequences to substitute variable text
436 %o is for use in the specs for running the linker.
526 %(Spec) processes a specification defined in a specs file as *Spec:
559 /* Define the macros used for specs %a, %l, %L, %S, %C, %1. */
602 /* mudflap specs */
773 /* Standard options to cpp, cc1, and as, to reduce duplication in specs
1604 static struct spec_list *specs = (struct spec_list *) 0; variable in typeref:struct:spec_list
1981 char *specs; local
[all...]
H A DMakefile.in658 GCC_PASSES=xgcc$(exeext) cc1$(exeext) specs $(EXTRA_PASSES)
711 # This should name the specs file that we're going to install. Target
713 # the built-in specs and installed as the default spec, as long as
714 # they also introduce a rule to generate a file name specs, to be used
716 SPECS = specs
1283 all.cross: native gcc-cross$(exeext) cpp$(exeext) specs \
1286 start.encap: native xgcc$(exeext) cpp$(exeext) specs \
1303 rest.cross: $(LIBGCC) specs
1385 # Dump a specs file to make -B./ read these specs ove
[all...]
/freebsd-11-stable/lib/libc/stdio/
H A Dxprintf.c654 register_printf_render_std(const char *specs) argument
657 for (; *specs != '\0'; specs++) {
658 switch (*specs) {
660 register_printf_render(*specs,
665 register_printf_render(*specs,
670 register_printf_render(*specs,
675 register_printf_render(*specs,
680 register_printf_render(*specs,
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBModuleSpec.cpp178 SBModuleSpecList specs; local
182 ObjectFile::GetModuleSpecifications(file_spec, 0, 0, *specs.m_opaque_up);
183 return LLDB_RECORD_RESULT(specs);
233 SBModuleSpecList specs; local
235 *specs.m_opaque_up);
236 return LLDB_RECORD_RESULT(specs);
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-ia64.c8359 specify_resource (dep, idesc, type, specs, note, path)
8363 struct rsrc specs[MAX_SPECS]; /* returned specific resources */
8413 specs[count] = tmpl;
8414 specs[count++].index = regno;
8422 specs[count] = tmpl;
8423 specs[count++].index = i;
8439 specs[count++] = tmpl;
8451 specs[count] = tmpl;
8458 specs[count].index = (md.mem_offset.offset >> 3) & 0x3F;
8459 specs[coun
10174 struct rsrc specs[MAX_SPECS]; local
10624 struct rsrc specs[MAX_SPECS]; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp210 ModuleSpecList &specs) {
225 specs);
233 lldb::offset_t file_size, lldb_private::ModuleSpecList &specs) {
234 const size_t initial_count = specs.GetSize();
243 if (callback(file, data_sp, data_offset, file_offset, file_size, specs) > 0)
244 return specs.GetSize() - initial_count;
253 if (callback(file, data_sp, data_offset, file_offset, file_size, specs) > 0)
254 return specs.GetSize() - initial_count;
207 GetModuleSpecifications(const FileSpec &file, lldb::offset_t file_offset, lldb::offset_t file_size, ModuleSpecList &specs) argument
230 GetModuleSpecifications( const lldb_private::FileSpec &file, lldb::DataBufferSP &data_sp, lldb::offset_t data_offset, lldb::offset_t file_offset, lldb::offset_t file_size, lldb_private::ModuleSpecList &specs) argument
H A DLocateSymbolFile.cpp355 lldb_private::ModuleSpecList specs; local
357 ObjectFile::GetModuleSpecifications(file_spec, 0, 0, specs);
362 if (specs.GetModuleSpecAtIndex(0, mspec)) {
/freebsd-11-stable/crypto/openssl/util/
H A Dselftest.pl55 $cversion =~ s/Reading specs.*\n//;
/freebsd-11-stable/include/
H A Dprintf.h126 int register_printf_render_std(const char *specs);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp448 lldb::offset_t file_size, lldb_private::ModuleSpecList &specs) {
458 const size_t initial_count = specs.GetSize();
484 specs)) {
486 specs.GetModuleSpecRefAtIndex(specs.GetSize() - 1);
498 const size_t end_count = specs.GetSize();
505 if (specs.GetModuleSpecAtIndex(i, module_spec)) {
445 GetModuleSpecifications( const lldb_private::FileSpec &file, lldb::DataBufferSP &data_sp, lldb::offset_t data_offset, lldb::offset_t file_offset, lldb::offset_t file_size, lldb_private::ModuleSpecList &specs) argument
H A DObjectContainerBSDArchive.h53 lldb_private::ModuleSpecList &specs);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h229 lldb::addr_t FindInSymbols(const std::vector<SearchSpec> &specs,
233 lldb::addr_t FindInRuntimes(const std::vector<SearchSpec> &specs,
236 lldb::addr_t FindInUserDefinedSymbols(const std::vector<SearchSpec> &specs,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.h47 lldb_private::ModuleSpecList &specs);
H A DObjectFileJIT.cpp86 lldb::offset_t length, lldb_private::ModuleSpecList &specs) {
83 GetModuleSpecifications( const lldb_private::FileSpec &file, lldb::DataBufferSP &data_sp, lldb::offset_t data_offset, lldb::offset_t file_offset, lldb::offset_t length, lldb_private::ModuleSpecList &specs) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.h44 ModuleSpecList &specs);
H A DObjectFileBreakpad.cpp97 offset_t file_offset, offset_t length, ModuleSpecList &specs) {
104 specs.Append(spec);
95 GetModuleSpecifications( const FileSpec &file, DataBufferSP &data_sp, offset_t data_offset, offset_t file_offset, offset_t length, ModuleSpecList &specs) argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h178 ModuleSpecList &specs);
185 lldb_private::ModuleSpecList &specs);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp767 const std::vector<IRExecutionUnit::SearchSpec> &specs,
778 for (const SearchSpec &spec : specs) {
899 IRExecutionUnit::FindInRuntimes(const std::vector<SearchSpec> &specs, argument
913 for (const SearchSpec &spec : specs) {
926 const std::vector<SearchSpec> &specs,
930 for (const SearchSpec &spec : specs) {
766 FindInSymbols( const std::vector<IRExecutionUnit::SearchSpec> &specs, const lldb_private::SymbolContext &sc, bool &symbol_was_missing_weak) argument
925 FindInUserDefinedSymbols( const std::vector<SearchSpec> &specs, const lldb_private::SymbolContext &sc) argument
/freebsd-11-stable/contrib/gcc/cp/
H A Ddecl.c3674 int saw_friend = declspecs->specs[(int)ds_friend] != 0;
3675 int saw_typedef = declspecs->specs[(int)ds_typedef] != 0;
3738 if (declspecs->specs[(int)ds_inline]
3739 || declspecs->specs[(int)ds_virtual])
3741 declspecs->specs[(int)ds_inline]
3747 else if (declspecs->specs[(int)ds_explicit])
3752 else if (declspecs->specs[(int)ds_const]
3753 || declspecs->specs[(int)ds_volatile]
3754 || declspecs->specs[(int)ds_restrict]
3755 || declspecs->specs[(in
[all...]
/freebsd-11-stable/contrib/byacc/test/
H A Dbtyacc_demo.y210 extern Type * type_combine(Type *specs, Type *spec);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp503 llvm::ArrayRef<MSVCUndecoratedNameSpecifier> specs = parser.GetSpecifiers(); local
507 llvm::StringRef uname = specs.back().GetBaseName();
508 specs = specs.drop_back();
509 if (specs.empty())
512 llvm::StringRef scope_name = specs.back().GetFullName();
525 for (const MSVCUndecoratedNameSpecifier &spec : specs) {

Completed in 429 milliseconds

12