Home
last modified time | relevance | path

Searched refs:kind (Results 1 – 11 of 11) sorted by relevance

/picolibc-latest/newlib/libc/stdlib/
Dpico-onexit.c47 int kind; member
53 _on_exit(int kind, union on_exit_func func, void *arg) in _on_exit() argument
59 if (on_exits[o].kind == PICO_ONEXIT_EMPTY) { in _on_exit()
62 on_exits[o].kind = kind; in _on_exit()
85 int kind = PICO_ONEXIT_EMPTY; in __call_exitprocs() local
90 kind = on_exits[i].kind; in __call_exitprocs()
91 if (kind != PICO_ONEXIT_EMPTY) { in __call_exitprocs()
99 switch (kind) { in __call_exitprocs()
Dpico-onexit.h48 _on_exit(int kind, union on_exit_func func, void *arg);
/picolibc-latest/
DCONTRIBUTING.md4 documentation, issue reports, or just kind words.
95 Please help make picolibc a kind and welcoming environment by following
Dmeson.build1611 # any kind of semihosting support, enough to run general
DCOPYING.picolibc6153 of any kind. I shall in no event be liable for anything that happens
/picolibc-latest/newlib/libc/include/sys/
Dcdefs.h715 #define __datatype_type_tag(kind, type) \ argument
716 __attribute__((__type_tag_for_datatype__(kind, type)))
719 #define __datatype_type_tag(kind, type) argument
/picolibc-latest/doc/
Dtls.md9 numerous other examples of this kind of state.
/picolibc-latest/hello-world/
DREADME.md63 another kind for read-write data. However, the linker script has no
/picolibc-latest/newlib/
DHOWTO48 For an example of this kind of usage, see libm/common/s_logb.c.
DChangeLog-201522927 to select which kind of debug monitor is in use for an ARM target.
/picolibc-latest/newlib/libc/include/
Delf.h1427 unsigned char kind; member