Home
last modified time | relevance | path

Searched refs:info (Results 1 – 18 of 18) sorted by relevance

/picolibc-latest/newlib/libc/search/
Dndbm.c64 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()
Dhash.c102 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/
Dmalloc_stress.c136 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/
Ddo-arm5 …ad=false -Dnewlib-retargetable-locking=false -Dnewlib-locale-info=true -Dnewlib-locale-info-extend…
/picolibc-latest/.github/workflows/
Dvariants9 …ad=false -Dnewlib-retargetable-locking=false -Dnewlib-locale-info=true -Dnewlib-locale-info-extend…
/picolibc-latest/
D.gitignore12 *.info
Dmeson_options.txt232 option('newlib-locale-info', type: 'boolean', value: false,
234 option('newlib-locale-info-extended', type: 'boolean', value: false,
Dmeson.build248 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/
Dreleasing.md119 $ lintian --info --display-info --pedantic picolibc_<version>-1_amd64.changes
Dbuild.md138 | newlib-locale-info | false | Enable locale support …
139 | newlib-locale-info-extended | false | Enable even more locale support …
/picolibc-latest/newlib/libc/include/
Delf.h1093 #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/
Dtime.tex78 * Function tzset:: Set timezone info
/picolibc-latest/newlib/libc/machine/arc64/
Dstrlen.S35 ; Code Brief (more info at the bottom):
/picolibc-latest/newlib/
DNEWS232 * documentation fixes to support pdf, info, ps formats and
DHOWTO47 when a non-printed manual is produced--such as when info pages are produced.
DChangeLog-20151157 * 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 …]
DREADME485 if ![info exists boards_dir] {
/picolibc-latest/newlib/libc/iconv/
Diconv.tex1383 For more info about the 'mktbl.pl' options, see the 'mktbl.pl -h' output.