Home
last modified time | relevance | path

Searched defs:xrealloc (Results 1 – 3 of 3) sorted by relevance

/busybox-1.35.0/networking/udhcp/
Ddomain_codec.c15 # define xrealloc realloc macro
/busybox-1.35.0/libbb/
Dxfuncs_printf.c59 void* FAST_FUNC xrealloc(void *ptr, size_t size) in xrealloc() function
/busybox-1.35.0/shell/
Dhush.c1370 # define xrealloc(p, s) xxrealloc(__LINE__, p, s) macro