Searched refs:types (Results 26 - 50 of 4612) sorted by relevance

1234567891011>>

/freebsd-11-stable/libexec/bootpd/
H A Dbptypes.h7 #include <sys/types.h>
10 * 32 bit integers are different types on various architectures
/freebsd-11-stable/release/picobsd/tinyware/msh/
H A Dsh6.c3 #include <sys/types.h>
/freebsd-11-stable/crypto/openssh/
H A Dcleanup.c20 #include <sys/types.h>
/freebsd-11-stable/crypto/heimdal/lib/wind/
H A Dcombining_table.h7 #include <krb5-types.h>
/freebsd-11-stable/include/
H A Delf.h36 #include <sys/types.h>
/freebsd-11-stable/lib/libc/iconv/
H A D__iconv_free_list.c29 #include <sys/types.h>
H A Dcitrus_types.h30 #include <sys/types.h>
H A Diconv_open.c29 #include <sys/types.h>
H A Diconv_open_into.c29 #include <sys/types.h>
H A Diconv_set_relocation_prefix.c29 #include <sys/types.h>
H A Diconvctl.c29 #include <sys/types.h>
H A Diconvlist.c29 #include <sys/types.h>
/freebsd-11-stable/sys/riscv/riscv/
H A Dclock.c38 #include <sys/types.h>
/freebsd-11-stable/sys/sys/
H A Delf.h36 #include <sys/types.h>
H A Dauxv.h32 #include <sys/types.h>
/freebsd-11-stable/contrib/ofed/include/
H A Dendian.h36 #include <sys/types.h>
H A Dbyteswap.h35 #include <sys/types.h>
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace_xoroshiro128_plus.h36 #include <sys/types.h>
/freebsd-11-stable/usr.bin/mkcsmapper/
H A Dldef.h32 #include <sys/types.h>
/freebsd-11-stable/usr.bin/mklocale/
H A Dldef.h36 #include <sys/types.h>
46 uint32_t *types; member in struct:rune_list
/freebsd-11-stable/sys/compat/linuxkpi/common/include/net/
H A Dif_inet6.h34 #include <sys/types.h>
37 #include <asm/types.h>
/freebsd-11-stable/sys/contrib/ck/include/
H A Dck_stdint.h29 #include <linux/types.h>
/freebsd-11-stable/lib/libkvm/tests/
H A Dkvm_test_common.h30 #include <sys/types.h>
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DTypes.cpp21 using namespace clang::driver::types;
43 const char *types::getTypeName(ID Id) {
47 types::ID types::getPreprocessedType(ID Id) {
59 types::ID types::getPrecompiledType(ID Id) {
67 const char *types::getTypeTempSuffix(ID Id, bool CLMode) {
84 bool types::onlyAssembleType(ID Id) {
90 bool types::onlyPrecompileType(ID Id) {
95 bool types
[all...]
/freebsd-11-stable/lib/libcasper/services/cap_dns/tests/
H A Ddns_test.c327 const char *types[2]; local
357 types[0] = "NAME";
358 types[1] = "ADDR";
359 CHECK(cap_dns_type_limit(capdns, types, 2) == 0);
380 types[0] = "NAME";
381 CHECK(cap_dns_type_limit(capdns, types, 1) == 0);
382 types[1] = "ADDR";
383 CHECK(cap_dns_type_limit(capdns, types, 2) == -1 &&
385 types[0] = "ADDR";
386 CHECK(cap_dns_type_limit(capdns, types,
[all...]

Completed in 376 milliseconds

1234567891011>>