/third_party/ntfs-3g/libfuse-lite/ |
D | mount_util.c | 92 execle("/sbin/mount", "/sbin/mount", "-F", type, "-o", opts, in fuse_mnt_add_mount() 129 execle("/sbin/umount", "/sbin/umount", mnt, in fuse_mnt_umount() 132 execle("/sbin/umount", "/sbin/umount", "-f", mnt, in fuse_mnt_umount() 338 execle("/bin/mount", "/bin/mount", "-i", "-f", "-t", type, "-o", opts, in fuse_mnt_add_mount() 372 execle("/bin/umount", "/bin/umount", "-i", mnt, "-l", in fuse_mnt_umount() 375 execle("/bin/umount", "/bin/umount", "-i", mnt, in fuse_mnt_umount()
|
/third_party/musl/libc-test/src/regression/ |
D | execle-env.c | 12 execle("/bin/sh", "sh", "-c", in main()
|
D | test_src_regression.gni | 7 "execle-env",
|
/third_party/ltp/testcases/kernel/syscalls/execle/ |
D | execle01.c | 33 TEST(execle(path, "execle01_child", "canary", NULL, envp)); in verify_execle()
|
/third_party/musl/src/process/ |
D | execle.c | 4 int execle(const char *path, const char *argv0, ...) in execle() function
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | unistd.h | 83 int execle(const char *, const char *, ...);
|
/third_party/musl/porting/liteos_m/user/include/ |
D | unistd.h | 111 int execle(const char *, const char *, ...);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | unistd.h | 83 int execle(const char *, const char *, ...);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | unistd.h | 86 int execle(const char *, const char *, ...);
|
/third_party/musl/porting/liteos_a/user/include/ |
D | unistd.h | 111 int execle(const char *, const char *, ...);
|
/third_party/musl/porting/linux/user/include/ |
D | unistd.h | 87 int execle(const char *, const char *, ...);
|
/third_party/musl/ndk_musl_include/ |
D | unistd.h | 86 int execle(const char *, const char *, ...);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | unistd.h | 83 int execle(const char *, const char *, ...);
|
/third_party/musl/include/ |
D | unistd.h | 87 int execle(const char *, const char *, ...);
|
/third_party/musl/libc-test/src/api/ |
D | unistd.c | 262 {int(*p)(const char*,const char*,...) = execle;} in f()
|
/third_party/python/Lib/ |
D | os.py | 544 def execle(file, *args): function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 622 /// int execle(const char *file, const char *arg, ..., char * const envp[]); 623 TLI_DEFINE_ENUM_INTERNAL(execle) 624 TLI_DEFINE_STRING_INTERNAL("execle")
|
/third_party/musl/ |
D | libc.map.txt | 589 execle;
|
D | musl_src.gni | 943 "src/process/execle.c",
|
D | WHATSNEW | 1109 - execle ignoring the environment argument
|
/third_party/ntfs-3g/src/ |
D | ntfs-3g.c | 4182 execle(cmd, cmd, "fuse", (char*)NULL, &env); in load_fuse_module()
|
D | lowntfs-3g.c | 4474 execle(cmd, cmd, "fuse", (char*)NULL, &env);
|
/third_party/python/Doc/library/ |
D | os.rst | 3576 execle(path, arg0, arg1, ..., env) 3609 the :envvar:`PATH` variable. The other variants, :func:`execl`, :func:`execle`, 3614 For :func:`execle`, :func:`execlpe`, :func:`execve`, and :func:`execvpe` (note
|
/third_party/python/Misc/ |
D | HISTORY | 33305 functions execl(), execle(), execlp() and execvp().
|