Searched refs:header (Results 1 – 25 of 31) sorted by relevance
12
/picolibc-latest/newlib/libc/include/arpa/ |
D | meson.build | 45 foreach header : inc_arpa_headers 46 if not (header in ignore_headers) and not (header.startswith('_')) 47 test_name = 'check-cdef-arpa-' + header 50 args: [meson.current_source_dir() / header] + cc.cmd_array() + c_args + inc_args,
|
/picolibc-latest/newlib/libc/include/rpc/ |
D | meson.build | 46 foreach header : inc_rpc_headers 47 if not (header in ignore_headers) and not (header.startswith('_')) 48 test_name = 'check-cdef-rpc-' + header 51 args: [meson.current_source_dir() / header] + cc.cmd_array() + c_args + inc_args,
|
/picolibc-latest/newlib/libc/include/sys/ |
D | meson.build | 93 foreach header : inc_sys_headers 94 if not (header in ignore_headers) and not (header.startswith('_')) 95 test_name = 'check-cdef-sys-' + header 98 args: [meson.current_source_dir() / header] + cc.cmd_array() + c_args + inc_args,
|
/picolibc-latest/newlib/libc/include/ |
D | meson.build | 118 foreach header : inc_headers 120 if not (header in ignore_headers) and not (header.startswith('_')) 121 test_name = 'check-cdef-' + header 125 args: [meson.current_source_dir() / header] + cc.cmd_array() + c_args + inc_args,
|
/picolibc-latest/semihost/ |
D | meson.build | 135 foreach header : inc_headers 137 if not (header in ignore_headers) and not (header.startswith('_')) 138 test_name = 'check-cdef-' + header 142 args: [meson.current_source_dir() / header] + cc.cmd_array() + c_args + inc_args,
|
/picolibc-latest/newlib/libc/stdio/sys/ |
D | meson.build | 53 foreach header : inc_stdio_sys_headers 54 test_name = 'check-cdef-sys-' + header 57 args: [meson.current_source_dir() / header] + cc.cmd_array() + c_args + inc_args,
|
/picolibc-latest/cmake/ |
D | picolibc.cmake | 88 foreach(header IN LISTS ARGN) 89 set(rel_header "${subdir}/${header}") 93 list(REMOVE_ITEM orig_headers "${header}") 99 configure_file("${header}" "${PROJECT_BINARY_DIR}/picolibc/include/${rel_header}")
|
/picolibc-latest/newlib/libc/xdr/ |
D | xdr_rec.c | 831 u_int32_t header; in set_input_fragment() local 835 if (!get_input_bytes (rstrm, (char *) (void *) &header, sizeof (header))) in set_input_fragment() 837 header = ntohl (header); in set_input_fragment() 838 rstrm->last_frag = ((header & LAST_FRAG) == 0) ? FALSE : TRUE; in set_input_fragment() 847 if (header == 0) in set_input_fragment() 849 rstrm->fbtbc = header & (~LAST_FRAG); in set_input_fragment()
|
D | README | 71 employed by the xdr routines. As stated in the xdr.h header:
|
/picolibc-latest/newlib/libc/machine/amdgcn/ |
D | getreent.c | 28 uint16_t header ; member
|
/picolibc-latest/newlib/libc/tinystdio/ |
D | meson.build | 255 foreach header : inc_headers 256 test_name = 'check-cdef-' + header 259 args: [meson.current_source_dir() / header] + cc.cmd_array() + c_args + inc_args,
|
/picolibc-latest/newlib/libc/stdio/ |
D | meson.build | 306 foreach header : inc_headers 307 test_name = 'check-cdef-' + header 310 args: [meson.current_source_dir() / header] + cc.cmd_array() + c_args + inc_args,
|
/picolibc-latest/newlib/libc/sys/rtems/include/ |
D | README | 62 Some patches may change kernel space parts of the above header files. These 63 parts are contained in kernel space header files provided by RTEMS or LibBSD. 66 Newlib paths to kernel space header files.
|
/picolibc-latest/newlib/ |
D | NEWS | 61 - move of __tzrules_struct from time.h to internal header 116 - some header file reorganization 265 * header file improvements (e.g. adding RTEMS stdint.h/inttypes.h) 286 * major cleanup with linux header files regarding warnings
|
D | HOWTO | 59 Pay special attention under libc, as the manual is arranged by header file name, 60 but not all header files are represented by directories (e.g. wcsftime.c is 168 The newlib.h header is created from newlib.hin during the configure phase. 247 The documentation, both the manual and man pages and header references,
|
/picolibc-latest/doc/ |
D | embedsource.md | 52 … which we want. And i have found no good poartable way of re-adding the libgcc include header path.
|
/picolibc-latest/newlib/doc/ |
D | makedocbook.py | 793 header = '<thead>' + p[2] + '</thead>\n' 795 …p[0] = '<informaltable><tgroup cols="' + str(len(colfrac)) + '">' + colspec + header + body + '</t…
|
/picolibc-latest/newlib/libc/time/ |
D | time.tex | 24 The header file @file{time.h} defines three types. @code{clock_t} and
|
/picolibc-latest/newlib/libc/machine/necv70/ |
D | necv70.tex | 23 When you use the @file{/usr/include/fastmath.h} header file, the
|
/picolibc-latest/newlib/libc/ |
D | sys.tex | 38 definition for @code{errno} in the header file @file{errno.h}, as part 115 special devices. The @file{sys/stat.h} header file required is
|
/picolibc-latest/newlib/libc/stdlib/ |
D | stdlib.tex | 9 The corresponding declarations are in the header file @file{stdlib.h}.
|
/picolibc-latest/newlib/libc/ctype/ |
D | ctype.tex | 36 The header file @file{ctype.h} defines the macros.
|
/picolibc-latest/ |
D | picolibc.h.in | 477 /* Compiler has Xtensa-specific core-isa.h header file */
|
D | CMakeLists.txt | 584 BRIEF_DOCS "Installed header files" 585 FULL_DOCS "These are names of header files which are to be installed.")
|
/picolibc-latest/hello-world/ |
D | README.md | 22 header files and picolibc libraries.
|
12