Searched refs:warnx (Results 1 – 5 of 5) sorted by relevance
| /third_party/uapp/mkfs-msdosfs/ |
| A D | mkfs_msdos.c | 207 warnx("%s: bad OEM string", o.OEM_string); in mkfs_msdos() 212 warnx("create (-C) is incompatible with -N"); in mkfs_msdos() 217 warnx("failed to create %s", fname); in mkfs_msdos() 240 warnx("cannot seek to %jd", (intmax_t)o.offset); in mkfs_msdos() 269 warnx("%s: bad volume label", o.volume_label); in mkfs_msdos() 278 warnx("-%c is not a legal FAT%s option", in mkfs_msdos() 284 warnx("%d: bad FAT type", fat); in mkfs_msdos() 393 warnx("no room for info sector"); in mkfs_msdos() 402 warnx("no room for backup sector"); in mkfs_msdos() 436 warnx("too many sectors/FAT for FAT12/16"); in mkfs_msdos() [all …]
|
| /third_party/ulib/musl/include/ |
| A D | err.h | 12 void warnx(const char*, ...);
|
| /third_party/uapp/dash/src/bltin/ |
| A D | printf.c | 439 warnx("%s: expected numeric value", s); in check_conversion() 441 warnx("%s: not completely converted", s); in check_conversion() 444 warnx("%s: %s", s, strerror(ERANGE)); in check_conversion()
|
| A D | bltin.h | 71 #define warnx sh_warnx macro
|
| /third_party/ulib/musl/src/legacy/ |
| A D | err.c | 41 void warnx(const char* fmt, ...) { in warnx() function
|
Completed in 54 milliseconds