Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c1495 static char **add_strings_to_strings(char **strings, char **add, int need_to_dup) in add_strings_to_strings() function
1530 #define add_strings_to_strings(strings, add, need_to_dup) \ macro