Home
last modified time | relevance | path

Searched refs:entry (Results 1 – 24 of 24) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/argz/
Denvz_strip.c18 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()
Dargz_next.c16 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()
Denvz_remove.c19 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()
Dargz_delete.c16 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()
Denvz_merge.c22 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()
Dargz_insert.c19 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/
Dargz.h26 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);
Dsearch.h44 typedef struct entry { struct
/picolibc-3.7.0-3.6.0/newlib/libc/iconv/ces/
Dmkdeps.pl231 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/
Dxtensa-asm.h31 entry \reg, \size
Dsetjmp.S72 entry sp, 16
138 entry sp, 16
/picolibc-3.7.0-3.6.0/newlib/libc/machine/msp430/
Dsetjmp.S32 ; 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/
Dnecv70.tex52 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/
Dcross-riscv64-unknown-elf.txt21 # this uses shorter but slower function entry code
/picolibc-3.7.0-3.6.0/newlib/libc/machine/rx/
Dstrcat.S10 ;; On entry: r1 => Destination
Dstrncat.S10 ;; On entry: r1 => Destination
/picolibc-3.7.0-3.6.0/newlib/libc/ssp/
Dssp.tex14 an overflow is detected. These are private entry points intended solely
/picolibc-3.7.0-3.6.0/newlib/libc/xdr/
DREADME48 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/
Dreleasing.md105 6. Add new Debian change log entry
/picolibc-3.7.0-3.6.0/newlib/libc/
Dsys.tex249 Remove a file's directory entry. Minimal implementation:
/picolibc-3.7.0-3.6.0/newlib/libc/iconv/
Diconv.tex1486 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/
DHOWTO70 4. make ChangeLog entry and generate patch.
DChangeLog-2015906 * 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/
Dmeson.build1398 # accept the first entry from each line