Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/tools/stm32image/
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()
/arm-trusted-firmware-2.8.0/lib/zlib/
A Dzutil.c146 int errno = 0; variable
/arm-trusted-firmware-2.8.0/tools/fiptool/
A Dfiptool.c90 snprintf(buf, sizeof(buf), "%s: %s", msg, strerror(errno)); in log_err()
635 errno = 0; in parse_plat_toc_flags()
637 if (*endptr != '\0' || flags > UINT16_MAX || errno != 0) in parse_plat_toc_flags()
653 errno = 0; in get_image_align()
655 if (*endptr != '\0' || !is_power_of_2(align) || errno != 0) in get_image_align()
/arm-trusted-firmware-2.8.0/docs/process/
A Dcoding-style.rst408 #include <errno.h>
/arm-trusted-firmware-2.8.0/docs/getting_started/
A Dporting-guide.rst1299 The parameter indicates the type of error using standard codes from ``errno.h``.

Completed in 16 milliseconds