Home
last modified time | relevance | path

Searched refs:types (Results 1 – 21 of 21) sorted by relevance

/picolibc-latest/newlib/libc/posix/
Drunetype.h59 unsigned long *types; /* Array of types in range */ member
/picolibc-latest/newlib/libc/include/
Dmeson.build112 install_headers(['bits/types/mbstate_t.h'],
113 install_dir: include_dir / 'bits/types')
/picolibc-latest/newlib/libc/include/rpc/
DCMakeLists.txt37 types.h
Dmeson.build37 'types.h',
/picolibc-latest/newlib/libc/include/machine/
DCMakeLists.txt54 types.h
Dmeson.build54 'types.h',
/picolibc-latest/newlib/libc/xdr/
DREADME9 1) xdr_* functions for fixed-width integral types have been
17 3) Uses of 64bit types, such as xdr_hyper, xdr_u_longlong_t,
78 rpc/types.h, used throughout xdr/ to deal with memory
/picolibc-latest/newlib/libc/include/sys/
DCMakeLists.txt71 types.h
Dmeson.build71 'types.h',
/picolibc-latest/newlib/libc/time/
Dtime.tex24 The header file @file{time.h} defines three types. @code{clock_t} and
/picolibc-latest/doc/
Dprintf.md225 support for long long types is included in the integer variant of
231 for long long types is included in the minimal variant of printf
270 64-bit versions of stdio interfaces which are defined with types
Dbuild.md54 types and formats.
/picolibc-latest/newlib/
DChangeLog-201546 * libc/include/sys/types.h: Remove including <sys/select.h>.
56 * libc/include/sys/select.h: Do not include <sys/types.h> and
63 * libc/include/sys/types.h: Likewise.
102 * libc/include/sys/types.h: Move definitions of NBBY and howmany to
178 * libc/stdlib/rpmatch.c: Include sys/types.h to make GCC happy.
533 __LEASTxx macro's to hold information regarding the respective types
621 * libc/include/sys/types.h: Ditto. Guard BSD convenience base types
827 * libc/include/sys/types.h: Include <sys/_stdint.h>.
936 * libc/include/sys/types.h (sbintime_t): Define.
948 * libc/include/sys/types.h (timespec): Delete.
[all …]
/picolibc-latest/
DREADME.md292 * Finish support for targets with unusual float types, mapping
293 target types to 32-, 64-, 80- and 128- bit picolibc code.
341 is only enabled for types beyond the register size of the
394 long long types.
417 support where some types have exceptions and others don't. Right
534 * Switch read/write functions to use POSIX types instead of legacy
535 cygwin types. This makes mapping to existing an POSIX api work
544 and reconfigures the functions to match the compiler types.
Dmeson_options.txt251 description: 'compiler supports INIT_ARRAY section types')
Dmeson.build132 # Find out about float types
DCOPYING.picolibc1451 newlib/libc/include/sys/types.h
1670 Files: newlib/libc/include/rpc/types.h
3727 newlib/libc/include/machine/types.h
DCOPYING.NEWLIB1358 and conversions to other media types.
/picolibc-latest/newlib/libc/sys/rtems/include/
DREADME74 sed -i 's,newlib/libc/sys/rtems/include/sys/types.h,cpukit/include/machine/_kernel_types.h,g' *.pat…
/picolibc-latest/newlib/libc/stdio/
Dvfwprintf.c1732 enum types { INT, LONG_INT, QUAD_INT, CHAR_PTR, DOUBLE, LONG_DOUBLE, WIDE_CHAR }; in get_arg() enum
Dvfprintf.c1808 enum types { INT, LONG_INT, QUAD_INT, CHAR_PTR, DOUBLE, LONG_DOUBLE, WIDE_CHAR }; in get_arg() enum