Files
u-boot/include
Marek Behún 6dc1e2f10c env: Fix documentation for env_get_f()
This function actually returns:
- the number of bytes written into @buf excluding the terminating
  NULL-byte, if there was enough space in @buf
- the number of bytes written into @buf including the terminating
  NULL-byte, if there wasn't enough space in @buf
- -1 if the variable is not found

Signed-off-by: Marek Behún <marek.behun@nic.cz>
Reviewed-by: Simon Glass <sjg@chromium.org>
2021-10-21 12:50:48 -06:00
..
2021-10-21 12:50:48 -06:00
2021-09-28 18:50:56 +03:00
2021-10-08 15:53:26 -04:00
2021-10-21 12:50:48 -06:00
2021-10-18 13:19:50 -04:00
2021-10-08 15:53:26 -04:00
2021-09-28 12:03:20 -04:00
2021-09-30 08:08:56 -04:00
2021-10-05 08:44:48 -04:00
2021-10-09 18:43:51 +02:00