Lines Matching refs:argc
606 static int msh_proc_dump(int argc, char** argv) in msh_proc_dump() argument
608 const char *name = argc > 1 ? argv[1] : "/"; in msh_proc_dump()
622 static int msh_proc_remove(int argc, char** argv) in msh_proc_remove() argument
624 if (argc > 1) in msh_proc_remove()
672 static int msh_proc_symlink(int argc, char** argv) in msh_proc_symlink() argument
674 if (argc > 2) in msh_proc_symlink()
691 static int msh_proc_echo(int argc, char** argv) in msh_proc_echo() argument
693 if (argc > 1) in msh_proc_echo()
695 for(int i = 1; i <= argc - 1; i ++) in msh_proc_echo()
713 static int msh_proc_mkdir(int argc, char** argv) in msh_proc_mkdir() argument
715 if (argc > 1) in msh_proc_mkdir()
717 for(int i = 1; i <= argc - 1; i ++) in msh_proc_mkdir()