Searched refs:types (Results 1 – 21 of 21) sorted by relevance
/picolibc-latest/newlib/libc/posix/ |
D | runetype.h | 59 unsigned long *types; /* Array of types in range */ member
|
/picolibc-latest/newlib/libc/include/ |
D | meson.build | 112 install_headers(['bits/types/mbstate_t.h'], 113 install_dir: include_dir / 'bits/types')
|
/picolibc-latest/newlib/libc/include/rpc/ |
D | CMakeLists.txt | 37 types.h
|
D | meson.build | 37 'types.h',
|
/picolibc-latest/newlib/libc/include/machine/ |
D | CMakeLists.txt | 54 types.h
|
D | meson.build | 54 'types.h',
|
/picolibc-latest/newlib/libc/xdr/ |
D | README | 9 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/ |
D | CMakeLists.txt | 71 types.h
|
D | meson.build | 71 'types.h',
|
/picolibc-latest/newlib/libc/time/ |
D | time.tex | 24 The header file @file{time.h} defines three types. @code{clock_t} and
|
/picolibc-latest/doc/ |
D | printf.md | 225 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
|
D | build.md | 54 types and formats.
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 46 * 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/ |
D | README.md | 292 * 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.
|
D | meson_options.txt | 251 description: 'compiler supports INIT_ARRAY section types')
|
D | meson.build | 132 # Find out about float types
|
D | COPYING.picolibc | 1451 newlib/libc/include/sys/types.h 1670 Files: newlib/libc/include/rpc/types.h 3727 newlib/libc/include/machine/types.h
|
D | COPYING.NEWLIB | 1358 and conversions to other media types.
|
/picolibc-latest/newlib/libc/sys/rtems/include/ |
D | README | 74 sed -i 's,newlib/libc/sys/rtems/include/sys/types.h,cpukit/include/machine/_kernel_types.h,g' *.pat…
|
/picolibc-latest/newlib/libc/stdio/ |
D | vfwprintf.c | 1732 enum types { INT, LONG_INT, QUAD_INT, CHAR_PTR, DOUBLE, LONG_DOUBLE, WIDE_CHAR }; in get_arg() enum
|
D | vfprintf.c | 1808 enum types { INT, LONG_INT, QUAD_INT, CHAR_PTR, DOUBLE, LONG_DOUBLE, WIDE_CHAR }; in get_arg() enum
|