Searched refs:execl (Results 1 – 25 of 68) sorted by relevance
123
/glibc-2.36/sysdeps/x86/ |
D | tst-cet-legacy-1a.c | 72 execl (argv[1], argv[1], argv[2], argv[3], argv[4], "--direct", in do_test() 75 execl (argv[1], argv[1], "--direct", "--restart", NULL); in do_test()
|
/glibc-2.36/posix/ |
D | execl.c | 27 execl (const char *path, const char *arg, ...) in execl() function 58 libc_hidden_def (execl)
|
D | tst-exec.c | 178 execl (argv[1], argv[1], argv[2], argv[3], argv[4], "--direct", in do_test() 181 execl (argv[1], argv[1], "--direct", in do_test()
|
D | tst-execl1.c | 10 execl (prog, prog, NULL); in do_test()
|
D | tst-execl2.c | 49 execl (copy, copy, NULL); in do_test()
|
D | Versions | 31 execl; execle; execlp; execv; execve; execvp; fexecve;
|
D | Makefile | 43 execve fexecve execv execle execl execvp execlp execvpe \ 278 CFLAGS-execl.os = -fomit-frame-pointer
|
D | unistd.h | 594 extern int execl (const char *__path, const char *__arg, ...)
|
/glibc-2.36/sysdeps/pthread/ |
D | tst-exec2.c | 88 execl (_PATH_BSHELL, _PATH_BSHELL, "-c", "echo $$", NULL); in do_test()
|
D | tst-exec3.c | 35 execl (_PATH_BSHELL, _PATH_BSHELL, "-c", "echo $$", NULL); in tf()
|
/glibc-2.36/elf/ |
D | tst-glibc-hwcaps-prepend-cache.c | 139 execl (support_objdir_elf_ldso, in prepare()
|
/glibc-2.36/nptl/ |
D | tst-pthread-gdb-attach.c | 169 execl (gdb_path, "gdb", "-nx", "-batch", "-x", gdbscript, NULL); in gdb_process()
|
/glibc-2.36/libio/ |
D | oldiopopen.c | 109 execl ("/bin/sh", "sh", "-c", command, (char *) 0); in _IO_old_proc_open()
|
/glibc-2.36/include/ |
D | unistd.h | 17 libc_hidden_proto (execl)
|
/glibc-2.36/manual/ |
D | process.texi | 400 @deftypefun int execl (const char *@var{filename}, const char *@var{arg0}, @dots{}) 433 This is similar to @code{execl}, but permits you to specify the 456 This function is like @code{execl}, except that it performs the same 851 execl (SHELL, SHELL, "-c", command, NULL); 872 call to @code{execl}, @code{SHELL} is supplied once to name the program 875 The @code{execl} call in the child process doesn't return if it is
|
D | lang.texi | 364 otherwise meaningful to the function.) The @code{execl} function works
|
/glibc-2.36/conform/data/ |
D | unistd.h-data | 449 function int execl (const char*, const char*, ...)
|
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/ |
D | libc.abilist | 722 GLIBC_2.35 execl F
|
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/lp64/ |
D | libc.abilist | 730 GLIBC_2.36 execl F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv32/ |
D | libc.abilist | 762 GLIBC_2.33 execl F
|
/glibc-2.36/sysdeps/mach/hurd/i386/ |
D | libc.abilist | 818 GLIBC_2.2.6 execl F
|
/glibc-2.36/sysdeps/unix/sysv/linux/arc/ |
D | libc.abilist | 769 GLIBC_2.32 execl F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv64/ |
D | libc.abilist | 804 GLIBC_2.27 execl F
|
/glibc-2.36/sysdeps/unix/sysv/linux/aarch64/ |
D | libc.abilist | 825 GLIBC_2.17 execl F
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/x32/ |
D | libc.abilist | 829 GLIBC_2.16 execl F
|
123