| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| jit-reader-exec.c | 26 execl (PROGRAM, PROGRAM, (char *) 0);
|
| pie-execl.c | 32 printf ("pie-execl: re-exec: %s\n", argv[1]); 33 execl (argv[1], argv[1], NULL);
|
| execl-update-breakpoints.c | 40 execl (bin, bin, (char *) NULL); 41 perror ("execl failed");
|
| foll-exec.c | 48 printf ("foll-exec is about to execl(execd-prog)...\n"); 54 execl (prog, /* tbreak-execl */ prog, "execl arg1 from foll-exec", "execl arg2 from foll-exec", (char *) 0);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| jit-reader-exec.c | 26 execl (PROGRAM, PROGRAM, (char *) 0);
|
| pie-execl.c | 32 printf ("pie-execl: re-exec: %s\n", argv[1]); 33 execl (argv[1], argv[1], NULL);
|
| execl-update-breakpoints.c | 40 execl (bin, bin, (char *) NULL); 41 perror ("execl failed");
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.rocm/ |
| precise-memory-exec.c | 33 int ret = execl (argv[0], argv[0], "Hello", NULL);
|
| fork-exec-non-gpu-to-gpu-execer.cpp | 40 int ret = execl (EXECEE, EXECEE, NULL);
|
| fork-exec-gpu-to-non-gpu-execer.cpp | 57 int ret = execl (EXECEE, EXECEE, NULL);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.rocm/ |
| precise-memory-exec.c | 33 int ret = execl (argv[0], argv[0], "Hello", NULL);
|
| fork-exec-non-gpu-to-gpu-execer.cpp | 40 int ret = execl (EXECEE, EXECEE, NULL);
|
| fork-exec-gpu-to-non-gpu-execer.cpp | 57 int ret = execl (EXECEE, EXECEE, NULL);
|
| /src/lib/libc/arch/vax/sys/ |
| execl.S | 1 /* $NetBSD: execl.S,v 1.4 2011/01/25 02:38:15 matt Exp $ */ 35 RCSID("$NetBSD: execl.S,v 1.4 2011/01/25 02:38:15 matt Exp $") 39 WEAK_ALIAS(execl, _execl)
|
| /src/regress/sys/kern/sa/sa1/ |
| sa1.c | 48 printf("execl\n"); 49 if (execl(argv[0], argv[0], "e", NULL)) 50 err(1, "execl");
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.multi/ |
| bkpt-multi-exec.c | 18 printf ("foll-exec is about to execl(crashme)...\n"); 20 execl (prog,
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.multi/ |
| bkpt-multi-exec.c | 18 printf ("foll-exec is about to execl(crashme)...\n"); 20 execl (prog,
|
| /src/lib/libc/gen/ |
| execl.c | 1 /* $NetBSD: execl.c,v 1.18 2024/01/20 14:52:47 christos Exp $ */ 37 __RCSID("$NetBSD: execl.c,v 1.18 2024/01/20 14:52:47 christos Exp $"); 50 __weak_alias(execl,_execl) 55 execl(const char *name, const char *arg, ...)
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/ |
| nsthrexec.c | 29 if (execl (image, image, NULL) == -1) 31 perror ("execl");
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/ |
| thread-execl.c | 29 if (execl (image, image, NULL) == -1) 31 perror ("execl");
|
| threads-after-exec.c | 30 if (execl (program_name, program_name, "1", NULL) == -1) 32 perror ("execl"); 46 /* Getting here via execl. */
|
| execl.c | 18 /* Test handling thread control across an execl. */ 59 if (execl (new_image, new_image, NULL) == -1) /* set breakpoint here */
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/ |
| nsthrexec.c | 29 if (execl (image, image, NULL) == -1) 31 perror ("execl");
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
| thread-execl.c | 30 if (execl (image, image, "1", NULL) == -1) 32 perror ("execl");
|
| threads-after-exec.c | 30 if (execl (program_name, program_name, "1", NULL) == -1) 32 perror ("execl"); 46 /* Getting here via execl. */
|