/picolibc-latest/newlib/libc/search/ |
D | ndbm.c | 64 HASHINFO info; in dbm_open() local 67 info.bsize = 4096; in dbm_open() 68 info.ffactor = 40; in dbm_open() 69 info.nelem = 1; in dbm_open() 70 info.cachesize = 0; in dbm_open() 71 info.hash = NULL; in dbm_open() 72 info.lorder = 0; in dbm_open() 80 return ((DBM *)__hash_open(path, flags, mode, 0, &info)); in dbm_open()
|
D | hash.c | 102 const HASHINFO *info) /* Special directives for create */ argument 162 if (!(hashp = init_hash(hashp, file, (HASHINFO *)info))) 166 if (info && info->hash) 167 hashp->hash = info->hash; 215 if (info && info->cachesize) 216 __buf_init(hashp, info->cachesize); 308 const HASHINFO *info) argument 342 if (info) { 343 if (info->bsize) { 345 hashp->BSHIFT = __log2(info->bsize); [all …]
|
/picolibc-latest/test/ |
D | malloc_stress.c | 136 struct mallinfo info = mallinfo(); in check_malloc() local 137 if (info.arena < info.fordblks + in_use) { in check_malloc() 138 printf("non-free bytes in arena %zu free %zu\n", info.arena, info.fordblks); in check_malloc() 141 if (in_use == 0 && info.ordblks != 1) { in check_malloc() 142 printf("%zd blocks free\n", info.ordblks); in check_malloc() 145 if (info.uordblks < in_use) { in check_malloc() 146 printf("expected at least %zu in use (%zu)\n", in_use, info.uordblks); in check_malloc() 149 if (in_use == 0 && info.uordblks != 0) { in check_malloc() 150 printf("expected all free but %zu still reported in use\n", info.uordblks); in check_malloc()
|
/picolibc-latest/.github/ |
D | do-arm | 5 …ad=false -Dnewlib-retargetable-locking=false -Dnewlib-locale-info=true -Dnewlib-locale-info-extend…
|
/picolibc-latest/.github/workflows/ |
D | variants | 9 …ad=false -Dnewlib-retargetable-locking=false -Dnewlib-locale-info=true -Dnewlib-locale-info-extend…
|
/picolibc-latest/ |
D | .gitignore | 12 *.info
|
D | meson_options.txt | 232 option('newlib-locale-info', type: 'boolean', value: false, 234 option('newlib-locale-info-extended', type: 'boolean', value: false,
|
D | meson.build | 248 newlib_locale_info = get_option('newlib-locale-info') 1372 conf_data.set('__HAVE_LOCALE_INFO_EXTENDED__', get_option('newlib-locale-info-extended'), descripti…
|
/picolibc-latest/doc/ |
D | releasing.md | 119 $ lintian --info --display-info --pedantic picolibc_<version>-1_amd64.changes
|
D | build.md | 138 | newlib-locale-info | false | Enable locale support … 139 | newlib-locale-info-extended | false | Enable even more locale support …
|
/picolibc-latest/newlib/libc/include/ |
D | elf.h | 1093 #define ELF32_M_SYM(info) ((info) >> 8) argument 1094 #define ELF32_M_SIZE(info) ((unsigned char) (info)) argument 1097 #define ELF64_M_SYM(info) ELF32_M_SYM (info) argument 1098 #define ELF64_M_SIZE(info) ELF32_M_SIZE (info) argument 1432 Elf32_Word info; member
|
/picolibc-latest/newlib/libc/time/ |
D | time.tex | 78 * Function tzset:: Set timezone info
|
/picolibc-latest/newlib/libc/machine/arc64/ |
D | strlen.S | 35 ; Code Brief (more info at the bottom):
|
/picolibc-latest/newlib/ |
D | NEWS | 232 * documentation fixes to support pdf, info, ps formats and
|
D | HOWTO | 47 when a non-printed manual is produced--such as when info pages are produced.
|
D | ChangeLog-2015 | 1157 * NEWS: Update with 2.2.0 info. 2020 * NEWS: Update with 2.1.0 info. 3284 * NEWS: Update with 2.0.0 info. 3892 * NEWS: Update with 1.20.0 info. 4142 * libc/time/mktime.c (mktime): Lock global timezone info while 4452 * NEWS: Update with 1.19.0 info. 4911 (libc.info): Add posix.texi. 5096 (era_info_t): New type to store era info. 5097 (get_era_info): New function to fetch era info matching incoming 5099 (free_era_info): New function to free era info. [all …]
|
D | README | 485 if ![info exists boards_dir] {
|
/picolibc-latest/newlib/libc/iconv/ |
D | iconv.tex | 1383 For more info about the 'mktbl.pl' options, see the 'mktbl.pl -h' output.
|