Searched refs:CAT_BUF_SIZE (Results 1 – 1 of 1) sorted by relevance
62 const int CAT_BUF_SIZE = 512; // standard Cat buffer size from vfs_shell_cmd variable885 char buf[CAT_BUF_SIZE] = {0};907 size = fread(buf, 1, CAT_BUF_SIZE - 1, fd);912 buf[CAT_BUF_SIZE - 1] = 0;