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

/external/mksh/src/
H A Dfuncs.c3547 #define MKSH_CAT_BUFSIZ 4096 macro
3549 if ((buf = malloc_osfunc(MKSH_CAT_BUFSIZ)) == NULL) {
3550 bi_errorf(Toomem, (unsigned long)MKSH_CAT_BUFSIZ);
3581 n = blocking_read(fd, (cp = buf), MKSH_CAT_BUFSIZ);

Completed in 751 milliseconds