Searched refs:names (Results 151 - 175 of 292) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/pjdfstest/
H A Dpjdfstest.c492 str2name(struct name *names, char *name) argument
496 for (i = 0; names[i].n_str != NULL; i++) {
497 if (strcmp(names[i].n_str, name) == 0)
498 return (names[i].n_name);
/freebsd-12-stable/contrib/gcc/cp/
H A Dname-lookup.h27 /* The type of dictionary used to map names to types declared at
158 which records the names defined in that contour.
178 /* Note that the information in the `names' component of the global contour
187 tree names;
189 /* Count of elements in names chain. */
369 /* True is the binding of IDENTIFIER at global scope names a type. */
185 tree names; local
H A Dname-lookup.c126 /* The datatype used to implement the mapping from names to types at
368 checking whether or not the entities involved have names. We
463 /* We have two typedef-names, both naming the same type to have
533 TREE_CHAIN (decl) = b->names;
534 b->names = decl;
1477 || current_binding_level->names != NULL_TREE);
1514 return current_binding_level->names;
1532 if (lvl->names)
1534 fprintf (stderr, " names:\t");
1535 /* We can probably fit 3 names t
5021 store_bindings(tree names, VEC(cxx_saved_binding,gc) **old_bindings) argument
[all...]
/freebsd-12-stable/contrib/binutils/opcodes/
H A Dmips-dis.c478 /* ISA and processor type to disassemble for, and register names to use.
571 /* Defaults: mipsIII/r3000 (?!), (o)32-style ("oldabi") GPR names,
572 and numeric FPR, CP0 register, and HWR names. */
583 /* If an ELF "newabi" binary, use the n32/(n)64 GPR names. */
593 /* Set ISA, architecture, and cp0 register names as best we can. */
655 if (strncmp ("gpr-names", option, optionlen) == 0
656 && strlen ("gpr-names") == optionlen)
664 if (strncmp ("fpr-names", option, optionlen) == 0
665 && strlen ("fpr-names") == optionlen)
673 if (strncmp ("cp0-names", optio
751 lookup_mips_cp0sel_name(const struct mips_cp0sel_name *names, unsigned int len, unsigned int cp0reg, unsigned int sel) argument
[all...]
/freebsd-12-stable/usr.sbin/vidcontrol/
H A Dvidcontrol.c1068 } names[] = { local
1080 for (i = 0; names[i].type != -1; ++i)
1081 if (names[i].type == type)
1083 return names[i].name;
/freebsd-12-stable/tools/tools/locale/tools/
H A Dfinalize64 FULLEXTRACT=${TMPDIR}/extracted-names
/freebsd-12-stable/lib/libpmc/
H A Dlibpmc.c102 * The pmc_event_descr structure maps symbolic names known to the user
112 * event names to event tables and other PMC class data.
133 * Define a table mapping event names and aliases to HWPMC event IDs.
1212 * char *' pointers pointing to the names of the events. 'nevents' is
1223 const char **names; local
1303 if ((names = malloc(count * sizeof(const char *))) == NULL)
1306 *eventnames = names;
1309 for (;count--; ev++, names++)
1310 *names = ev->pm_ev_name;
/freebsd-12-stable/lib/ncurses/ncurses/
H A DMakefile73 names.c \
326 .ORDER: names.c codes.c
328 names.c: MKnames.awk
329 ${AWK} -f ${NCURSES_DIR}/ncurses/tinfo/MKnames.awk bigstrings=${USE_BIG_STRINGS} ${NCURSES_DIR}/include/Caps > names.c
393 make_keys: make_keys.c names.c ncurses_def.h ${HEADERS} ${BUILD_TOOLS_META}
/freebsd-12-stable/stand/fdt/
H A Dfdt_loader_cmd.c335 char *names; local
342 names = strdup(filenames);
343 if (names == NULL)
345 name = names;
370 free(names);
/freebsd-12-stable/contrib/binutils/binutils/
H A Dprdbg.c621 pr_enum_type (void *p, const char *tag, const char **names,
639 if (names == NULL)
647 for (i = 0; names[i] != NULL; i++)
655 if (! append_type (info, names[i]))
1966 tg_enum_type (void *p, const char *tag, const char **names,
1974 if (! pr_enum_type (p, tag, names, values))
1984 if (names != NULL)
1986 for (i = 0; names[i] != NULL; i++)
1990 names[i], info->filename, name, ab);
616 pr_enum_type(void *p, const char *tag, const char **names, bfd_signed_vma *values) argument
1960 tg_enum_type(void *p, const char *tag, const char **names, bfd_signed_vma *values) argument
/freebsd-12-stable/contrib/serf/buckets/
H A Dssl_buckets.c517 STACK_OF(GENERAL_NAME) *names;
526 names = X509_get_ext_d2i(ssl_cert, NID_subject_alt_name, NULL, NULL);
527 if (names) {
528 int names_count = sk_GENERAL_NAME_num(names);
535 GENERAL_NAME *nm = sk_GENERAL_NAME_value(names, name_idx);
556 sk_GENERAL_NAME_pop_free(names, GENERAL_NAME_free);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp900 RVAPtr<DWORD> names(module, exports->AddressOfNames);
904 RVAPtr<char> name(module, names[i]);
989 // of names. They start out containing the same data, but the loader rewrites
/freebsd-12-stable/contrib/bmake/mk/
H A Dautodep.mk178 # arrange to put some variable names into ${DEPENDFILE}
/freebsd-12-stable/lib/libcasper/services/cap_grp/
H A Dcap_grp.c412 cap_grp_limit_groups(cap_channel_t *chan, const char * const *names, argument
437 nvlist_add_string(groups, nvlname, names[i]);
/freebsd-12-stable/lib/libcasper/services/cap_pwd/
H A Dcap_pwd.c366 cap_pwd_limit_users(cap_channel_t *chan, const char * const *names, argument
391 nvlist_add_string(users, nvlname, names[i]);
/freebsd-12-stable/share/mk/
H A Dsuite.test.mk31 # The name provided here must match one of the interface names supported by
/freebsd-12-stable/crypto/openssl/
H A DNOTES.PERL94 Perl modules in Debian based distributions use package names like
/freebsd-12-stable/contrib/atf/atf-c++/detail/
H A Dfs.cpp435 impl::directory::names(void) function in class:impl::directory
/freebsd-12-stable/contrib/ipfilter/ipsend/
H A Dsock.c125 struct nlist names[4] = { variable in typeref:struct:nlist
/freebsd-12-stable/libexec/rtld-elf/
H A Drtld.h225 STAILQ_HEAD(, Struct_Name_Entry) names; /* List of names for this object we member in struct:Struct_Obj_Entry
/freebsd-12-stable/crypto/openssl/apps/
H A Docsp.c91 STACK_OF(OPENSSL_STRING) *names,
1077 STACK_OF(OPENSSL_STRING) *names,
1086 if (bs == NULL || req == NULL || !sk_OPENSSL_STRING_num(names)
1092 name = sk_OPENSSL_STRING_value(names, i);
1076 print_ocsp_summary(BIO *out, OCSP_BASICRESP *bs, OCSP_REQUEST *req, STACK_OF(OPENSSL_STRING) *names, STACK_OF(OCSP_CERTID) *ids, long nsec, long maxage) argument
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
H A DSBBreakpoint.cpp698 void SBBreakpoint::GetNames(SBStringList &names) { argument
700 names);
710 names.AppendString(name.c_str());
/freebsd-12-stable/contrib/mandoc/
H A Dmain.c481 res[sz].names = NULL;
517 printf("%s - %s\n", res[i].names,
599 * This will be needed if some names on the command line
600 * are page names and some are relative file names.
864 page->names = NULL;
/freebsd-12-stable/contrib/tzdata/
H A DMakefile97 # These should be relative file names.
170 # For backward-compatibility links for old zone names, use
230 # -DSUPPRESS_TZDIR to not prepend TZDIR to file names; this has
236 # This is intended for internal use only; it mangles external names.
447 # few safe symbols and people's names and can quote non-English sources.
863 names:
1120 .PHONY: install install_data maintainer-clean names
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Drevs-txns.c1095 apr_array_header_t *names;
1100 args.names_p = &names;
1105 *names_p = names;
1090 apr_array_header_t *names; local

Completed in 162 milliseconds

1234567891011>>