Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c1352 static void *xxrealloc(int lineno, void *ptr, size_t size) in xxrealloc() function
1370 # define xrealloc(p, s) xxrealloc(__LINE__, p, s)