Searched refs:execle (Results 1 – 13 of 13) sorted by relevance
/freebsd/sbin/shutdown/ |
H A D | shutdown.c | 398 execle(_PATH_REBOOT, "reboot", "-l", nosync, in die_you_gravy_sucking_pig_dog() 406 execle(_PATH_HALT, "halt", "-l", nosync, in die_you_gravy_sucking_pig_dog() 414 execle(_PATH_HALT, "halt", "-l", "-p", nosync, in die_you_gravy_sucking_pig_dog() 421 execle(_PATH_HALT, "halt", "-l", "-c", nosync, in die_you_gravy_sucking_pig_dog()
|
/freebsd/crypto/heimdal/appl/login/ |
H A D | login.c | 100 execle(prog, argv0, NULL, env); in start_logout_process() 126 execle(shell, sh, NULL, env); in exec_shell() 130 execle(_PATH_BSHELL, "-sh", NULL, env); in exec_shell()
|
/freebsd/libexec/getty/ |
H A D | main.c | 353 execle(PP, "ppplogin", ttyn, (char *) 0, env); in main() 399 execle(LO, "login", AL ? "-fp" : "-p", name, in main()
|
/freebsd/lib/libc/gen/ |
H A D | exec.c | 76 execle(const char *name, const char *arg, ...) in execle() function
|
H A D | Symbol.map | 106 execle;
|
H A D | Makefile.inc | 360 exec.3 execle.3 \
|
/freebsd/contrib/sendmail/smrsh/ |
H A D | smrsh.c | 429 (void) execle("/bin/sh", "/bin/sh", "-c", newcmdbuf,
|
/freebsd/sys/contrib/openzfs/cmd/zed/ |
H A D | zed_exec.c | 167 execle(path, prog, NULL, env); in _zed_exec_fork_child()
|
/freebsd/include/ |
H A D | unistd.h | 333 int execle(const char *, const char *, ...);
|
/freebsd/libexec/atrun/ |
H A D | atrun.c | 334 if(execle("/bin/sh","sh",(char *) NULL, nenvp) != 0) in run_file()
|
/freebsd/crypto/heimdal/appl/rsh/ |
H A D | rshd.c | 838 execle (pwd->pw_shell, pwd->pw_shell, "-c", cmd, NULL, env); in doit()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.def | 1097 /// int execle(const char *file, const char *arg, ..., char * const envp[]); 1098 TLI_DEFINE_ENUM_INTERNAL(execle) 1099 TLI_DEFINE_STRING_INTERNAL("execle")
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1641 fun:execle=uninstrumented
|