Searched refs:warnx (Results 1 – 6 of 6) sorted by relevance
/system/core/toolbox/cp/ |
D | cp.c | 349 warnx("%s: %s", curr->fts_path, in copy() 354 warnx("%s: directory causes a cycle", curr->fts_path); in copy() 366 warnx("%s/%s: name too long (not copied)", in copy() 412 warnx("%s%s: name too long (not copied)", in copy() 430 warnx("%s and %s are identical (not copied).", in copy() 439 warnx("cannot overwrite directory %s with non-directory %s", in copy() 462 warnx("%s is a directory (not copied).", in copy() 514 warnx("directory %s encountered when not expected.", in copy()
|
/system/core/sh/bltin/ |
D | bltin.h | 70 #define warnx sh_warnx macro
|
/system/core/toolbox/ |
D | du.c | 109 warnx("invalid argument to option d: %s", in du_main() 207 warnx("%s: %s", p->fts_path, strerror(p->fts_errno)); in du_main()
|
D | newfs_msdos.c | 387 warnx("warning, %s is not a regular file", fname); in newfs_msdos_main() 390 warnx("warning, %s is not a character device", fname); in newfs_msdos_main() 423 warnx("trim %d sectors from %d to adjust to a multiple of %d", in newfs_msdos_main() 588 warnx("warning: sectors/FAT limits file system to %u clusters", in newfs_msdos_main() 596 warnx("warning: FAT type limits file system to %u sectors", in newfs_msdos_main() 744 warnx("Skipping mount checks"); in check_mounted() 875 warnx("Cannot get number of sectors per track, %s", strerror(errno)); in getdiskinfo() 879 warnx("Cannot get number of heads, %s", strerror(errno)); in getdiskinfo()
|
D | dd.c | 941 warnx("%s: short input record", in.name); in unblock_close()
|
/system/core/toolbox/grep/ |
D | util.c | 151 warnx("warning: %s: recursive directory loop", in grep_tree()
|