Home
last modified time | relevance | path

Searched refs:exec (Results 1 – 10 of 10) sorted by relevance

/xv6-public/
H A Dinit.c30 exec("sh", argv); in main()
H A Dinitcode.S8 # exec(init, argv)
H A Duser.h13 int exec(char*, char**);
H A Dusys.S19 SYSCALL(exec)
H A Drunoff.list51 exec.c
H A Dexec.c11 exec(char *path, char **argv) in exec() function
H A Ddefs.h26 int exec(char*, char**);
H A Dsysfile.c419 return exec(path, argv); in sys_exec()
H A Dsh.c78 exec(ecmd->argv[0], ecmd->argv); in runcmd()
H A Dusertests.c297 if(exec("echo", echoargv) < 0){ in exectest()
1626 exec("echo", args); in bigargtest()