Lines Matching refs:printf
159 printf("ERROR: Path too long!\n"); in shell_cmd_cd()
201 printf("ERROR: Path too long!\n"); in shell_cmd_cd()
225 printf("ERROR: Cannot switch to directory: %s\n", new_path); in shell_cmd_cd()
273 printf("\n"); in shell_cmd_ls()
292 printf("%s\n", shell_current_path); in shell_cmd_pwd()
326 printf("%s", buf); in shell_cmd_cat()
426 printf("Failed to remove %s, retval=%d\n", full_path, retval); in shell_cmd_rmdir()
460 printf("Failed to remove %s, retval=%d\n", full_path, retval); in shell_cmd_rm()
502 printf("[1] %d\n", pid); in shell_cmd_exec()
529 printf("Usage: Kill <pid>\n"); in shell_cmd_kill()
557 printf("Invalid argument: %s\n", argv[1]); in shell_cmd_free()
565 printf("Failed: retval=%d", retval); in shell_cmd_free()
569 printf("\ttotal\tused\tfree\tshared\tcache\tavailable\n"); in shell_cmd_free()
570 printf("Mem:\t"); in shell_cmd_free()
573 …printf("%ld\t%ld\t%ld\t%ld\t%ld\t%ld\t\n", mst.total >> 10, mst.used >> 10, mst.free >> 10, mst.sh… in shell_cmd_free()
578 …printf("%ld\t%ld\t%ld\t%ld\t%ld\t%ld\t\n", mst.total >> 20, mst.used >> 20, mst.free >> 20, mst.sh… in shell_cmd_free()