Home
last modified time | relevance | path

Searched refs:header (Results 1 – 25 of 31) sorted by relevance

12

/picolibc-latest/newlib/libc/include/arpa/
Dmeson.build45 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/
Dmeson.build46 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/
Dmeson.build93 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/
Dmeson.build118 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/
Dmeson.build135 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/
Dmeson.build53 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/
Dpicolibc.cmake88 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/
Dxdr_rec.c831 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()
DREADME71 employed by the xdr routines. As stated in the xdr.h header:
/picolibc-latest/newlib/libc/machine/amdgcn/
Dgetreent.c28 uint16_t header ; member
/picolibc-latest/newlib/libc/tinystdio/
Dmeson.build255 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/
Dmeson.build306 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/
DREADME62 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/
DNEWS61 - 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
DHOWTO59 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/
Dembedsource.md52 … which we want. And i have found no good poartable way of re-adding the libgcc include header path.
/picolibc-latest/newlib/doc/
Dmakedocbook.py793 header = '<thead>' + p[2] + '</thead>\n'
795 …p[0] = '<informaltable><tgroup cols="' + str(len(colfrac)) + '">' + colspec + header + body + '</t…
/picolibc-latest/newlib/libc/time/
Dtime.tex24 The header file @file{time.h} defines three types. @code{clock_t} and
/picolibc-latest/newlib/libc/machine/necv70/
Dnecv70.tex23 When you use the @file{/usr/include/fastmath.h} header file, the
/picolibc-latest/newlib/libc/
Dsys.tex38 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/
Dstdlib.tex9 The corresponding declarations are in the header file @file{stdlib.h}.
/picolibc-latest/newlib/libc/ctype/
Dctype.tex36 The header file @file{ctype.h} defines the macros.
/picolibc-latest/
Dpicolibc.h.in477 /* Compiler has Xtensa-specific core-isa.h header file */
DCMakeLists.txt584 BRIEF_DOCS "Installed header files"
585 FULL_DOCS "These are names of header files which are to be installed.")
/picolibc-latest/hello-world/
DREADME.md22 header files and picolibc libraries.

12