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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dder.c93 get_type(const char *name, const char *list[], unsigned len) function
115 return get_type(name, class_names, SIZEOF_ARRAY(class_names));
129 return get_type(name, type_names, SIZEOF_ARRAY(type_names));
143 return get_type(name, tag_names, SIZEOF_ARRAY(tag_names));
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/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)
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/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)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/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
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-run/
H A Dfs.cpp75 if (fi.get_type() == atf::fs::file_info::dir_type)
82 if (fi.get_type() == atf::fs::file_info::dir_type)
H A Datf-run.cpp169 if (fi.get_type() == atf::fs::file_info::dir_type)
421 if (fi.get_type() == atf::fs::file_info::dir_type) {
/netbsd-6-1-5-RELEASE/dist/pdisk/
H A Dpdisk.c126 void do_create_partition(partition_map_header *map, int get_type);
529 int get_type; local
548 get_type = 0;
597 get_type = 1;
600 do_create_partition(map, get_type);
671 do_create_partition(partition_map_header *map, int get_type) argument
697 if (get_type == 0) {
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-run/
H A Dfs.cpp90 if (fi.get_type() == atf::fs::file_info::dir_type)
97 if (fi.get_type() == atf::fs::file_info::dir_type)
H A Datf-run.cpp229 if (fi.get_type() == atf::fs::file_info::dir_type)
483 if (fi.get_type() == atf::fs::file_info::dir_type) {
/netbsd-6-1-5-RELEASE/usr.bin/rpcgen/
H A Drpc_parse.c69 static void get_type __P((char **, char **, defkind));
178 get_type(&plist->res_prefix, &plist->res_type,
431 get_type(&dec->prefix, &dec->type, dkind);
498 get_type(&dec->prefix, &dec->type, dkind);
550 get_type(prefixp, typep, dkind) function
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/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);
826 get_type (int yytype) function
/netbsd-6-1-5-RELEASE/usr.bin/mkubootimage/
H A Dmkubootimage.c149 get_type(const char *name) function
339 image_type = get_type(optarg);
/netbsd-6-1-5-RELEASE/sbin/fdisk/
H A Dfdisk.c293 static const char *get_type(int);
794 printf("%s (sysid %d)\n", get_type(partp->mbrp_type), partp->mbrp_type);
2884 get_type(int type) function
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dvarobj.c257 static struct type *get_type (struct varobj *var);
2283 except within get_target_type and get_type. */
2285 get_type (struct varobj *var)
2328 past typedefs, just like get_type ().
2331 except within get_target_type and get_type. */
3112 struct type *type = get_type (var);
2282 get_type (struct varobj *var) function
/netbsd-6-1-5-RELEASE/external/bsd/file/dist/src/
H A Dapprentice.c228 get_type(const char *l, const char **t) function
1358 m->type = get_type(l, &l);

Completed in 295 milliseconds