Searched refs:execve (Results 51 - 58 of 58) sorted by relevance

123

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_script.c991 (void) execve(rsi->script_full_name, argv, envp);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c2101 (void) execve(prog, args, script_env);
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dplatform.c982 * fork and execve path with argument array argv and environment array
986 * see execve(2) for more descriptions for path, argv and envp.
1091 if (execve(path, argv, envp))
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dutil.c2180 (void) execve(argv[0], (ARGV_T) argv, (ARGV_T) UserEnviron);
H A Ddaemon.c3156 ** Need to allow signals before execve() to make them "harmless".
3175 (void) execve(SaveArgv[0], (ARGV_T) SaveArgv, (ARGV_T) ExternalEnviron);
H A Ddeliver.c2739 (void) execve(m->m_mailer, (ARGV_T) pv,
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com237 execve.o \
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd.c2909 (void) execve(mi->exec_path, args, env);

Completed in 85 milliseconds

123