Home
last modified time | relevance | path

Searched refs:XZALLOC_CONST_PTR (Results 1 – 5 of 5) sorted by relevance

/busybox-1.35.0/libbb/
Dconst_hack.c12 void FAST_FUNC XZALLOC_CONST_PTR(const void *pptr, size_t size) in XZALLOC_CONST_PTR() function
Dlineedit.c215 XZALLOC_CONST_PTR(&lineedit_ptr_to_statics, sizeof(S)); \
/busybox-1.35.0/coreutils/
Dtest.c449 XZALLOC_CONST_PTR(&test_ptr_to_statics, sizeof(S)); \
/busybox-1.35.0/include/
Dlibbb.h2309 void XZALLOC_CONST_PTR(const void *pptr, size_t size) FAST_FUNC;
2316 # define XZALLOC_CONST_PTR(pptr, size) ASSIGN_CONST_PTR(pptr, xzalloc(size)) macro
/busybox-1.35.0/shell/
Dash.c507 XZALLOC_CONST_PTR(&ash_ptr_to_globals_misc, sizeof(G_misc)); \
1585 XZALLOC_CONST_PTR(&ash_ptr_to_globals_memstack, sizeof(G_memstack)); \
2216 XZALLOC_CONST_PTR(&ash_ptr_to_globals_var, sizeof(G_var)); \