Searched refs:must_fit (Results 1 - 2 of 2) sorted by path

/u-boot/include/
H A Dmembuff.h195 * @must_fit: If true then str is empty if line doesn't fit
197 * read, 0 if nothing was there or line didn't fit when must_fit is set
199 int membuff_readline(struct membuff *mb, char *str, int maxlen, int minch, bool must_fit);
/u-boot/lib/
H A Dmembuff.c290 int membuff_readline(struct membuff *mb, char *str, int maxlen, int minch, bool must_fit) argument
312 if (!ok && must_fit) {

Completed in 78 milliseconds