Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/tools/
H A Dnvram_map_gen.awk447 errorx("missing '}' for block opened on line " _block_start "")
652 errorx("missing '<sromcrc>' entry for '"revision"' layout, " \
677 errorx("missing 'sromrev' entry for '"revision"' layout, " \
682 errorx("'sromrev' entry has non-u8 type '" \
750 errorx("no type value set")
815 errorx("can't set relative offset with a pending bind")
847 errorx("can't encode '" value "' as immediate, and no " \
856 errorx("cannot int8 encode '" value "'")
888 errorx("can't encode '" value "' (too large)")
960 errorx("invalid range: " revrange_to_string(revisions))
[all …]
/freebsd/contrib/libarchive/unzip/
H A Dbsdunzip.c99 errorx("%s", archive_error_string(a)); \
131 errorx(const char *fmt, ...) in errorx() function
1053 errorx("%ju checksum error(s) found.", error_count); in unzip()
1256 errorx("-n, -o and -u are contradictory"); in main()