Searched refs:do_exec (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/unistd/
H A Dexec.cpp56 do_exec(const char *path, char * const args[], char * const environment[], function
128 return do_exec(path, args, environment, false);
135 return do_exec(path, argv, environ, false);
142 // let do_exec() handle cases where file is a path (or invalid)
144 return do_exec(file, argv, environ, true);
187 return do_exec(path, argv, environ, true);
215 return do_exec(path, (char * const *)args, environ, false);
264 return do_exec(path, (char * const *)args, env, false);
/haiku-fatelf/src/bin/findutils/lib/
H A Dbuildcmd.c189 void do_exec(const struct buildcmd_control *ctl, function
247 do_exec (ctl, state);
251 do_exec (ctl, state);
285 * conditional on arg!=NULL, since do_exec()
289 do_exec (ctl, state);

Completed in 99 milliseconds