Home
last modified time | relevance | path

Searched refs:execv (Results 1 – 25 of 69) sorted by relevance

123

/glibc-2.36/posix/
Dexecv.c23 execv (const char *path, char *const argv[]) in execv() function
Dtst-execv1.c10 execv (argv[0], argv); in do_test()
Dtst-execv2.c51 execv (copy, argv); in do_test()
DVersions31 execl; execle; execlp; execv; execve; execvp; fexecve;
DMakefile43 execve fexecve execv execle execl execvp execlp execvpe \
276 CFLAGS-execv.os = -fomit-frame-pointer
Dunistd.h584 extern int execv (const char *__path, char *const __argv[])
Dgetconf.c623 execv (getconf_name, (char * const *) args); in main()
/glibc-2.36/elf/
Dtst-glibc-hwcaps-cache.c42 execv (path, argv); in main()
Dtst-glibc-hwcaps-2-cache.c42 execv (path, argv); in main()
Dtst-ldconfig-ld_so_conf-update.c45 execv (args[0], args); in run_ldconfig()
Dtst-ldconfig-bad-aux-cache.c61 execv (argv[0], argv); in execv_wrapper()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dlddlibc4.c103 return execv (filename, &argv[argc]) ? 4 : 0; in main()
Dsyscall-names.list104 execv
/glibc-2.36/rt/
Dtst-mqueue7.c103 execv (newargv[0], (char * const *) newargv); in do_test()
/glibc-2.36/nptl/
Dtst-exec4.c52 execv (argv[0], argv); in tf()
/glibc-2.36/localedata/
Dtst-localedef-hardlinks.c77 execv (prog, (char * const *) one->argv); in run_localedef()
/glibc-2.36/locale/
Dtst-localedef-path-norm.c52 execv (prog, argv); in execv_wrapper()
/glibc-2.36/support/
Dsupport_test_main.c238 execv (argv_[0], argv_); in run_test_function()
Dtest-container.c735 execv (args[0], args); in run_ldconfig()
/glibc-2.36/manual/
Dprocess.texi382 @deftypefun int execv (const char *@var{filename}, char *const @var{argv}@t{[]})
385 The @code{execv} function executes the file named by @var{filename} as a
403 This is similar to @code{execv}, but the @var{argv} strings are
411 This is similar to @code{execv}, but permits you to specify the environment
443 The @code{execvp} function is similar to @code{execv}, except that it
/glibc-2.36/nscd/
Dconnections.c1438 execv (pathbuf, argv); in restart()
1440 execv ("/proc/self/exe", argv); in restart()
/glibc-2.36/conform/data/
Dunistd.h-data452 function int execv (const char*, char *const[])
/glibc-2.36/scripts/
Dbuild-many-glibcs.py133 os.execv(sys.executable, [sys.executable] + sys.argv)
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/
Dlibc.abilist725 GLIBC_2.35 execv F
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/lp64/
Dlibc.abilist733 GLIBC_2.36 execv F

123