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

/freebsd-12-stable/sbin/shutdown/
H A Dshutdown.c393 execle(_PATH_REBOOT, "reboot", "-l", nosync,
400 execle(_PATH_HALT, "halt", "-l", nosync,
407 execle(_PATH_HALT, "halt", "-l", "-p", nosync,
414 execle(_PATH_HALT, "halt", "-l", "-c", nosync,
/freebsd-12-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-12-stable/contrib/sendmail/smrsh/
H A Dsmrsh.c429 (void) execle("/bin/sh", "/bin/sh", "-c", newcmdbuf,
/freebsd-12-stable/contrib/gdb/gdb/
H A Dstandalone.c419 execle (void)
414 execle (void) function
/freebsd-12-stable/lib/libc/gen/
H A Dexec.c82 execle(const char *name, const char *arg, ...) function
H A DMakefile.inc364 exec.3 execle.3 \
/freebsd-12-stable/libexec/getty/
H A Dmain.c365 execle(PP, "ppplogin", ttyn, (char *) 0, env);
411 execle(LO, "login", AL ? "-fp" : "-p", name,
/freebsd-12-stable/include/
H A Dunistd.h333 int execle(const char *, const char *, ...);
/freebsd-12-stable/libexec/atrun/
H A Datrun.c339 if(execle("/bin/sh","sh",(char *) NULL, nenvp) != 0)
/freebsd-12-stable/crypto/heimdal/appl/rsh/
H A Drshd.c838 execle (pwd->pw_shell, pwd->pw_shell, "-c", cmd, NULL, env);
/freebsd-12-stable/contrib/gcc/
H A Dsys-protos.h310 extern int execle(const char *, const char *, ...);

Completed in 136 milliseconds