Home
last modified time | relevance | path

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

/rk3399_ARM-atf/tools/stm32image/
H A Dstm32image.c203 strerror(errno)); in stm32image_create_header_file()
210 strerror(errno)); in stm32image_create_header_file()
243 strerror(errno)); in stm32image_create_header_file()
252 strerror(errno)); in stm32image_create_header_file()
/rk3399_ARM-atf/lib/zlib/
H A Dzutil.c140 int errno = 0; variable
/rk3399_ARM-atf/tools/fiptool/
H A Dfiptool.c94 snprintf(buf, sizeof(buf), "%s: %s", msg, strerror(errno)); in log_err()
658 errno = 0; in parse_plat_toc_flags()
660 if (*endptr != '\0' || flags > UINT16_MAX || errno != 0) in parse_plat_toc_flags()
676 errno = 0; in get_image_align()
678 if (*endptr != '\0' || !is_power_of_2(align) || errno != 0) in get_image_align()
/rk3399_ARM-atf/
H A D.clang-format86 …- Regex: '^<(assert|complex|ctype|errno|fenv|float|inttypes|iso646|limits|locale|math|se…
/rk3399_ARM-atf/tools/memory/src/memory/
H A Dsummary.py333 print("I/O error({0}): {1}".format(error.errno, error.strerror))
556 print("I/O error({0}): {1}".format(error.errno, error.strerror))
/rk3399_ARM-atf/docs/process/
H A Dcoding-style.rst432 #include <errno.h>
/rk3399_ARM-atf/docs/
H A Dporting-guide.rst1370 The parameter indicates the type of error using standard codes from ``errno.h``.
1577 place. It returns 0 in case of success and a negative errno value otherwise.