Home
last modified time | relevance | path

Searched defs:_reent (Results 1 – 2 of 2) sorted by relevance

/external/python/pycparser/tests/c_files/
Dcppd_with_stdio_h.c2563 struct _reent struct
2565 int _errno;
2569 __FILE *_stdin, *_stdout, *_stderr;
2571 int _inc;
2572 char _emergency[25];
2574 int _current_category;
2575 char *_current_locale;
2577 int __sdidinit;
2579 void(*__cleanup)();
2582 struct _Bigint *_result;
[all …]
/external/pigweed/pw_malloc/
Dmalloc.cc116 void* __wrap__malloc_r(struct _reent*, size_t size) { in __wrap__malloc_r()
120 void __wrap__free_r(struct _reent*, void* ptr) { __wrap_free(ptr); } in __wrap__free_r()
122 void* __wrap__realloc_r(struct _reent*, void* ptr, size_t size) { in __wrap__realloc_r()
126 void* __wrap__calloc_r(struct _reent*, size_t num, size_t size) { in __wrap__calloc_r()