/picolibc-3.7.0-3.6.0/newlib/libc/machine/amdgcn/ |
D | getreent.c | 48 struct _reent reent; in __getreent() member 65 __builtin_memset (&data->reent, 0, sizeof(struct _reent)); in __getreent() 66 _REENT_INIT_PTR_ZEROED (&data->reent); in __getreent() 100 __builtin_memset (&data->reent, 0, sizeof(struct _reent)); in __getreent() 101 _REENT_INIT_PTR_ZEROED (&data->reent); in __getreent() 107 return &data->reent; in __getreent()
|
D | mlock.c | 72 __malloc_lock (struct _reent *reent) in __malloc_lock() argument 74 void *id = reent; in __malloc_lock() 99 __malloc_unlock (struct _reent *reent) in __malloc_unlock() argument 101 void *id = reent; in __malloc_unlock()
|
/picolibc-3.7.0-3.6.0/newlib/libc/stdio/ |
D | viprintf.c | 105 _REENT_SMALL_CHECK_INIT (reent); in viprintf() 106 return vfiprintf ( _stdout_r (reent), fmt, ap); in viprintf()
|
D | vwprintf.c | 30 _REENT_SMALL_CHECK_INIT (reent); in vwprintf() 31 return vfwprintf ( _stdout_r (reent), fmt, ap); in vwprintf()
|
D | vwscanf.c | 31 _REENT_SMALL_CHECK_INIT (reent); in vwscanf() 32 return _svfwscanf ( _stdin_r (reent), fmt, ap); in vwscanf()
|
D | vprintf.c | 29 _REENT_SMALL_CHECK_INIT (reent); in vprintf() 30 return vfprintf ( _stdout_r (reent), fmt, ap); in vprintf()
|
D | vscanf.c | 30 _REENT_SMALL_CHECK_INIT (reent); in vscanf() 31 return _svfscanf ( _stdin_r (reent), fmt, ap); in vscanf()
|
D | wscanf.c | 32 _REENT_SMALL_CHECK_INIT (reent); in wscanf() 34 ret = vfwscanf ( _stdin_r (reent), fmt, ap); in wscanf()
|
D | setvbuf.c | 101 CHECK_INIT (reent, fp); in setvbuf() 122 FREEUB(reent, fp); in setvbuf() 177 if (!_REENT_CLEANUP(reent)) in setvbuf()
|
D | scanf.c | 30 _REENT_SMALL_CHECK_INIT (reent); in scanf()
|
D | stdio.tex | 32 _stdin_r(@var{reent}) 33 _stdout_r(@var{reent}) 34 _stderr_r(@var{reent}) 39 @code{stderr}. The argument @var{reent} is a pointer to a reentrancy
|
/picolibc-3.7.0-3.6.0/newlib/libc/ |
D | sys.tex | 342 @include reent/closer.def 345 @include reent/execr.def 349 @include reent/fstat64r.def 353 @include reent/fstatr.def 356 @include reent/linkr.def 360 @include reent/lseek64r.def 364 @include reent/lseekr.def 368 @include reent/open64r.def 372 @include reent/openr.def 375 @include reent/readr.def [all …]
|
D | meson.build | 47 libdirs += ['stdio', 'reent']
|
/picolibc-3.7.0-3.6.0/newlib/libc/reent/ |
D | meson.build | 36 'reent.c', 43 message('libc/reent/' + file + ': machine overrides generic') 45 message('libc/reent/' + s_file + ': machine overrides generic')
|
D | reent.tex | 31 @findex reent.h 33 These hooks use the structure @code{_reent} defined in @file{reent.h}.
|
/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/ |
D | wcrtomb.c | 36 _REENT_ERRNO(reent) = EILSEQ; in wcrtomb()
|
D | mbrtowc.c | 37 _REENT_ERRNO(reent) = EILSEQ; in mbrtowc()
|
/picolibc-3.7.0-3.6.0/newlib/ |
D | NEWS | 18 - remove unused members from struct _reent (see also --enable-newlib-reent-binary-compat) 22 - add --enable-newlib-reent-thread-local configuration option 23 - add --enable-newlib-reent-binary-compat configuration option 75 - new --enable-newlib-reent-check-verify configure option to verify reent memory 88 - global stdio streams support added for reent small
|
D | ChangeLog-2015 | 50 * libc/include/sys/reent.h (_REENT_INIT_PTR_ZEROED): New. 382 * libc/reent/Makefile.am: Ditto. 2480 * libc/include/sys/reent.h: Include stddef.h. 2741 * libc/include/sys/reent.h: Fix typo in comment. 2753 * libc/include/sys/reent.h: Remove _RENT_ONLY check around 2766 * libc/reent/reent.c (_reclaim_reent): Free also _misc and 2771 * libc/include/sys/reent.h (_ATEXIT_INIT_PTR): Remove. 2897 * libc/reent/reent.c (_wrapup_reent): Remove. 2920 * libc/include/sys/reent.h (_reent): Use _REENT_GLOBAL_ATEXIT. 2922 * libc/reent/reent.c (_reclaim_reent): Remove atexit cleanup if [all …]
|
D | README | 297 `--enable-newlib-reent-small' 301 `--enable-newlib-reent-binary-compat' 307 `--enable-newlib-reent-thread-local'
|
/picolibc-3.7.0-3.6.0/doc/ |
D | locking.md | 19 * legacy stdio struct reent globals
|
D | build.md | 115 | newlib-reent-small | false | Enable small reentrant struct support …
|
/picolibc-3.7.0-3.6.0/ |
D | meson_options.txt | 191 option('newlib-reent-small', type: 'boolean', value: false,
|
D | meson.build | 1259 conf_data.set('_WANT_REENT_SMALL', get_option('newlib-reent-small'))
|
D | COPYING.picolibc | 956 newlib/libc/reent/meson.build 3847 Files: newlib/libc/reent/reent.c 3848 newlib/libc/reent/reent.tex
|