Home
last modified time | relevance | path

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

/external/syslinux/com32/rosh/
Drosh.c925 void rosh_more_buf(char *buf, int buflen, int rows, int cols, char *scrbuf) in rosh_more_buf() argument
963 memcpy(scrbuf, bufp, bufcnt); in rosh_more_buf()
964 scrbuf[bufcnt] = 0; in rosh_more_buf()
965 printf("%s", scrbuf); in rosh_more_buf()
987 void rosh_more_fd(int fd, int rows, int cols, char *scrbuf) in rosh_more_fd() argument
1008 rosh_more_buf(buf, bufpos, rows, cols, scrbuf); in rosh_more_fd()
1025 char *scrbuf; in rosh_more() local
1041 scrbuf = malloc(rows * ((cols+3)&(INT_MAX - 3))); in rosh_more()
1042 if (!scrbuf) in rosh_more()
1054 rosh_more_fd(fd, rows, cols, scrbuf); in rosh_more()
[all …]