Home
last modified time | relevance | path

Searched defs:envp (Results 1 – 25 of 39) sorted by relevance

12

/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/
H A Dexitcode.cpp84 char **envp = environ; in spawn_child() local
86 char **envp = *_NSGetEnviron(); in spawn_child() local
/llvm-project-15.0.7/clang/tools/scan-build-py/lib/libear/
H A Dear.c155 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()
/llvm-project-15.0.7/clang/tools/scan-build-py/tests/functional/exec/
H A Dmain.c130 char *const envp[] = {"THIS=THAT", 0}; in call_execve() local
170 char *const envp[] = {"THIS=THAT", 0}; in call_execvpe() local
184 char *const envp[] = {"THIS=THAT", 0}; in call_exect() local
221 char *const envp[] = {"THIS=THAT", 0}; in call_execle() local
/llvm-project-15.0.7/lldb/test/API/functionalities/plugins/python_os_plugin/
H A Dmain.c3 int main (int argc, char const *argv[], char const *envp[]) in main()
/llvm-project-15.0.7/lldb/test/API/lang/cpp/extern_c/
H A Dmain.cpp15 int main (int argc, char const *argv[], char const *envp[]) in main()
/llvm-project-15.0.7/flang/runtime/FortranMain/
H A DFortran_main.c16 int main(int argc, const char *argv[], const char *envp[]) { in main()
/llvm-project-15.0.7/lldb/test/API/functionalities/dyld-exec-linux/
H A Dmain.cpp3 int main(int argc, const char *argv[], const char *envp[]) { in main()
/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/launch/
H A Dmain.c5 int main(int argc, char const *argv[], char const *envp[]) { in main()
/llvm-project-15.0.7/lldb/test/API/lang/cpp/unique-types/
H A Dmain.cpp6 int main (int argc, char const *argv[], char const *envp[]) in main()
/llvm-project-15.0.7/libc/test/integration/loader/linux/
H A Dtls_test.cpp19 int main(int argc, char **argv, char **envp) { in main()
H A Dargs_test.cpp20 int main(int argc, char **argv, char **envp) { in main()
/llvm-project-15.0.7/libc/test/integration/src/stdlib/
H A Dgetenv_test.cpp30 int main(int argc, char **argv, char **envp) { in main()
/llvm-project-15.0.7/clang/test/Analysis/cert/
H A Denv31-c.c51 int main(int argc, char *argv[], char *envp[]) { in main()
/llvm-project-15.0.7/lldb/tools/darwin-debug/
H A Ddarwin-debug.cpp98 pid_t posix_spawn_for_debug(char *const *argv, char *const *envp, in posix_spawn_for_debug()
160 int main(int argc, char *const *argv, char *const *envp, const char **apple) { in main()
/llvm-project-15.0.7/libc/src/__support/FPUtil/x86_64/
H A DFEnvImpl.h464 static inline int get_env(fenv_t *envp) { in get_env()
509 static inline int set_env(const fenv_t *envp) { in set_env()
558 static inline int get_env(fenv_t *envp) { in get_env()
565 static inline int set_env(const fenv_t *envp) { in set_env()
/llvm-project-15.0.7/flang/examples/
H A Dexternal-hello.cpp44 int main(int argc, const char *argv[], const char *envp[]) { in main()
/llvm-project-15.0.7/lldb/test/API/python_api/sbvalue_const_addrof/
H A Dmain.cpp28 int main (int argc, char const *argv[], char const *envp[]) in main()
/llvm-project-15.0.7/lldb/test/API/commands/frame/diagnose/inheritance/
H A Dmain.cpp63 int main (int argc, char const *argv[], char const *envp[]) in main()
/llvm-project-15.0.7/libc/src/__support/FPUtil/aarch64/
H A DFEnvImpl.h232 static inline int get_env(fenv_t *envp) { in get_env()
239 static inline int set_env(const fenv_t *envp) { in set_env()
H A Dfenv_darwin_impl.h259 static inline int get_env(fenv_t *envp) { in get_env()
266 static inline int set_env(const fenv_t *envp) { in set_env()
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dlpad-linetable.cpp59 int main (int argc, char const *argv[], char const *envp[]) in main()
/llvm-project-15.0.7/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp106 Environment::Envp envp; member
/llvm-project-15.0.7/lldb/source/API/
H A DSBLaunchInfo.cpp180 void SBLaunchInfo::SetEnvironmentEntries(const char **envp, bool append) { in SetEnvironmentEntries()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp518 char *const envp[]) { in internal_execve()
670 static void GetArgsAndEnv(char ***argv, char ***envp) { in GetArgsAndEnv()
710 char **argv, **envp; in GetArgv() local
716 char **argv, **envp; in GetEnviron() local
H A Dsanitizer_posix_libcdep.cpp423 const char *const envp[], fd_t stdin_fd, fd_t stdout_fd, in StartSubprocess()

12