/picolibc-latest/newlib/libc/machine/spu/ |
D | rename.c | 43 const char *new; member 48 rename (old, new) in rename() argument 50 const char *new; 54 args.new = new;
|
/picolibc-latest/newlib/libc/tinystdio/ |
D | filestrputalloc.c | 46 char *new = realloc(old, new_size); in __file_str_put_alloc() local 47 if (!new) in __file_str_put_alloc() 50 sstream->pos = new + old_size; in __file_str_put_alloc() 51 sstream->end = new + new_size; in __file_str_put_alloc()
|
/picolibc-latest/newlib/libc/posix/ |
D | nftw.c | 53 struct history new; in do_nftw() local 77 new.chain = h; in do_nftw() 78 new.dev = st.st_dev; in do_nftw() 79 new.ino = st.st_ino; in do_nftw() 80 new.level = h ? h->level+1 : 0; in do_nftw() 81 new.base = j+1; in do_nftw() 83 lev.level = new.level; in do_nftw() 116 if ((r=do_nftw(path, fn, fd_limit-1, flags, &new))) { in do_nftw()
|
/picolibc-latest/newlib/libc/string/ |
D | mkwidthA | 17 sed -e "s,^\([^;]*\);A,\1," -e t -e d EastAsianWidth.txt > width-a-new 20 PATH="$PATH:." uniset +width-a-new compact >> WIDTH-A 21 rm -f width-a-new
|
/picolibc-latest/newlib/libc/stdio/ |
D | rename.c | 57 const char *new) in rename() argument 59 return rename ( old, new); in rename()
|
/picolibc-latest/newlib/ |
D | NEWS | 73 - new reduced "tiny" code size printf and puts support 75 - new --enable-newlib-reent-check-verify configure option to verify reent memory 80 - new msp430-elfbare target support 105 - new expf, exp2f, logf, and powf implementations 108 - new long double complex math routines 125 - new string functions (e.g. timingsafe_bcmp) 126 - new stdlib functions (e.g. arc4random) 134 - new version of strtold 147 - new nano formatted I/O support 165 - new nds32 platform support [all …]
|
D | ChangeLog-2015 | 9 * libc/stdlib/Makefile.am: Add new source file. 19 * libc/machine/arc/asm.h: Define new GCC definition for old compiler. 20 * libc/machine/arc/memcmp-bs-norm.S: Use new GCC defines to detect 532 * libc/include/sys/_intsup.h: Defined new __INTxx, __FASTxx and 537 new __INTxx, __FASTxx and __LEASTxx macro's in their corresponding PRI 746 * libm/machine/aarch64/Makefile.in: Add new source files. 1263 * libm/common/Makefile.am: Reference new files 1264 * libm/common/Makefile.in: Reference new files 1396 * libc/machine/arm/strcmp.S: Add new wrapper. 1436 * libc/machine/aarch64/Makefile.am (lib_a_SOURCES): Add new files. [all …]
|
/picolibc-latest/doc/ |
D | releasing.md | 3 Here are the current steps to perform when releasing a new version of 43 7. Update meson.build and CMakeLists.txt with new version number 73 14. Create new release on picolibc wiki pasting in relevant README.md 76 15. Create new release on github site, pasting in relevant README.md 80 about the new release. 105 6. Add new Debian change log entry
|
D | ctype.md | 17 new direct implementation is selected by default. You can also force a
|
D | tls.md | 79 2) Copy __tdata_size bytes from __tdata_source to the new block to 81 3) Clear __tbss_size bytes starting _tdata_size bytes into the new
|
/picolibc-latest/newlib/libc/machine/i960/ |
D | memcmp_ca.S | 194 notor g1,3,g14 # first step in computing new src1 ptr 202 lda 4(g3),g1 # set new src2 ptr 204 subo g14,g0,g0 # second (final) step in computing new src1 ptr 205 addi g14,g2,g2 # compute new max_bytes too
|
D | strncmp_ca.S | 236 notor g1,3,g14 # first step in computing new src1 ptr 244 lda 4(g3),g1 # set new src2 ptr 247 subo g14,g0,g0 # second (final) step in computing new src1 ptr 248 addi g14,g2,g2 # compute new max_bytes too
|
D | strcmp_ca.S | 237 notor g1,3,MSW # first step in computing new src1 ptr 238 lda 4(g3),g1 # set new src2 ptr 242 subo MSW,g0,g0 # second (final) step in computing new src1 ptr
|
/picolibc-latest/newlib/libc/machine/arm/ |
D | arm_asm.h | 502 .macro ASM_ALIAS new old 503 .global \new 504 .type \new, %function 506 .thumb_set \new, \old 508 .set \new, \old
|
/picolibc-latest/newlib/libc/machine/m32c/ |
D | setjmp.S | 125 mov.l [a0],a1 ; dest is new stack
|
/picolibc-latest/newlib/libc/machine/rx/ |
D | setjmp.S | 91 mov.l 0x4[r1], r1 ; This sets up the new return value
|
/picolibc-latest/newlib/libc/machine/crx/ |
D | setjmp.S | 15 # the new terms are clearly indicated on the first page of each file where #
|
/picolibc-latest/newlib/libc/ |
D | sys.tex | 86 Transfer control to a new process. Minimal implementation (for a system 100 Create a new process. Minimal implementation (for a system without processes): 162 Establish a new name for an existing file. Minimal implementation: 168 int link(char *old, char *new) @{
|
/picolibc-latest/newlib/libc/machine/rl78/ |
D | setjmp.S | 160 movw sp, ax ; this is the *new* stack
|
/picolibc-latest/newlib/libc/machine/cr16/ |
D | setjmp.S | 15 # the new terms are clearly indicated on the first page of each file where #
|
/picolibc-latest/newlib/libc/iconv/ |
D | iconv.tex | 18 * How to add new encoding:: The steps to add new encoding support 851 Its worth to stress that the new encoding support can't be 855 and the possibility to add new Table-based encoding support dynamically, by 856 means of just adding new .cct file, may be easily added). 1476 To simplify the process of adding new encodings support allowing to 1611 @node How to add new encoding 1612 @section How to add new encoding 1614 At first, the new encoding should be broken down to CCS and CES. Then, 1615 the process of adding new encoding is split to the following activities. 1618 @item Generate the .cct CCS file and the .c source file for the new [all …]
|
/picolibc-latest/newlib/libc/xdr/ |
D | README | 45 To port XDR to a new newlib target, first enable building it 56 a new xdr_float_*.c implementation, and modify the bottom of
|
/picolibc-latest/newlib/libc/machine/arc64/ |
D | memcpy.S | 98 ;; at least 16bytes before, thus, we can create a new 16byte load which
|
/picolibc-latest/ |
D | COPYING.GPL2 | 26 in new free programs; and that you know you can do these things. 237 9. The Free Software Foundation may publish revised and/or new versions 238 of the General Public License from time to time. Such new versions will 240 address new problems or concerns. 284 If you develop a new program, and you want it to be of the greatest
|
D | CONTRIBUTING.md | 51 3. For brand-new files, please use the global .editorconfig settings
|