HelenOS sources

task_spawnvf      143 uspace/app/bdsh/exec.c 	rc = task_spawnvf(&tid, &twait, tmp, (const char **) argv,
task_spawnvf       60 uspace/app/testrunner/main.c 	rc = task_spawnvf(&id, &wait, path, args, -1, h, h);
task_spawnvf       61 uspace/lib/c/include/task.h extern errno_t task_spawnvf(task_id_t *, task_wait_t *, const char *path,
task_spawnvf      178 uspace/lib/pcut/src/os/helenos.c 	rc = task_spawnvf(&test_task_id, &test_task_wait, self_path, arguments,
task_spawnvf       61 uspace/lib/posix/include/libc/task.h extern errno_t task_spawnvf(task_id_t *, task_wait_t *, const char *path,
HelenOS homepage, sources at GitHub