Searched refs:names (Results 176 - 200 of 292) sorted by relevance

1234567891011>>

/freebsd-12-stable/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c93 struct namedobjects_head *names; member in struct:namedobj_instance
95 uint32_t nn_size; /* names hash size */
1150 /* Test for ownership and conflicting names */
2310 /* Dump table names first (if any) */
2961 * Some table names or other named objects.
4350 ni->names = (struct namedobjects_head *)(ni +1);
4351 ni->values = &ni->names[ni->nn_size];
4354 TAILQ_INIT(&ni->names[i]);
4421 TAILQ_FOREACH(no, &ni->names[hash], nn_next) {
4520 TAILQ_FOREACH(no, &ni->names[has
[all...]
/freebsd-12-stable/contrib/binutils/binutils/
H A Ddebug.c180 /* NULL terminated array of names. */
181 const char **names; member in struct:debug_enum_type
438 /* A namespace. This is a mapping from names to objects. FIXME: This
1347 debug_make_enum_type (void *handle, const char **names,
1361 e->names = names;
2427 typedef names after they have been defined. We output type tags
2554 return (*fns->enum_type) (fhandle, tag, type->u.kenum->names,
3104 pn1 = t1->u.kenum->names;
3105 pn2 = t2->u.kenum->names;
1345 debug_make_enum_type(void *handle, const char **names, bfd_signed_vma *values) argument
[all...]
H A Dwrstabs.c154 /* A mapping from typedef names to type indices. */
781 stab_enum_type (void *p, const char *tag, const char **names,
791 if (names == NULL)
807 for (pn = names; *pn != NULL; pn++)
821 for (pn = names, pv = vals; *pn != NULL; pn++, pv++)
779 stab_enum_type(void *p, const char *tag, const char **names, bfd_signed_vma *vals) argument
H A Dstabs.c714 /* FIXME: Sometimes the special C++ names start with '.'. */
1928 const char **names; local
1946 /* Read the value-names and their values.
1950 names = (const char **) xmalloc (alloc * sizeof *names);
1977 names = ((const char **)
1978 xrealloc (names, alloc * sizeof *names));
1983 names[n] = name;
1988 names[
[all...]
/freebsd-12-stable/contrib/gcc/
H A Dgenautomata.c239 /* Options with the following names can be set up in automata_option
423 char *names [1];
433 char **names;
1361 DECL_EXCL (decl)->names [i] = first_str_cpu_units [i];
1363 DECL_EXCL (decl)->names [i]
1420 DECL_PRESENCE (decl)->names = str_cpu_units;
1429 DECL_ABSENCE (decl)->names = str_cpu_units;
1746 that automaton names have own space. */
1847 define_insn_reservation). Remember that insn names have own
1946 reservations). Key of the table elements is names o
419 char *names [1]; member in struct:excl_rel_decl
429 char **names; member in struct:unit_pattern_rel_decl
2040 process_excls(char **names, int num, pos_t excl_pos ATTRIBUTE_UNUSED) argument
2126 process_presence_absence_names(char **names, int num, pos_t req_pos ATTRIBUTE_UNUSED, int presence_p, int final_p) argument
[all...]
/freebsd-12-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex298 names. First they have the ``unit name'', which is how the node is
310 flattened tree format only requires the unit names to be present.
433 names.
492 names contain only allowed characters and meet length restrictions.
594 Other company, product, and service names may be trademarks or service
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp538 ValueObject::GetChildAtNamePath(llvm::ArrayRef<ConstString> names, argument
540 if (names.size() == 0)
543 for (ConstString name : names) {
555 llvm::ArrayRef<std::pair<ConstString, bool>> names,
557 if (names.size() == 0)
560 for (std::pair<ConstString, bool> name : names) {
554 GetChildAtNamePath( llvm::ArrayRef<std::pair<ConstString, bool>> names, ConstString *name_of_error) argument
/freebsd-12-stable/sys/netinet/
H A Dtcp_subr.c15 * 3. Neither the name of the University nor the names of its contributors
770 * Register a TCP function block with the name provided in the names
773 * explicitly include blk->tfb_tcp_block_name in the list of names if
785 const char *names[], int *num_names)
791 KASSERT(names != NULL && *num_names > 0,
793 KASSERT(names != NULL, ("%s: Called with NULL name list", __func__));
841 (void)strncpy(fs.function_set_name, names[i],
852 (void)strncpy(n->tf_name, names[i], TCP_FUNCTION_NAME_LEN_MAX);
862 * Deregister the names we just added. Because registration failed
863 * for names[
784 register_tcp_functions_as_names(struct tcp_function_block *blk, int wait, const char *names[], int *num_names) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp756 unsigned numinputs, IdentifierInfo **names,
767 std::copy(names, names + NumExprs, Names);
754 GCCAsmStmt(const ASTContext &C, SourceLocation asmloc, bool issimple, bool isvolatile, unsigned numoutputs, unsigned numinputs, IdentifierInfo **names, StringLiteral **constraints, Expr **exprs, StringLiteral *asmstr, unsigned numclobbers, StringLiteral **clobbers, unsigned numlabels, SourceLocation rparenloc) argument
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h390 /// indicate what kind of names should be used when doing the
391 /// lookup. Bits include fully qualified names, base names,
678 /// Only read in breakpoints whose names match one of the names in this
730 void GetBreakpointNames(SBStringList &names);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc624 // This list of reserved names comes from MSDN, at:
638 // Then compare against the list of ancient reserved names.
/freebsd-12-stable/contrib/gcc/cp/
H A Ddecl.c181 /* The head of the names list that was current when the goto appeared,
193 /* A list of all LABEL_DECLs in the function that have names. Here so
194 we can clear out their names' definitions at the end of the
206 /* The head of the names list that was current when the label was
461 for (decl = scope->names; decl; decl = TREE_CHAIN (decl))
488 ent->names_in_scope = obl->names;
512 use->names_in_scope = obl->names;
531 label names.
580 Usually current_binding_level->names is in reverse order.
584 current_binding_level->names
2358 check_previous_goto_1(tree decl, struct cp_binding_level* level, tree names, bool exited_omp, const location_t *locus) argument
[all...]
/freebsd-12-stable/contrib/atf/atf-c++/detail/
H A Dfs_test.cpp319 set_md_var("descr", "Tests the directory's names method");
329 std::set< std::string > ns = d.names();
/freebsd-12-stable/stand/i386/pmbr/
H A Dpmbr.s14 # 3. Neither the name of the author nor the names of any co-contributors
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h471 lldb::ValueObjectSP GetChildAtNamePath(llvm::ArrayRef<ConstString> names,
475 GetChildAtNamePath(llvm::ArrayRef<std::pair<ConstString, bool>> names,
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DClangASTContext.h263 return args.size() == names.size() &&
268 llvm::SmallVector<const char *, 2> names; member in class:lldb_private::ClangASTContext::TemplateParameterInfos
721 // Lookup a child given a name. This function will match base class names and
722 // member member names in "clang_type" only, not descendants.
727 // Lookup a child member given a name. This function will match member names
732 // so we catch all names that match a given child name, not just the first.
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h642 // vector of names. This is cheaper than a regular expression breakpoint in
643 // the case where you just want to set a breakpoint on a set of names you
679 // Manages breakpoint names:
700 void GetBreakpointNames(std::vector<std::string> &names);
753 std::vector<std::string> &names,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp745 void Target::GetBreakpointNames(std::vector<std::string> &names) { argument
746 names.clear();
748 names.push_back(bp_name.first.AsCString());
750 llvm::sort(names.begin(), names.end());
1070 std::vector<std::string> &names,
1094 size_t num_names = names.size();
1109 !Breakpoint::SerializedBreakpointMatchesNames(bkpt_data_sp, names))
1069 CreateBreakpointsFromFile(const FileSpec &file, std::vector<std::string> &names, BreakpointIDList &new_bps) argument
/freebsd-12-stable/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc21 * The first part of the file includes macros that defines types, names, and
665 /* Windows section names. Because these section names contain dollar characters,
677 /* Runtime section names and name strings. */
690 /* Runtime section names and name strings. */
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc21 * The first part of the file includes macros that defines types, names, and
665 /* Windows section names. Because these section names contain dollar characters,
677 /* Runtime section names and name strings. */
690 /* Runtime section names and name strings. */
/freebsd-12-stable/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in458 symlinks named according to a hash of the certificates' subject names.
/freebsd-12-stable/contrib/atf/atf-c/detail/
H A Dfs_test.c371 const char *names[] = { ".", "dir", NULL }; local
376 for (n = names; *n != NULL; n++) {
/freebsd-12-stable/contrib/bearssl/inc/
H A Dbearssl_ssl.h1070 * List of supported protocol names (ALPN extension). If unset,
1071 * (number of names is 0), then:
1076 * - the client sends an ALPN extension with all the names;
1216 * allows the client to send a list of application protocol names, and
1219 * - On the client: the client sends a list of names, the server
1221 * names sent by the client.
1223 * - On the server: the client sends a list of names, and the server
1224 * is also configured with a list of names, but there is no common
1294 * \brief Set the supported protocol names.
1296 * Protocol names ar
1323 br_ssl_engine_set_protocol_names(br_ssl_engine_context *ctx, const char **names, size_t num) argument
[all...]
/freebsd-12-stable/sys/dev/cxgbe/
H A Dt4_vf.c520 if (sc->names == NULL) {
670 pi->dev = device_add_child(dev, sc->names->vf_ifnet_name, -1);
/freebsd-12-stable/share/mk/
H A Dbsd.libnames.mk3 # The include file <bsd.libnames.mk> define library names.

Completed in 473 milliseconds

1234567891011>>