Searched refs:execle (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/crypto/heimdal/appl/login/
H A Dlogin.c100 execle(prog, argv0, NULL, env);
126 execle(shell, sh, NULL, env);
130 execle(_PATH_BSHELL, "-sh", NULL, env);
/freebsd-11-stable/sbin/shutdown/
H A Dshutdown.c385 execle(_PATH_REBOOT, "reboot", "-l", nosync,
392 execle(_PATH_HALT, "halt", "-l", nosync,
399 execle(_PATH_HALT, "halt", "-l", "-p", nosync,
/freebsd-11-stable/contrib/gdb/gdb/
H A Dstandalone.c419 execle (void)
414 execle (void) function
/freebsd-11-stable/lib/libc/gen/
H A Dexec.c82 execle(const char *name, const char *arg, ...) function
H A DMakefile.inc340 exec.3 execle.3 \
/freebsd-11-stable/contrib/sendmail/smrsh/
H A Dsmrsh.c429 (void) execle("/bin/sh", "/bin/sh", "-c", newcmdbuf,
/freebsd-11-stable/libexec/getty/
H A Dmain.c364 execle(PP, "ppplogin", ttyn, (char *) 0, env);
410 execle(LO, "login", AL ? "-fp" : "-p", name,
/freebsd-11-stable/include/
H A Dunistd.h331 int execle(const char *, const char *, ...);
/freebsd-11-stable/libexec/atrun/
H A Datrun.c336 if(execle("/bin/sh","sh",(char *) NULL, nenvp) != 0)
/freebsd-11-stable/usr.sbin/cron/cron/
H A Ddo_command.c345 execle(shell, shell, "-c", e->cmd, (char *)NULL,
347 warn("execle: couldn't exec `%s'", shell);
/freebsd-11-stable/crypto/heimdal/appl/rsh/
H A Drshd.c838 execle (pwd->pw_shell, pwd->pw_shell, "-c", cmd, NULL, env);
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h310 extern int execle(const char *, const char *, ...);

Completed in 275 milliseconds