Searched refs:get_type (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.1-release/crypto/heimdal/lib/asn1/
H A Dder.c91 get_type(const char *name, const char *list[], unsigned len) function
113 return get_type(name, class_names, SIZEOF_ARRAY(class_names));
127 return get_type(name, type_names, SIZEOF_ARRAY(type_names));
141 return get_type(name, tag_names, SIZEOF_ARRAY(tag_names));
/freebsd-10.1-release/contrib/atf/atf-c++/detail/
H A Dfs.hpp272 int get_type(void) const;
H A Dfs_test.cpp308 ATF_REQUIRE(fi.get_type() == file_info::dir_type);
315 ATF_REQUIRE(fi.get_type() == file_info::reg_type);
359 ATF_REQUIRE(fi.get_type() == file_info::dir_type);
365 ATF_REQUIRE(fi.get_type() == file_info::reg_type);
H A Dfs.cpp347 impl::file_info::get_type(void) function in class:impl::file_info
501 if (file_info(p).get_type() == file_info::dir_type)
/freebsd-10.1-release/contrib/gcc/
H A Dipa-prop.h186 enum jump_func_type get_type (struct ipa_jump_func *);
H A Dipa-cp.c598 type = get_type (jump_func);
657 type = get_type (jump_func);
908 type = get_type (jump_func);
H A Dipa-prop.c500 get_type (struct ipa_jump_func *jf) function
/freebsd-10.1-release/usr.sbin/kldxref/
H A Def.h13 (ef)->ef_ops->get_type((ef)->ef_ef)
39 int (*get_type)(elf_file_t ef); member in struct:elf_file_ops
/freebsd-10.1-release/usr.bin/rpcgen/
H A Drpc_parse.c62 static void get_type(const char **, const char **, defkind);
167 get_type(&plist->res_prefix, &plist->res_type,
432 get_type(&dec->prefix, &dec->type, dkind);
494 get_type(&dec->prefix, &dec->type, dkind);
550 get_type(const char **prefixp, const char **typep, defkind dkind) function
/freebsd-10.1-release/contrib/binutils/gas/
H A Ditbl-ops.c152 static e_type get_type (int yytype);
201 return alloc_entry (get_processor (yyprocessor), get_type (yytype), regname,
233 f = alloc_field (get_type (yytype), sbit, ebit, flags);
816 get_type (int yytype) function
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dvarobj.c187 static struct type *get_type (struct varobj *var);
1389 except within get_target_type and get_type. */
1391 get_type (struct varobj *var)
1408 type = get_type (var);
1418 past typedefs, just like get_type ().
1421 except within get_target_type and get_type. */
1745 type = get_type (var);
1770 type = get_type (var);
1838 type = get_type (parent);
1943 type = get_type (paren
1388 get_type (struct varobj *var) function
[all...]
/freebsd-10.1-release/sbin/fdisk_pc98/
H A Dfdisk.c169 static const char *get_type(int type);
398 get_type(partp->dp_mid));
856 get_type(int type)
855 get_type(int type) function
/freebsd-10.1-release/contrib/file/src/
H A Dapprentice.c285 get_type(const struct type_tbl_s *tbl, const char *l, const char **t) function
1957 m->type = get_type(type_tbl, l + 1, &l);
1975 m->type = get_type(type_tbl, l, &l);
1993 m->type = get_type(special_tbl, l, &l);
/freebsd-10.1-release/sbin/fdisk/
H A Dfdisk.c227 get_type(int t) function
489 get_type(partp->dp_typ));

Completed in 209 milliseconds