Searched refs:types (Results 1 - 25 of 4944) sorted by relevance

1234567891011>>

/freebsd-current/crypto/openssl/include/openssl/
H A Dossl_typ.h11 * The original <openssl/ossl_typ.h> was renamed to <openssl/types.h>
16 # include <openssl/types.h>
/freebsd-current/sys/crypto/libsodium/
H A Dstddef.h2 #include <sys/types.h>
/freebsd-current/stand/libsa/
H A D__main.c33 #include <sys/types.h>
/freebsd-current/stand/kboot/kboot/arch/aarch64/
H A Dfdt_arch.c7 #include <sys/types.h>
/freebsd-current/stand/kboot/kboot/arch/amd64/
H A Dfdt_arch.c25 #include <sys/types.h>
/freebsd-current/sys/contrib/ck/include/
H A Dck_stdbool.h28 #include <sys/types.h>
/freebsd-current/lib/libc/stdio/
H A Dprintf-pos.c41 #include <sys/types.h>
72 /* An expandable array of types. */
74 enum typeid *table; /* table of types */
88 inittypes(struct typetable *types) argument
92 types->table = types->stattable;
93 types->tablesize = STATIC_ARG_TBL_SIZE;
94 types->tablemax = 0;
95 types->nextarg = 1;
97 types
104 freetypes(struct typetable *types) argument
116 _ensurespace(struct typetable *types) argument
133 addtype(struct typetable *types, enum typeid type) argument
143 addsarg(struct typetable *types, int flags) argument
164 adduarg(struct typetable *types, int flags) argument
188 addaster(struct typetable *types, char **fmtp) argument
214 addwaster(struct typetable *types, wchar_t **fmtp) argument
254 struct typetable types; /* table of types */ local
447 struct typetable types; /* table of types */ local
635 __grow_type_table(struct typetable *types) argument
672 build_arg_table(struct typetable *types, va_list ap, union arg **argtable) argument
[all...]
/freebsd-current/sys/contrib/vchiq/interface/vchi/
H A Dvchi_mh.h37 #include <sys/types.h>
/freebsd-current/contrib/libpcap/
H A Dpcap-types.h44 * This defines u_int, among other types.
46 #include <sys/types.h>
/freebsd-current/contrib/ntp/libntp/lib/isc/unix/include/isc/
H A Dstat.h49 #include <sys/types.h>
/freebsd-current/sys/crypto/chacha20/
H A D_chacha.h8 #include <sys/types.h>
/freebsd-current/sbin/ping/
H A Dutils.h32 #include <sys/types.h>
/freebsd-current/lib/libelftc/
H A Delftc_version.c2 #include <sys/types.h>
/freebsd-current/tools/build/cross-build/include/linux/sys/
H A Dtypes.h38 #include_next <sys/types.h>
/freebsd-current/lib/libc/riscv/gen/
H A Dfpgetmask.c30 #include <sys/types.h>
/freebsd-current/sys/arm64/arm64/
H A Dclock.c28 #include <sys/types.h>
/freebsd-current/sys/contrib/openzfs/include/os/linux/spl/rpc/
H A Dtypes.h24 #include <sys/types.h>
/freebsd-current/sys/contrib/openzfs/module/zstd/include/
H A Dstddef.h47 #include <sys/types.h>
49 #include <linux/types.h>
/freebsd-current/crypto/openssl/crypto/store/
H A Dstore_strings.c23 int types = sizeof(type_strings) / sizeof(type_strings[0]); local
25 if (type < 1 || type > types)
/freebsd-current/contrib/mandoc/
H A Dtest-dirent-namlen.c1 #include <sys/types.h>
/freebsd-current/sys/cddl/contrib/opensolaris/uts/mips/sys/
H A Dfasttrap_isa.h32 #include <sys/types.h>
/freebsd-current/sys/cddl/contrib/opensolaris/uts/riscv/sys/
H A Dfasttrap_isa.h32 #include <sys/types.h>
/freebsd-current/sys/cddl/contrib/opensolaris/uts/aarch64/sys/
H A Dfasttrap_isa.h32 #include <sys/types.h>
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dconsole.h30 #include <linux/types.h>
/freebsd-current/sys/contrib/openzfs/lib/libspl/include/
H A Dlibgen.h30 #include <sys/types.h>

Completed in 154 milliseconds

1234567891011>>