Searched refs:spec (Results 76 - 100 of 231) sorted by relevance

12345678910

/freebsd-12-stable/usr.bin/mkimg/
H A Dscheme.c96 scheme_select(const char *spec) argument
102 if (strcasecmp(spec, s->name) == 0) {
H A Dmkimg.c239 parse_part(const char *spec) argument
246 if (strcmp(spec, "-") == 0) {
255 sep = strchr(spec, ':');
260 len = sep - spec + 1;
270 strlcpy(part->alias, spec, len);
271 spec = sep + 1;
273 switch (*spec) {
287 spec++;
289 part->contents = strdup(spec);
295 spec
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModuleSpec.h102 void Append(const SBModuleSpec &spec);
/freebsd-12-stable/contrib/diff/src/
H A Difdef.c305 do_printf_spec (FILE *out, char const *spec, argument
309 char const *f = spec;
360 /* For example, if the spec is "%3xn", use the printf
361 format spec "%3lx". Here the spec prefix is "%3". */
363 size_t spec_prefix_len = f - spec - 2;
370 memcpy (format, spec, spec_prefix_len);
/freebsd-12-stable/contrib/apr/
H A Dbuildconf122 echo "buildconf: rebuilding rpm spec file"
130 cat ./build/rpm/apr.spec.in | \
133 > apr.spec )
/freebsd-12-stable/lib/googletest/tests/gmock_main/
H A DMakefile19 GTESTS+= gmock-spec-builders_test
/freebsd-12-stable/contrib/googletest/googlemock/
H A DMakefile.am38 include/gmock/gmock-spec-builders.h \
65 TESTS += test/gmock-spec-builders_test
66 check_PROGRAMS += test/gmock-spec-builders_test
67 test_gmock_spec_builders_test_SOURCES = test/gmock-spec-builders_test.cc
98 src/gmock-spec-builders.cc \
/freebsd-12-stable/sys/dev/led/
H A Dled.c36 struct sbuf *spec; member in struct:ledsc
93 sb2 = sc->spec;
94 sc->spec = *sb;
323 if (sc->spec != NULL)
324 sbuf_delete(sc->spec);
/freebsd-12-stable/contrib/gcc/
H A Dopts.c142 set_struct_debug_option (const char *spec) argument
156 if (MATCH (dfn_lbl, spec))
158 else if (MATCH (dir_lbl, spec))
160 else if (MATCH (ind_lbl, spec))
164 if (MATCH (ord_lbl, spec))
166 else if (MATCH (gen_lbl, spec))
170 if (MATCH (none_lbl, spec))
172 else if (MATCH (any_lbl, spec))
174 else if (MATCH (sys_lbl, spec))
176 else if (MATCH (base_lbl, spec))
[all...]
H A Dgcc.c36 compilation is specified by a string called a "spec". */
461 %a process ASM_SPEC as a spec.
462 This allows config.h to specify part of the spec for running as.
463 %A process ASM_FINAL_SPEC as a spec. A capital A is actually
468 %l process LINK_SPEC as a spec.
469 %L process LIB_SPEC as a spec.
470 %G process LIBGCC_SPEC as a spec.
473 %S process STARTFILE_SPEC as a spec. A capital S is actually used here.
474 %E process ENDFILE_SPEC as a spec. A capital E is actually used here.
475 %C process CPP_SPEC as a spec
874 const char *spec; member in struct:default_spec
914 const char *spec; /* To use this compiler, run this spec. */ member in struct:compiler
1825 set_spec(const char *name, const char *spec) argument
2050 char *spec; local
4465 do_spec(const char *spec) argument
4488 do_spec_2(const char *spec) argument
4524 do_option_spec(const char *name, const char *spec) argument
4573 do_self_spec(const char *spec) argument
4670 do_spec_1(const char *spec, int inswitch, const char *soft_matched_part) argument
5229 const char *const spec local
6993 validate_switches_from_spec(const char *spec) argument
7007 struct spec_list *spec; local
[all...]
/freebsd-12-stable/contrib/sendmail/src/
H A Dalias.c254 ** spec -- the alias specification
261 setalias(spec)
262 char *spec;
270 sm_dprintf("setalias(%s)\n", spec);
272 for (p = spec; p != NULL; )
280 spec = p;
309 class = spec;
310 spec = p;
318 /* find end of spec */
345 sm_dprintf(" map %s:%s %s\n", class, s->s_name, spec);
[all...]
/freebsd-12-stable/sys/dev/firewire/
H A Dfwcrom.c158 crom_has_specver(uint32_t *p, uint32_t spec, uint32_t ver) argument
169 if (reg->key == CSRKEY_SPEC && reg->val == spec)
209 /* XXX should check spec and type */
243 crom_desc_specver(uint32_t spec, uint32_t ver, char *buf, int len) argument
247 if (spec == CSRVAL_ANSIT10 || spec == 0) {
253 if (spec != 0)
257 if (spec == CSRVAL_1394TA || spec == 0) {
287 if (spec !
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DLinkage.h116 const ClassTemplateSpecializationDecl *spec,
120 const VarTemplateSpecializationDecl *spec,
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-types.h29 const lldb::DebuggerSP &debugger_sp, const FileSpec &spec, Status &error);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointList.cpp71 const WatchpointSP WatchpointList::FindBySpec(std::string spec) const {
77 if ((*pos)->GetWatchSpec() == spec) {
130 lldb::watch_id_t WatchpointList::FindIDBySpec(std::string spec) { argument
131 WatchpointSP wp_sp = FindBySpec(spec);
/freebsd-12-stable/lib/googletest/gmock/
H A DMakefile29 MAIN_INCS+= gmock/gmock-spec-builders.h
/freebsd-12-stable/lib/libc/stdio/
H A Dxprintf_int.c287 switch(pi->spec) {
311 fprintf(stderr, "pi->spec = '%c'\n", pi->spec);
374 if (pi->spec == 'x')
468 p2.spec = 'x';
/freebsd-12-stable/sys/sys/
H A Dcpu.h86 int spec[4];/* Driver-specific storage for non-standard info. */ member in struct:cf_setting
/freebsd-12-stable/usr.bin/hexdump/
H A Dparse.c149 static const char *spec = ".#-+ 0123456789"; variable
172 while (strchr(spec + 1, *++fmt));
244 for (++p1; strchr(spec, *p1); ++p1);
247 while (strchr(spec + 1, *++p1));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp102 ModuleSpec spec(file, std::move(header->arch));
103 spec.GetUUID() = std::move(header->uuid);
104 specs.Append(spec);
/freebsd-12-stable/contrib/gcc/cp/
H A Dtypeck2.c1379 add_exception_specifier (tree list, tree spec, int complain)
1382 tree core = spec;
1386 if (spec == error_mark_node)
1389 gcc_assert (spec && (!list || TREE_VALUE (list)));
1391 /* [except.spec] 1, type in an exception specifier shall not be
1421 if (same_type_p (TREE_VALUE (probe), spec))
1424 list = tree_cons (NULL_TREE, spec, list);
1453 tree spec = TREE_VALUE (add);
1457 if (same_type_p (TREE_VALUE (probe), spec))
1461 spec
1373 add_exception_specifier(tree list, tree spec, int complain) argument
1447 tree spec = TREE_VALUE (add); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp1222 insn->spec = &INSTRUCTIONS_SYM[instructionID];
1230 insn->spec = &INSTRUCTIONS_SYM[instructionIDWithREXW];
1263 insn->spec = &INSTRUCTIONS_SYM[instructionID];
1274 const struct InstructionSpecifier *spec; local
1278 spec = &INSTRUCTIONS_SYM[instructionID];
1285 insn->spec = spec;
1295 insn->spec = &INSTRUCTIONS_SYM[instructionIDWithOpsize];
1298 insn->spec = spec;
1307 const struct InstructionSpecifier *spec; local
[all...]
/freebsd-12-stable/tools/tools/netmap/
H A Dlb.c408 parse_pipes(const char *spec) argument
410 const char *end = index(spec, ':');
414 ND("spec %s num_groups %d", spec, glob_arg.num_groups);
427 if (end - spec > MAX_IFNAMELEN - 8) {
428 D("name '%s' too long", spec);
431 if (end == spec) {
432 D("missing prefix before ':' in '%s'", spec);
435 strncpy(g->pipename, spec, end - spec);
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp286 ModuleSpec spec; local
288 bool got_spec = module_specs.GetModuleSpecAtIndex(i, spec);
292 (spec.GetUUIDPtr() && spec.GetUUID() == *uuid)) &&
294 (spec.GetArchitecturePtr() &&
295 spec.GetArchitecture().IsCompatibleMatch(*arch)))) {
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DSearchFilter.h95 /// Call this method with a file spec to see if that spec passes the filter.
97 /// \param[in] spec
98 /// The file spec to check against the filter.
100 /// \b true if \a spec passes, and \b false otherwise.
101 virtual bool ModulePasses(const FileSpec &spec);
121 /// Call this method with a FileSpec to see if \a file spec passes the
125 /// The file spec to check against the filter.
128 /// \b true if \a file spec passes, and \b false otherwise.
320 bool ModulePasses(const FileSpec &spec) overrid
[all...]

Completed in 393 milliseconds

12345678910