args              245 user/grind.c           char *args[3] = { "echo", "hi", 0 };
args              246 user/grind.c           exec("grindir/../echo", args);
args              269 user/grind.c           char *args[2] = { "cat", 0 };
args              270 user/grind.c           exec("/cat", args);
args              163 user/usertests.c   char *args[] = { "xx", 0 };
args              164 user/usertests.c   ret = exec(b, args);
args              233 user/usertests.c   char *args[] = { "xx", 0 };
args              234 user/usertests.c   ret = exec(b, args);
args             2308 user/usertests.c     static char *args[MAXARG];
args             2311 user/usertests.c       args[i] = "bigargs test: failed\n                                                                                                                                                                                                       ";
args             2312 user/usertests.c     args[MAXARG-1] = 0;
args             2313 user/usertests.c     exec("echo", args);
args             2804 user/usertests.c       char *args[] = { "echo", "x", 0 };
args             2805 user/usertests.c       exec("echo", args);