Home
last modified time | relevance | path

Searched refs:execle (Results 1 – 25 of 26) sorted by relevance

12

/external/libfuse/lib/
Dmount_util.c117 execle("/bin/mount", "/bin/mount", "--no-canonicalize", "-i", in add_mount()
177 execle("/bin/umount", "/bin/umount", "-i", rel_mnt, in exec_umount()
180 execle("/bin/umount", "/bin/umount", "-i", rel_mnt, in exec_umount()
248 execle("/bin/umount", "/bin/umount", "--no-canonicalize", "-i", in remove_mount()
/external/ltp/testcases/kernel/syscalls/execle/
Dexecle01.c35 TEST(execle(path, "execle01_child", "canary", NULL, envp)); in verify_execle()
/external/llvm-project/clang/test/Analysis/
Dvfork.c24 execle("", "", 0); // no-warning in f1()
/external/llvm-project/clang/tools/scan-build-py/tests/functional/exec/
DCMakeLists.txt25 check_function_exists(execle HAVE_EXECLE)
Dmain.c226 FORK(execle(compiler, compiler, "-c", file, (char *)0, envp);) in call_execle()
/external/clang/tools/scan-build-py/tests/functional/exec/
DCMakeLists.txt25 check_function_exists(execle HAVE_EXECLE)
Dmain.c227 FORK(execle(compiler, compiler, "-c", file, (char *)0, envp);) in call_execle()
/external/llvm-project/clang/test/Analysis/Inputs/
Dsystem-header-simulator.h119 int execle(const char *path, const char *arg, ...);
/external/llvm-project/clang/tools/scan-build-py/libear/
Dear.c244 # error can not implement execle without execve
247 int execle(const char *path, const char *arg, ...) { in execle() function
/external/clang/tools/scan-build-py/libear/
Dear.c245 # error can not implement execle without execve
248 int execle(const char *path, const char *arg, ...) { in execle() function
/external/python/cpython2/Lib/
Dos.py316 def execle(file, *args): function
/external/rust/crates/libc/src/windows/
Dmod.rs404 pub fn execle(path: *const c_char, arg0: *const c_char, ...) -> intptr_t; in execle() function
/external/python/cpython3/Lib/
Dos.py544 def execle(file, *args): function
/external/llvm-project/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def649 /// int execle(const char *file, const char *arg, ..., char * const envp[]);
650 TLI_DEFINE_ENUM_INTERNAL(execle)
651 TLI_DEFINE_STRING_INTERNAL("execle")
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def622 /// int execle(const char *file, const char *arg, ..., char * const envp[]);
623 TLI_DEFINE_ENUM_INTERNAL(execle)
624 TLI_DEFINE_STRING_INTERNAL("execle")
/external/ltp/runtest/
Dquickhit60 # Basic test for execle(2)
/external/rust/crates/libc/src/unix/
Dmod.rs837 pub fn execle(path: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int; in execle() function
/external/python/cpython2/Doc/library/
Dos.rst1707 execle(path, arg0, arg1, ..., env)
1740 the :envvar:`PATH` variable. The other variants, :func:`execl`, :func:`execle`,
1745 For :func:`execle`, :func:`execlpe`, :func:`execve`, and :func:`execvpe` (note
/external/python/cpython3/Doc/library/
Dos.rst3346 execle(path, arg0, arg1, ..., env)
3379 the :envvar:`PATH` variable. The other variants, :func:`execl`, :func:`execle`,
3384 For :func:`execle`, :func:`execlpe`, :func:`execve`, and :func:`execvpe` (note
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3571 pub fn execle(path: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int; in execle() function
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1636 fun:execle=uninstrumented
/external/llvm-project/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1636 fun:execle=uninstrumented
/external/ltp/
Dgen.bp2433 srcs: ["testcases/kernel/syscalls/execle/execle01.c"],
2442 srcs: ["testcases/kernel/syscalls/execle/execle01_child.c"],
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/
Dlibc-2.13.so.sym733 PUBLIC ac090 0 execle
/external/python/cpython2/Misc/
DHISTORY15926 functions execl(), execle(), execlp() and execvp().

12