Home
last modified time | relevance | path

Searched refs:execve (Results 1 – 25 of 56) sorted by relevance

123

/openbsd/lib/libc/gen/
H A Dexec.c71 error = execve(name, argv, environ); in execl()
107 error = execve(name, argv, envp); in execle()
150 (void)execve(name, argv, environ); in execv()
228 retry: (void)execve(bp, argv, envp); in execvpe()
250 (void)execve(_PATH_BSHELL, memp, envp); in execvpe()
H A Dposix_spawn.c220 execve(path, argv, envp != NULL ? envp : environ); in do_posix_spawn()
/openbsd/regress/lib/libpthread/execve/
H A Dexecve.c97 CHECKn(execve(bad_argv[0], bad_argv, environ)); in main()
101 CHECKe(execve(new_argv[0], new_argv, environ)); in main()
H A DMakefile3 PROG= execve
/openbsd/regress/sys/kern/execve/
H A Ddoexec.c48 if (execve(argv[1], &argv[1], NULL) == -1) { in main()
/openbsd/gnu/llvm/clang/tools/scan-build-py/lib/libear/
H A Dear.c155 int execve(const char *path, char *const argv[], char *const envp[]) { in execve() function
163 #error can not implement execv without execve
202 #error can not implement execl without execve
239 #error can not implement execle without execve
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_solaris.cpp170 DECLARE__REAL_AND_INTERNAL(uptr, execve, const char *filename, in DECLARE__REAL_AND_INTERNAL() argument
172 return _REAL(execve)(filename, argv, envp); in DECLARE__REAL_AND_INTERNAL()
/openbsd/gnu/llvm/clang/tools/scan-build-py/tests/functional/exec/
H A DCMakeLists.txt17 check_function_exists(execve HAVE_EXECVE)
H A Dmain.c135 FORK(execve(compiler, argv, envp);) in call_execve()
/openbsd/gnu/usr.bin/perl/amigaos4/
H A Damigaos.h28 #define execve(path, argv, env) myexecve(TRUE, path, argv, env) macro
/openbsd/lib/libc/stdlib/
H A Dsystem.c65 execve(_PATH_BSHELL, argp, environ); in system()
/openbsd/gnu/llvm/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp201 execve(info.argv[0], const_cast<char *const *>(info.argv), info.envp); in ChildFunc()
214 execve(info.argv[0], const_cast<char *const *>(info.argv), info.envp); in ChildFunc()
/openbsd/regress/sys/kern/
H A DMakefile7 SUBDIR+= exec_self execve exit extent
/openbsd/gnu/usr.bin/perl/ext/POSIX/t/
H A Dunimplemented.t24 [execve => 'C-specific, stopped'],
/openbsd/regress/lib/libpthread/
H A DMakefile17 earlysig errno execve fork \
/openbsd/lib/libc/sys/
H A DMakefile.inc49 execve.o \
183 closefrom.2 connect.2 dup.2 execve.2 fcntl.2 fhopen.2 flock.2 \
/openbsd/lib/libc/hidden/
H A Dunistd.h55 PROTO_NORMAL(execve);
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/symbolizer/scripts/
H A Dglobal_symbols.txt68 execve U
/openbsd/bin/csh/
H A Dexec.c270 (void) execve(f, t, environ); in texec()
320 (void) execve(f, t, environ); in texec()
/openbsd/lib/libc/dlfcn/
H A Dinit.c76 int HIDDEN(execve)(const char *, char *const *, char *const *)
/openbsd/gnu/usr.bin/perl/ext/POSIX/lib/
H A DPOSIX.pm40 execve => undef,
/openbsd/gnu/gcc/gcc/
H A Dlibgcov.c859 return execve (path, args, envp); in __gcov_execle()
895 return execve (path, argv, envp); in __gcov_execve()
/openbsd/gnu/gcc/libmudflap/
H A Dmf-runtime.h202 #pragma redefine_extname execve __mfwrap_execve
/openbsd/include/
H A Dunistd.h338 int execve(const char *, char *const *, char *const *);
/openbsd/regress/sys/kern/unveil/
H A Dsyscalls.c707 UV_SHOULD_SUCCEED((execve(argv[0], argv, environ) == -1), "execve"); in test_exec()
727 UV_SHOULD_EACCES((execve(argv[0], argv, environ) == -1), "execve"); in test_exec2()

123