/picolibc-3.7.0-3.6.0/newlib/libc/argz/ |
D | envz_strip.c | 18 char *entry = 0; in envz_strip() local 22 while((entry = argz_next(*envz, *envz_len, entry))) in envz_strip() 24 if(!strchr(entry, '=')) in envz_strip() 27 len = strlen(entry) + 1; in envz_strip() 30 if(*envz + *envz_len != entry + len - 1) in envz_strip() 32 memmove(entry, entry + len, *envz + *envz_len - entry - len); in envz_strip()
|
D | argz_next.c | 16 const char *entry) in argz_next() argument 18 if (entry) in argz_next() 20 while(*entry != '\0') in argz_next() 21 entry++; in argz_next() 22 entry++; in argz_next() 24 if (entry >= argz + argz_len) in argz_next() 27 return (char *) entry; in argz_next()
|
D | envz_remove.c | 19 char *entry = NULL; in envz_remove() local 21 entry = envz_entry (*envz, *envz_len, name); in envz_remove() 23 if (entry) in envz_remove() 25 len = strlen(entry) + 1; in envz_remove() 28 if (*envz + *envz_len != entry + len - 1) in envz_remove() 30 memmove(entry, entry + len, *envz + *envz_len - entry - len); in envz_remove()
|
D | argz_delete.c | 16 char *entry) in argz_delete() argument 19 char *moveto = entry; in argz_delete() 21 if (entry) in argz_delete() 23 len = strlen(entry) + 1; in argz_delete() 24 entry += len; in argz_delete() 26 memmove(moveto, entry, *argz + *argz_len - entry); in argz_delete()
|
D | envz_merge.c | 22 char *entry = NULL; in envz_merge() local 28 while((entry = argz_next((char *)envz2, envz2_len, entry)) && !retval) in envz_merge() 32 name_str = strdup (entry); in envz_merge() 41 retval = argz_add(envz, envz_len, entry); in envz_merge() 47 name_str = strdup (entry); in envz_merge()
|
D | argz_insert.c | 19 const char *entry) in argz_insert() argument 25 return argz_add(argz, argz_len, entry); in argz_insert() 36 len = strlen(entry) + 1; in argz_insert() 42 memcpy(*argz + delta, entry, len); in argz_insert()
|
/picolibc-3.7.0-3.6.0/newlib/libc/include/ |
D | argz.h | 26 error_t argz_delete (char **argz, size_t *argz_len, char *entry); 27 error_t argz_insert (char **argz, size_t *argz_len, char *before, const char *entry); 28 char * argz_next (char *argz, size_t argz_len, const char *entry);
|
D | search.h | 44 typedef struct entry { struct
|
/picolibc-3.7.0-3.6.0/newlib/libc/iconv/ces/ |
D | mkdeps.pl | 231 my @entry; 246 while (next_entry ($sect, \@entry, \$lineidx)) 253 foreach my $l (@entry) 353 my @entry; 358 while (next_entry ($sect, \@entry, \$lineidx)) 363 foreach my $l (@entry) 414 my $entry = $_[1]; 422 undef @{$entry}; 446 push @{$entry}, $l;
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/xtensa/ |
D | xtensa-asm.h | 31 entry \reg, \size
|
D | setjmp.S | 72 entry sp, 16 138 entry sp, 16
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/msp430/ |
D | setjmp.S | 32 ; Upon entry r12 points to the jump buffer. 68 ; Upon entry r12 points to the jump buffer and
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/necv70/ |
D | necv70.tex | 52 The library has an entry @code{fast_sin} which uses the machine 58 Also, the library provides true @code{float} entry points. The 59 @code{fast_sinf} entry point really performs a @code{fsin.s}
|
/picolibc-3.7.0-3.6.0/scripts/ |
D | cross-riscv64-unknown-elf.txt | 21 # this uses shorter but slower function entry code
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/rx/ |
D | strcat.S | 10 ;; On entry: r1 => Destination
|
D | strncat.S | 10 ;; On entry: r1 => Destination
|
/picolibc-3.7.0-3.6.0/newlib/libc/ssp/ |
D | ssp.tex | 14 an overflow is detected. These are private entry points intended solely
|
/picolibc-3.7.0-3.6.0/newlib/libc/xdr/ |
D | README | 48 target's entry (or add one if not present). Set xdr_dir: 180 http://blogs.sun.com/webmink/entry/old_code_and_old_licenses
|
/picolibc-3.7.0-3.6.0/doc/ |
D | releasing.md | 105 6. Add new Debian change log entry
|
/picolibc-3.7.0-3.6.0/newlib/libc/ |
D | sys.tex | 249 Remove a file's directory entry. Minimal implementation:
|
/picolibc-3.7.0-3.6.0/newlib/libc/iconv/ |
D | iconv.tex | 1486 of entries, each entry contains some encoding/CES/CCS description. 1493 Each @emph{ENCODINGS} section's entry describes one encoding and 1519 Each @emph{CES_DEPENDENCIES} section's entry describes dependencies of 1532 entry (the @emph{CES} field);
|
/picolibc-3.7.0-3.6.0/newlib/ |
D | HOWTO | 70 4. make ChangeLog entry and generate patch.
|
D | ChangeLog-2015 | 906 * libc/libc.texinfo: Fix directory entry. 2745 * libc/machine/arm/memcpy-armv7a.S: Adjust entry to 5176 value for LC_TIME entry date_fmt. 11364 child if stdout was closed on entry. 12508 * libc/stdio/stdio.tex (dprintf): New entry. 12734 * configure.host: Added entry for ms1*. 14805 * libc/machine/sh/Makefile.am: Add entry & rule for new file. 20446 of global entry points if _I386MACH_NEED_SOTYPE_FUNCTION is defined; 20460 for all global entry points. 24065 (__arm__): Provide entry for. [all …]
|
/picolibc-3.7.0-3.6.0/ |
D | meson.build | 1398 # accept the first entry from each line
|