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

/external/grub/stage2/
H A Dchar_io.c321 char *kill_buf = (char *) KILL_BUF; local
651 grub_memmove (kill_buf, buf, lpos);
652 kill_buf[lpos] = 0;
666 grub_memmove (kill_buf, buf + lpos, llen - lpos + 1);
670 cl_insert (kill_buf);
H A Dstage2.c845 char *kill_buf = (char *) KILL_BUF; local
863 *kill_buf = 0;

Completed in 129 milliseconds