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 166 user/usertests.c char *args[] = { "xx", 0 }; args 167 user/usertests.c ret = exec(b, args); args 236 user/usertests.c char *args[] = { "xx", 0 }; args 237 user/usertests.c ret = exec(b, args); args 2311 user/usertests.c static char *args[MAXARG]; args 2317 user/usertests.c args[i] = big; args 2318 user/usertests.c args[MAXARG-1] = 0; args 2321 user/usertests.c exec("echo", args); args 2819 user/usertests.c char *args[] = { "echo", "x", 0 }; args 2820 user/usertests.c exec("echo", args);