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

1234567891011>>

/freebsd-11.0-release/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.0-release/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.0-release/contrib/mdocml/
H A Dmansearch_const.c19 #include <sys/types.h>
H A Dtest-dirent-namlen.c1 #include <sys/types.h>
/freebsd-11.0-release/lib/libelftc/
H A Delftc_version.c3 #include <sys/types.h>
/freebsd-11.0-release/sys/contrib/vchiq/interface/vchi/
H A Dvchi_mh.h37 #include <sys/types.h>
/freebsd-11.0-release/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>
H A Diconvctl.c29 #include <sys/types.h>
H A Diconvlist.c29 #include <sys/types.h>
/freebsd-11.0-release/contrib/gdb/gdb/config/i386/
H A Dxm-i386sco.h22 #include <sys/types.h>
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/aarch64/sys/
H A Dfasttrap_isa.h32 #include <sys/types.h>
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/mips/sys/
H A Dfasttrap_isa.h32 #include <sys/types.h>
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/riscv/sys/
H A Dfasttrap_isa.h32 #include <sys/types.h>
/freebsd-11.0-release/lib/libstand/
H A D__main.c36 #include <sys/types.h>
/freebsd-11.0-release/contrib/unbound/compat/
H A Dmalloc.c6 #include <sys/types.h>
/freebsd-11.0-release/include/
H A Delf.h36 #include <sys/types.h>
/freebsd-11.0-release/crypto/heimdal/lib/wind/
H A Dcombining_table.h7 #include <krb5-types.h>
/freebsd-11.0-release/crypto/openssh/
H A Dcleanup.c20 #include <sys/types.h>

Completed in 212 milliseconds

1234567891011>>