Searched refs:errno (Results 1 – 7 of 7) sorted by relevance
203 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()
140 int errno = 0; variable
94 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()
86 …- Regex: '^<(assert|complex|ctype|errno|fenv|float|inttypes|iso646|limits|locale|math|se…
333 print("I/O error({0}): {1}".format(error.errno, error.strerror))556 print("I/O error({0}): {1}".format(error.errno, error.strerror))
432 #include <errno.h>
1370 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.