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 2310 user/usertests.c static char *args[MAXARG]; args 2316 user/usertests.c args[i] = big; args 2317 user/usertests.c args[MAXARG-1] = 0; args 2320 user/usertests.c exec("echo", args); args 2933 user/usertests.c char *args[] = { "echo", "x", 0 }; args 2934 user/usertests.c exec("echo", args);