Home
last modified time | relevance | path

Searched refs:USER_ERROR (Results 1 – 2 of 2) sorted by relevance

/external/libpng/contrib/tools/
Dpngcp.c130 USER_ERROR, /* such as file-not-found */ enumerator
610 case USER_ERROR: lp = "error(user)"; break; in display_log()
727 display_log(dp, dp->errset ? INTERNAL_ERROR : USER_ERROR, in option_index()
1366 display_log(dp, dp->errset ? INTERNAL_ERROR : USER_ERROR, in find_val()
1422 display_log(dp, USER_ERROR, in opt_check()
1477 display_log(dp, USER_ERROR, in opt_check()
1611 display_log(dp, USER_ERROR, "%s: cannot be written (%s)", pathname, in isdir()
1621 display_log(dp, USER_ERROR, "%s: invalid output name (%s)", in isdir()
1667 display_log(dp, USER_ERROR, "%s: output file is a directory", in makename()
1674 display_log(dp, USER_ERROR, "%s%s: output file name too long", in makename()
[all …]
/external/libpng/contrib/libtests/
Dpngimage.c519 USER_ERROR, /* such as file-not-found */ enumerator
702 case USER_ERROR: lp = "error(user)"; break; in display_log()
794 display_log(dp, USER_ERROR, "open failed: %s", strerror(errno)); in display_cache_file()
822 display_log(dp, USER_ERROR, "file truncated (%lu bytes)", in buffer_read()