Home
last modified time | relevance | path

Searched refs:get_type (Results 1 – 15 of 15) sorted by relevance

/trueos/crypto/heimdal/lib/asn1/
HDder.c91 get_type(const char *name, const char *list[], unsigned len) in get_type() function
113 return get_type(name, class_names, SIZEOF_ARRAY(class_names)); in der_get_class_num()
127 return get_type(name, type_names, SIZEOF_ARRAY(type_names)); in der_get_type_num()
141 return get_type(name, tag_names, SIZEOF_ARRAY(tag_names)); in der_get_tag_num()
/trueos/usr.sbin/kldxref/
HDef.h13 (ef)->ef_ops->get_type((ef)->ef_ef)
39 int (*get_type)(elf_file_t ef); member
/trueos/contrib/atf/atf-c++/detail/
Dfs_test.cpp305 ATF_REQUIRE(fi.get_type() == file_info::dir_type); in ATF_TEST_CASE_BODY()
312 ATF_REQUIRE(fi.get_type() == file_info::reg_type); in ATF_TEST_CASE_BODY()
356 ATF_REQUIRE(fi.get_type() == file_info::dir_type); in ATF_TEST_CASE_BODY()
362 ATF_REQUIRE(fi.get_type() == file_info::reg_type); in ATF_TEST_CASE_BODY()
Dfs.hpp268 int get_type(void) const;
Dfs.cpp343 impl::file_info::get_type(void) in get_type() function in impl::file_info
497 if (file_info(p).get_type() == file_info::dir_type) in remove()
/trueos/usr.bin/rpcgen/
HDrpc_parse.c62 static void get_type(const char **, const char **, defkind);
167 get_type(&plist->res_prefix, &plist->res_type, in def_program()
432 get_type(&dec->prefix, &dec->type, dkind); in get_declaration()
494 get_type(&dec->prefix, &dec->type, dkind); in get_prog_declaration()
550 get_type(const char **prefixp, const char **typep, defkind dkind) in get_type() function
/trueos/contrib/binutils/gas/
HDitbl-ops.c152 static e_type get_type (int yytype);
201 return alloc_entry (get_processor (yyprocessor), get_type (yytype), regname, in itbl_add_reg()
233 f = alloc_field (get_type (yytype), sbit, ebit, flags); in itbl_add_operand()
816 get_type (int yytype) in get_type() function
/trueos/contrib/gdb/gdb/
HDvarobj.c187 static struct type *get_type (struct varobj *var);
1388 get_type (struct varobj *var) in get_type() function
1405 type = get_type (var); in get_type_deref()
1741 type = get_type (var); in type_changeable()
1766 type = get_type (var); in c_number_of_children()
1834 type = get_type (parent); in c_name_of_child()
1939 type = get_type (parent); in c_value_of_child()
2040 switch (TYPE_CODE (get_type (var))) in c_variable_editable()
2063 switch (TYPE_CODE (get_type (var))) in c_value_of_variable()
/trueos/contrib/gcc/
HDipa-prop.h186 enum jump_func_type get_type (struct ipa_jump_func *);
HDipa-cp.c598 type = get_type (jump_func); in ipcp_propagate_stage()
657 type = get_type (jump_func); in ipcp_callsite_param_print()
908 type = get_type (jump_func); in ipcp_redirect()
HDipa-prop.c500 get_type (struct ipa_jump_func *jf) in get_type() function
/trueos/sbin/fdisk_pc98/
HDfdisk.c169 static const char *get_type(int type);
398 get_type(partp->dp_mid)); in print_part()
855 get_type(int type) in get_type() function
/trueos/sys/dev/ofw/
HDofw_bus_if.m157 METHOD const char * get_type {
/trueos/sbin/fdisk/
HDfdisk.c227 get_type(int t) in get_type() function
489 get_type(partp->dp_typ)); in print_part()
/trueos/contrib/file/src/
HDapprentice.c285 get_type(const struct type_tbl_s *tbl, const char *l, const char **t) in get_type() function
1957 m->type = get_type(type_tbl, l + 1, &l); in parse()
1975 m->type = get_type(type_tbl, l, &l); in parse()
1993 m->type = get_type(special_tbl, l, &l); in parse()