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

1234567891011>>

/freebsd-11-stable/sys/contrib/ck/include/
H A Dck_stdbool.h28 #include <sys/types.h>
/freebsd-11-stable/lib/libc/stdio/
H A Dprintf-pos.c45 #include <sys/types.h>
69 /* An expandable array of types. */
71 enum typeid *table; /* table of types */
85 inittypes(struct typetable *types) argument
89 types->table = types->stattable;
90 types->tablesize = STATIC_ARG_TBL_SIZE;
91 types->tablemax = 0;
92 types->nextarg = 1;
94 types
101 freetypes(struct typetable *types) argument
113 _ensurespace(struct typetable *types) argument
130 addtype(struct typetable *types, enum typeid type) argument
140 addsarg(struct typetable *types, int flags) argument
161 adduarg(struct typetable *types, int flags) argument
185 addaster(struct typetable *types, char **fmtp) argument
211 addwaster(struct typetable *types, wchar_t **fmtp) argument
251 struct typetable types; /* table of types */ local
439 struct typetable types; /* table of types */ local
622 __grow_type_table(struct typetable *types) argument
654 build_arg_table(struct typetable *types, va_list ap, union arg **argtable) argument
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/unix/include/isc/
H A Dstat.h49 #include <sys/types.h>
H A Dsyslog.h26 #include <isc/types.h>
/freebsd-11-stable/sys/contrib/vchiq/interface/vchi/
H A Dvchi_mh.h37 #include <sys/types.h>
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-types.h45 * This defines u_int, among other types.
47 #include <sys/types.h>
/freebsd-11-stable/lib/libelftc/
H A Delftc_version.c3 #include <sys/types.h>
/freebsd-11-stable/contrib/mdocml/
H A Dtest-dirent-namlen.c1 #include <sys/types.h>
/freebsd-11-stable/contrib/gdb/gdb/config/i386/
H A Dxm-i386sco.h22 #include <sys/types.h>
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/aarch64/sys/
H A Dfasttrap_isa.h32 #include <sys/types.h>
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/mips/sys/
H A Dfasttrap_isa.h32 #include <sys/types.h>
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/riscv/sys/
H A Dfasttrap_isa.h32 #include <sys/types.h>
/freebsd-11-stable/lib/libc/iconv/
H A Diconv_canonicalize.c29 #include <sys/types.h>
H A Diconv_close.c29 #include <sys/types.h>
/freebsd-11-stable/lib/libnetbsd/sys/
H A Devent.h35 * (defined in sys/types.h), so in order to accomodate their requirements,
36 * pull in sys/types.h as part of event.h.
38 #include <sys/types.h>
H A Dtypes.h27 * $FreeBSD: stable/11/lib/libnetbsd/sys/types.h 314021 2017-02-21 03:46:43Z ngie $ *
33 #include_next <sys/types.h>
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dclocksource.h34 #include <asm/types.h>
H A Dif_arp.h34 #include <sys/types.h>
/freebsd-11-stable/stand/libsa/
H A D__main.c36 #include <sys/types.h>
/freebsd-11-stable/contrib/ntp/lib/isc/win32/include/isc/
H A Dsyslog.h24 #include <isc/types.h>
/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Duser.h29 #include <sys/types.h>
/freebsd-11-stable/contrib/gcclibs/include/
H A Dsort.h25 #include <sys/types.h> /* For size_t */
/freebsd-11-stable/contrib/gdb/include/
H A Dsort.h25 #include <sys/types.h> /* For size_t */
/freebsd-11-stable/contrib/binutils/include/
H A Dsort.h25 #include <sys/types.h> /* For size_t */
/freebsd-11-stable/sys/arm64/arm64/
H A Dclock.c31 #include <sys/types.h>

Completed in 155 milliseconds

1234567891011>>