Searched defs:with (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/include/grub/
H A Dmisc.h18 * along with GRUB. If not, see <http://www.gnu.org/licenses/>.
314 /* Replace all `ch' characters of `input' with `with' and copy the
317 grub_strchrsub (char *output, const char *input, char ch, const char *with) argument
323 grub_strcpy (output, with);
324 output += grub_strlen (with);

Completed in 16 milliseconds