/picolibc-latest/newlib/libc/stdlib/ |
D | setenv.c | 45 register char *C; in setenv() local 59 if ((C = _findenv (name, &offset))) in setenv() 66 if (strlen (C) >= l_value) in setenv() 68 strcpy(C, value); in setenv() 104 for (C = (char *) name; *C && *C != '='; ++C); /* no `=' in name */ in setenv() 105 char *E = malloc ((size_t) ((int) (C - name) + l_value + 2)); in setenv() 112 for (C = E; (*C = *name++) && *C != '='; ++C); in setenv() 113 for (*C++ = '='; (*C++ = *value++) != 0;); in setenv()
|
/picolibc-latest/newlib/libc/locale/ |
D | locale.tex | 35 depending on location or culture. The @code{"C"} locale is the only 36 one defined in the ANSI C standard. 38 This is a minimal implementation, supporting only the required @code{"C"} 41 for an implementation, here equivalent to @code{"C"}). 51 C locale. 56 @code{""} in the C locale. 65 desired. @code{""} in the C locale. 70 @code{""} in the C locale. 74 @code{""} in the C locale. 78 @code{""} in the C locale. [all …]
|
/picolibc-latest/newlib/libm/common/ |
D | sf_exp2.c | 48 #define C __exp2f_data.poly macro 94 z = C[0] * r + C[1]; in exp2f() 96 y = C[2] * r + 1; in exp2f()
|
D | sf_exp.c | 49 #define C __exp2f_data.poly_scaled macro 105 z = C[0] * r + C[1]; in expf() 107 y = C[2] * r + 1; in expf()
|
D | sf_pow.c | 105 # define C __exp2f_data.poly_scaled in exp2_inline() macro 110 # define C __exp2f_data.poly in exp2_inline() macro 124 z = C[0] * r + C[1]; in exp2_inline() 126 y = C[2] * r + 1; in exp2_inline()
|
D | sf_cbrt.c | 35 C = 5.4285717010e-01, /* 19/35 = 0x3f0af8b0 */ variable 73 s=C+r*t;
|
D | s_cbrt.c | 51 C = _F_64(5.42857142857142815906e-01), /* 19/35 = 0x3FE15F15, 0xF15F15F1 */ variable 85 s=C+r*t; in cbrt64()
|
/picolibc-latest/newlib/libc/string/ |
D | WIDTH-A | 14 20 10 13-16 18-19 1C-1D 20-22 24-27 30 32-33 35 3B 3E 74 7F 81-84 18 22 00 02-03 07-08 0B 0F 11 15 1A 1D-20 23 25 27-2C 2E 34-37 3C-3D 19 22 48 4C 52 60-61 64-67 6A-6B 6E-6F 82-83 86-87 95 99 A5 BF 24 26 05-06 09 0E-0F 1C 1E 40 42 60-61 63-65 67-6A 6C-6D 6F 9E-9F BF 326 100C 00-FF 342 101C 00-FF 358 102C 00-FF 374 103C 00-FF 390 104C 00-FF 406 105C 00-FF [all …]
|
/picolibc-latest/ |
D | make-copyrights | 3 export LANG=C
|
D | README.md | 4 Picolibc is library offering standard C library APIs that targets 130 * [Hello World](hello-world/README.md). Build and run a stand-alone C 154 * Improve C++ testing and compatibility. 194 * Validate all public headers with a C++ compiler to make sure they 206 locking. However, flockfile/funlockfile grab the global C library 232 * Adjust POSIX and C headers to limit symbol exposure to that 236 than the required number of digits, but that's permitted by the C 245 someone needs strict C conformance. Thanks to Ahmed Shehab. 264 to those specified in the C and POSIX specs. 266 * Add support for C's Annex K functions. These are bounds-checking [all …]
|
/picolibc-latest/newlib/libc/machine/xtensa/ |
D | xtensa.tex | 5 in the C library when it is built for Xtensa processors. 36 @code{setjmp} is ANSI C and POSIX.1. 68 @code{longjmp} is ANSI C and POSIX.1.
|
/picolibc-latest/cmake/ |
D | TC-thumbv6m.cmake | 6 # which compilers to use for C
|
D | TC-thumbv7m.cmake | 6 # which compilers to use for C
|
D | TC-clang-thumbv6m.cmake | 6 # which compilers to use for C
|
D | TC-clang-thumbv7m.cmake | 6 # which compilers to use for C
|
/picolibc-latest/newlib/libc/ |
D | sys.tex | 5 @cindex linking the C library 6 The C subroutine library depends on a handful of subroutine calls for 7 operating system services. If you use the C library on a system that 34 complication arises here: the C library must be compatible with 37 @code{errno}. However, the Red Hat newlib C library provides a @emph{macro} 43 straightforward: the C library routines with OS interface calls 116 distributed in the @file{include} subdirectory for this C library.
|
/picolibc-latest/newlib/libc/ctype/ |
D | mkcaseconv | 16 LC_ALL=C
|
/picolibc-latest/newlib/ |
D | HOWTO | 90 standards, so particular C and POSIX functions may or may not be found.) 160 usually runs with a toolchain that lacks a C library (since Newlib will provide 184 like "SOURCES" in any Makefile.inc file. Instead, use %C%_ on all variables to 208 above, the _%C% suffix can be used. See the Makefile.am file for the current 210 AM_CFLAGS_%C% = ... 211 libm_a_CFLAGS_%C% = ... 212 libc_a_CFLAGS_%C% = ... 215 above, the _%C% suffix can be used. See the Makefile.am file for the current 217 AM_CFLAGS_%C%_moo.c = ... 218 libm_a_CFLAGS_%C%_foo.c = ... [all …]
|
/picolibc-latest/newlib/libc/machine/necv70/ |
D | necv70.tex | 55 in the same way that the C coded functions do. Refer to a V70 61 using code compiled with an ANSI C compiler. The prototypes 63 routines are only defined if compiling a module with an ANSI C
|
/picolibc-latest/doc/ |
D | using.md | 24 may expect these headers to be provided by the C library. Unfortunately 72 FPSCR register set up to match C semantics for rounding. 118 Picolibc provides two sample linker scripts: `picolibc.ld` for C 119 applications and `picolibcpp.ld` for C++ applications. These are 158 conforms to a hosted execution environment as per the C
|
/picolibc-latest/newlib/libc/machine/xstormy16/ |
D | setjmp.S | 4 ;; Copyright (C) 2001 by Red Hat, Incorporated. All rights reserved.
|
/picolibc-latest/.github/workflows/ |
D | steps-head | 26 …sudo tar xf ccache-4.8.2-linux-x86_64.tar.xz -C /usr/bin --strip-components=1 --no-same-owner ccac…
|
/picolibc-latest/newlib/libc/machine/crx/ |
D | setjmp.S | 18 # C library -- setjmp, longjmp #
|
/picolibc-latest/.github/ |
D | Dockerfile-zephyr | 39 RUN tar xf ccache-4.8.2-linux-x86_64.tar.xz -C /usr/bin --strip-components=1 --no-same-owner ccache…
|
/picolibc-latest/newlib/libc/machine/spu/ |
D | syscall.def | 2 # (C) Copyright 2007 TOSHIBA CORPORATION
|