Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/bhnd/tools/
H A Dnvram_map_gen.awk750 errorx("no type value set")
1248 errorx("bind not flushed!")
1714 errorx("redefining class: " name)
1730 errorx("no such class " name)
1741 errorx(cls " is not a class object")
1888 errorx("cannot delete class objects")
2106 errorx(obj " has no superclass")
2170 errorx("requested property path '" \
2191 errorx("empty property path")
2218 errorx(obj " has no superclass")
[all …]
/freebsd-14.2/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()