/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/libear/ |
D | ear.c | 155 int execve(const char *path, char *const argv[], char *const envp[]) { in execve() 167 char *const *envp = bear_get_environment(); in execv() local 173 int execvpe(const char *file, char *const argv[], char *const envp[]) { in execvpe() 194 int exect(const char *path, char *const argv[], char *const envp[]) { in exect() 211 char *const *envp = bear_get_environment(); in execl() local 246 char const **envp = va_arg(args, char const **); in execle() local 283 char *const envp[]) { in call_execve() 297 char *const envp[]) { in call_execvpe() 346 char *const envp[]) { in call_exect() 483 static char const **bear_update_environment(char *const envp[], in bear_update_environment()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/libear/ |
D | ear.c | 155 int execve(const char *path, char *const argv[], char *const envp[]) { in execve() 167 char *const *envp = bear_get_environment(); in execv() local 173 int execvpe(const char *file, char *const argv[], char *const envp[]) { in execvpe() 194 int exect(const char *path, char *const argv[], char *const envp[]) { in exect() 211 char *const *envp = bear_get_environment(); in execl() local 246 char const **envp = va_arg(args, char const **); in execle() local 283 char *const envp[]) { in call_execve() 297 char *const envp[]) { in call_execvpe() 346 char *const envp[]) { in call_exect() 483 static char const **bear_update_environment(char *const envp[], in bear_update_environment()
|
/aosp_15_r20/external/clang/tools/scan-build-py/libear/ |
H A D | ear.c | 161 int execve(const char *path, char *const argv[], char *const envp[]) { in execve() 173 char * const * envp = bear_get_environment(); in execv() local 179 int execvpe(const char *file, char *const argv[], char *const envp[]) { in execvpe() 200 int exect(const char *path, char *const argv[], char *const envp[]) { in exect() 217 char * const * envp = bear_get_environment(); in execl() local 252 char const **envp = va_arg(args, char const **); in execle() local 289 char *const envp[]) { in call_execve() 303 char *const envp[]) { in call_execvpe() 352 char *const envp[]) { in call_exect() 484 static char const **bear_update_environment(char *const envp[], bear_env_t *env) { in bear_update_environment()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/libear/ |
D | ear.c | 155 int execve(const char *path, char *const argv[], char *const envp[]) { in execve() 167 char *const *envp = bear_get_environment(); in execv() local 173 int execvpe(const char *file, char *const argv[], char *const envp[]) { in execvpe() 194 int exect(const char *path, char *const argv[], char *const envp[]) { in exect() 211 char *const *envp = bear_get_environment(); in execl() local 246 char const **envp = va_arg(args, char const **); in execle() local 283 char *const envp[]) { in call_execve() 297 char *const envp[]) { in call_execvpe() 346 char *const envp[]) { in call_exect() 483 static char const **bear_update_environment(char *const envp[], in bear_update_environment()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/libear/ |
D | ear.c | 155 int execve(const char *path, char *const argv[], char *const envp[]) { in execve() 167 char *const *envp = bear_get_environment(); in execv() local 173 int execvpe(const char *file, char *const argv[], char *const envp[]) { in execvpe() 194 int exect(const char *path, char *const argv[], char *const envp[]) { in exect() 211 char *const *envp = bear_get_environment(); in execl() local 246 char const **envp = va_arg(args, char const **); in execle() local 283 char *const envp[]) { in call_execve() 297 char *const envp[]) { in call_execvpe() 346 char *const envp[]) { in call_exect() 483 static char const **bear_update_environment(char *const envp[], in bear_update_environment()
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/ |
H A D | OldRuntimeTest.java | 101 String [] envp = getEnv(); in test_execLjava_lang_StringLjava_lang_StringArray() local 139 String [] envp = getEnv(); in test_execLjava_lang_StringArrayLjava_lang_StringArray() local 192 String [] envp = getEnv(); in test_execLjava_lang_StringLjava_lang_StringArrayLjava_io_File() local 232 String [] envp = getEnv(); in test_execLjava_lang_StringArrayLjava_lang_StringArrayLjava_io_File() local 281 String [] envp = new String[valueSet.length]; in getEnv() local 288 void checkExec(int testCase, String [] envp, File file) { in checkExec()
|
/aosp_15_r20/bionic/libm/ |
H A D | fenv-riscv64.c | 34 int fegetenv(fenv_t* envp) { in fegetenv() 39 int fesetenv(const fenv_t* envp) { in fesetenv() 87 int feholdexcept(fenv_t* envp) { in feholdexcept() 93 int feupdateenv(const fenv_t* envp) { in feupdateenv()
|
H A D | fenv-arm64.c | 54 int fegetenv(fenv_t* envp) { in fegetenv() 60 int fesetenv(const fenv_t* envp) { in fesetenv() 125 int feholdexcept(fenv_t* envp) { in feholdexcept() 131 int feupdateenv(const fenv_t* envp) { in feupdateenv()
|
H A D | fenv-x86_64.c | 264 fegetenv(fenv_t *envp) in fegetenv() 292 feholdexcept(fenv_t *envp) in feholdexcept() 327 fesetenv(const fenv_t *envp) in fesetenv() 347 feupdateenv(const fenv_t *envp) in feupdateenv()
|
H A D | fenv-x86.c | 174 fegetenv(fenv_t *envp) in fegetenv() 193 feholdexcept(fenv_t *envp) in feholdexcept() 216 feupdateenv(const fenv_t *envp) in feupdateenv() 378 fesetenv(const fenv_t *envp) in fesetenv()
|
/aosp_15_r20/external/bazelbuild-rules_rust/test/process_wrapper/ |
H A D | process_wrapper_tester.cc | 27 void basic_part2_test(std::string current_dir, const char* envp[]) { in basic_part2_test() 46 void subst_pwd_test(int argc, const char* argv[], const char* envp[]) { in subst_pwd_test() 90 void env_files_test(const char* envp[]) { in env_files_test() 159 int main(int argc, const char* argv[], const char* envp[]) { in main()
|
/aosp_15_r20/external/clang/tools/scan-build-py/tests/functional/exec/ |
H A D | main.c | 131 char *const envp[] = {"THIS=THAT", 0}; in call_execve() local 171 char *const envp[] = {"THIS=THAT", 0}; in call_execvpe() local 185 char *const envp[] = {"THIS=THAT", 0}; in call_exect() local 222 char *const envp[] = {"THIS=THAT", 0}; in call_execle() local
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/lang/ |
H A D | Runtime.java | 70 public java.lang.Process exec(java.lang.String command, java.lang.String[] envp) in exec() 76 java.lang.String command, java.lang.String[] envp, java.io.File dir) in exec() 85 public java.lang.Process exec(java.lang.String[] cmdarray, java.lang.String[] envp) in exec() 91 java.lang.String[] cmdarray, java.lang.String[] envp, java.io.File dir) in exec()
|
/aosp_15_r20/external/llvm-libc/test/integration/src/unistd/ |
H A D | execve_test.cpp | 18 void fork_and_execv_normal_exit(char **envp) { in fork_and_execv_normal_exit() 36 void fork_and_execv_signal_exit(char **envp) { in fork_and_execv_signal_exit() 55 TEST_MAIN(int argc, char **argv, char **envp) { in TEST_MAIN()
|
/aosp_15_r20/frameworks/libs/binary_translation/kernel_api/ |
D | exec_emulation.cc | 41 char* const* MangleGuestEnvp(ScopedMmap* dst, char* const* envp) { in MangleGuestEnvp() 96 char** DemangleGuestEnvp(char** dst, char** envp) { in DemangleGuestEnvp() 114 int ExecveForGuest(const char* filename, char* const argv[], char* const envp[]) { in ExecveForGuest()
|
/aosp_15_r20/external/trusty/musl/src/env/ |
D | __libc_start_main.c | 22 void __init_libc(char **envp, char *pn) in __init_libc() 57 char **envp = argv+argc+1; in __libc_start_main() local 73 char **envp = argv+argc+1; in libc_start_main_stage2() local
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/ |
H A D | Runtime.java | 491 public Process exec(String command, String[] envp) throws IOException { in exec() 545 public Process exec(String command, String[] envp, File dir) in exec() 631 public Process exec(String[] cmdarray, String[] envp) throws IOException { in exec() 725 public Process exec(String[] cmdarray, String[] envp, File dir) in exec()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/ |
D | Runtime.java | 491 public Process exec(String command, String[] envp) throws IOException { in exec() 545 public Process exec(String command, String[] envp, File dir) in exec() 631 public Process exec(String[] cmdarray, String[] envp) throws IOException { in exec() 725 public Process exec(String[] cmdarray, String[] envp, File dir) in exec()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/4/libcore/ojluni/src/main/java/java/lang/ |
D | Runtime.java | 491 public Process exec(String command, String[] envp) throws IOException { in exec() 545 public Process exec(String command, String[] envp, File dir) in exec() 631 public Process exec(String[] cmdarray, String[] envp) throws IOException { in exec() 725 public Process exec(String[] cmdarray, String[] envp, File dir) in exec()
|
/aosp_15_r20/external/musl/src/env/ |
H A D | __libc_start_main.c | 23 void __init_libc(char **envp, char *pn) in __init_libc() 75 char **envp = argv+argc+1; in __libc_start_main() local 91 char **envp = argv+argc+1; in libc_start_main_stage2() local
|
/aosp_15_r20/bionic/libc/bionic/ |
H A D | exec.cpp | 108 static int __exec_as_script(const char* buf, char* const* argv, char* const* envp) { in __exec_as_script() 119 int execvpe(const char* name, char* const* argv, char* const* envp) { in execvpe() 178 int fexecve(int fd, char* const* argv, char* const* envp) { in fexecve()
|
/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/x86_64/ |
H A D | FEnvImpl.h | 475 LIBC_INLINE int get_env(fenv_t *envp) { in get_env() 519 LIBC_INLINE int set_env(const fenv_t *envp) { in set_env() 568 LIBC_INLINE int get_env(fenv_t *envp) { in get_env() 582 LIBC_INLINE int set_env(const fenv_t *envp) { in set_env()
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/x86/ |
H A D | test_syscall_vdso.c | 28 int main(int argc, char **argv, char **envp) in main() 36 long get_syscall(char **envp) in get_syscall() 376 int main(int argc, char **argv, char **envp) in main()
|
/aosp_15_r20/external/llvm-libc/test/integration/src/spawn/ |
H A D | posix_spawn_test.cpp | 30 void spawn_and_wait_for_normal_exit(char **envp) { in spawn_and_wait_for_normal_exit() 48 TEST_MAIN(int argc, char **argv, char **envp) { in TEST_MAIN()
|
/aosp_15_r20/frameworks/libs/binary_translation/guest_loader/ |
D | guest_loader.cc | 86 char* envp[], in StartGuestExecutableImpl() 360 void GuestLoader::StartGuestExecutable(size_t argc, const char* argv[], char* envp[]) { in StartGuestExecutable() 378 char* envp[], in StartExecutable()
|