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

1234567891011>>

/freebsd-10-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-10-stable/contrib/ntp/lib/isc/unix/include/isc/
H A Dstat.h49 #include <sys/types.h>
/freebsd-10-stable/contrib/gdb/gdb/config/i386/
H A Dxm-i386sco.h22 #include <sys/types.h>
/freebsd-10-stable/lib/libc/iconv/
H A Diconv_canonicalize.c29 #include <sys/types.h>
H A Diconv_close.c29 #include <sys/types.h>
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>
/freebsd-10-stable/lib/libstand/
H A D__main.c36 #include <sys/types.h>
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/mips/sys/
H A Dfasttrap_isa.h32 #include <sys/types.h>
/freebsd-10-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/10/lib/libnetbsd/sys/types.h 314366 2017-02-28 00:56:33Z ngie $ *
33 #include_next <sys/types.h>
/freebsd-10-stable/contrib/atf/atf-c/detail/
H A Duser.h29 #include <sys/types.h>
/freebsd-10-stable/contrib/binutils/include/
H A Dsort.h25 #include <sys/types.h> /* For size_t */
/freebsd-10-stable/contrib/gcclibs/include/
H A Dsort.h25 #include <sys/types.h> /* For size_t */
/freebsd-10-stable/contrib/gdb/include/
H A Dsort.h25 #include <sys/types.h> /* For size_t */
/freebsd-10-stable/contrib/ofed/include/infiniband/
H A Dbyteswap.h35 #include <sys/types.h>
H A Dendian.h36 #include <sys/types.h>
/freebsd-10-stable/contrib/unbound/compat/
H A Dmalloc.c6 #include <sys/types.h>
/freebsd-10-stable/crypto/heimdal/lib/wind/
H A Dcombining_table.h7 #include <krb5-types.h>
/freebsd-10-stable/crypto/openssh/
H A Dcleanup.c20 #include <sys/types.h>
/freebsd-10-stable/include/
H A Delf.h36 #include <sys/types.h>
/freebsd-10-stable/lib/libc/ia64/gen/
H A Dfpgetround.c29 #include <sys/types.h>

Completed in 84 milliseconds

1234567891011>>