Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dmodprobe.c77 static char *add_opts(char *opts, char *toadd) in add_opts() argument
79 if (toadd) { in add_opts()
83 opts = xrealloc(opts, optlen + strlen(toadd) + 2); in add_opts()
84 sprintf(opts + optlen, " %s", toadd); in add_opts()