Searched refs:substitute (Results 1 - 1 of 1) sorted by relevance

/u-boot/cmd/
H A Dsetexpr.c131 * substitute() - Substitute part of one string with another
146 static char *substitute(char *string, int *slen, int ssize, function
176 /* insert substitute */
278 np = substitute(np, &nlen,
289 datap = substitute(datap, &len, data_size - (datap - data),
539 " string <t>, substitute the string <s>. The result is\n"

Completed in 34 milliseconds