Lines Matching refs:fprintf

30         fprintf(stderr, "usage: dump <filename>\n");  in zxc_dump()
36 fprintf(stderr, "error: cannot open '%s'\n", argv[1]); in zxc_dump()
44 fprintf(stderr, "error: io\n"); in zxc_dump()
96 fprintf(stderr, "usage: ls [ <file_or_directory> ]\n"); in zxc_ls()
101 fprintf(stderr, "error: cannot stat '%s'\n", dirn); in zxc_ls()
132 fprintf(stderr, "error: cannot open '%s'\n", argv[1]); in zxc_list()
154 fprintf(stderr, "%s: Unable to stat %s\n", is_mv ? "mv" : "cp", in verify_file()
160 fprintf(stderr, "cp: Recursive copy not supported\n"); in verify_file()
180 fprintf(stderr, "cp: cannot open '%s'\n", src_name); in cp_here()
187 fprintf(stderr, "cp: cannot open '%s'\n", dest_name); in cp_here()
194 fprintf(stderr, "cp: failed reading from '%s'\n", src_name); in cp_here()
201 fprintf(stderr, "cp: failed writing to '%s'\n", dest_name); in cp_here()
224 fprintf(stderr, "mv: failed to create '%s'\n", dest_name); in mv_here()
245 fprintf(stderr, "%s: Invalid filename \"%s\"\n", in mv_or_cp_to_dir()
253 fprintf(stderr, "%s: Invalid filename \"%s\"\n", is_mv ? "mv" : "cp", in mv_or_cp_to_dir()
323 fprintf(stderr, "%s: destination is not a directory\n", argv[0]); in zxc_mv_or_cp()
332 fprintf(stderr, "usage: %s [-f] <src>... <dst>\n", argv[0]); in zxc_mv_or_cp()
342 fprintf(stderr, "usage: mkdir <path>\n"); in zxc_mkdir()
357 fprintf(stderr, "error: failed to make directory '%s'\n", dir); in zxc_mkdir()
365 fprintf(stderr, "error: failed to make directory '%s'\n", dir); in zxc_mkdir()
456 fprintf(stderr, "error: failed to delete '%s'\n", argv[0]); in zxc_rm()
459 fprintf(stderr, "usage: rm [-frR]... <filename>...\n"); in zxc_rm()
466 fprintf(stderr, "error: cannot open dmctl: %d\n", fd); in send_dmctl()
476 fprintf(stderr, "error: dmctl command longer than %u bytes: '%.*s'\n", in send_dmctl()
570 fprintf(stderr, "error: kernel debug command too long\n"); in zxc_k()