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

1234567891011>>

/barrelfish-2018-10-04/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...]
/barrelfish-2018-10-04/kernel/include/arch/aarch64/
H A Daarch64.h13 #include <barrelfish_kpi/types.h>
/barrelfish-2018-10-04/kernel/include/arch/arm/
H A Darm.h13 #include <barrelfish_kpi/types.h>
H A Dsp804.h19 #include <barrelfish_kpi/types.h>
/barrelfish-2018-10-04/include/
H A Dhw_records.h18 #include <barrelfish_kpi/types.h>
H A Delf.h36 #include <sys/types.h>
/barrelfish-2018-10-04/lib/posixcompat/
H A Dlseek.c11 #include <sys/types.h>
/barrelfish-2018-10-04/lib/vfs/
H A Dvfs_fat_conv.h10 #include <barrelfish/types.h>
/barrelfish-2018-10-04/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>
/barrelfish-2018-10-04/usr/eclipseclp/Pds/src/
H A Damsg.h34 #include <rpc/types.h>
37 #include "pds.types.h"
H A Dbmsg.h34 #include <rpc/types.h>
37 #include "pds.types.h"
H A Dpds.h34 #include <rpc/types.h>
37 #include "pds.types.h"
/barrelfish-2018-10-04/include/sys/
H A Delf.h36 #include <sys/types.h>
/barrelfish-2018-10-04/kernel/include/arch/armv8/
H A Dtimers.h24 #include <barrelfish/types.h>
25 #include <barrelfish_kpi/types.h>
/barrelfish-2018-10-04/lib/libc/aarch64/gen/
H A D_set_tp.c31 #include <sys/types.h>
H A Dflt_rounds.c30 #include <sys/types.h>
/barrelfish-2018-10-04/lib/libc/arm/gen/
H A D_set_tp.c30 #include <sys/types.h>

Completed in 299 milliseconds

1234567891011>>