/openbsd/gnu/llvm/clang/tools/scan-build-py/tests/functional/exec/ |
H A D | CMakeLists.txt | 25 check_function_exists(execle HAVE_EXECLE)
|
H A D | main.c | 226 FORK(execle(compiler, compiler, "-c", file, (char *)0, envp);) in call_execle()
|
/openbsd/usr.sbin/smtpd/ |
H A D | mda_mbox.c | 51 execle(PATH_MAILLOCAL, PATH_MAILLOCAL, "-f", in mda_mbox()
|
H A D | mda_unpriv.c | 91 execle("/bin/sh", "/bin/sh", "-c", mda_command, (char *)NULL, in mda_unpriv()
|
/openbsd/gnu/usr.bin/perl/ext/POSIX/t/ |
H A D | unimplemented.t | 21 [execle => 'C-specific, stopped'],
|
H A D | export.t | 90 difftime div dup dup2 errno execl execle execlp execv execve
|
/openbsd/lib/libc/hidden/ |
H A D | unistd.h | 52 PROTO_DEPRECATED(execle);
|
/openbsd/gnu/llvm/clang/tools/scan-build-py/lib/libear/ |
H A D | ear.c | 239 #error can not implement execle without execve 242 int execle(const char *path, const char *arg, ...) { in execle() function
|
/openbsd/lib/libc/gen/ |
H A D | exec.c | 80 execle(const char *name, const char *arg, ...) in execle() function
|
/openbsd/gnu/usr.bin/perl/ext/POSIX/lib/ |
H A D | POSIX.pm | 37 execle => undef,
|
H A D | POSIX.pod | 388 =item C<execle> 390 Not implemented. C<execle()> is C-specific, see L<perlfunc/exec>.
|
/openbsd/usr.sbin/cron/ |
H A D | do_command.c | 259 execle(shell, shell, "-c", e->cmd, (char *)NULL, e->envp); in child_process()
|
/openbsd/include/ |
H A D | unistd.h | 334 int execle(const char *, const char *, ...);
|
/openbsd/libexec/getty/ |
H A D | main.c | 350 execle(LO, "login", "-p", "--", name, NULL, env); in main()
|
/openbsd/sbin/shutdown/ |
H A D | shutdown.c | 333 execle(_PATH_WALL, _PATH_WALL, "-n", (char *)NULL, in timewarn()
|
/openbsd/lib/libc/ |
H A D | Symbols.list | 621 execle
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.def | 1032 /// int execle(const char *file, const char *arg, ..., char * const envp[]); 1033 TLI_DEFINE_ENUM_INTERNAL(execle) 1034 TLI_DEFINE_STRING_INTERNAL("execle")
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | sys-protos.h | 310 extern int execle(const char *, const char *, ...);
|
/openbsd/gnu/gcc/gcc/ |
H A D | sys-protos.h | 310 extern int execle(const char *, const char *, ...);
|
H A D | builtins.def | 616 DEF_EXT_LIB_BUILTIN (BUILT_IN_EXECLE, "execle", BT_FN_INT_CONST_STRING_CONST_STRING_VAR, ATT…
|
/openbsd/gnu/llvm/clang/docs/analyzer/ |
H A D | checkers.rst | 2412 ``printf``, ``setproctitle``, ``system``, ``popen``, ``execl``, ``execle``, ``execlp``, ``execv``, …
|
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1636 fun:execle=uninstrumented
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | extend.texi | 2334 @code{execle} has the attribute set with a position of 1.
|
H A D | gcc.info | 16094 `execle' has the attribute set with a position of 1.
|