HomeSort by relevance Sort by last modified time
    Searched refs:execlp (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /external/valgrind/main/none/tests/amd64/
allexec.c 22 FORKEXECWAIT (execlp(exec, exec, NULL));
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2", NULL));
  /external/valgrind/main/none/tests/arm/
allexec.c 22 FORKEXECWAIT (execlp(exec, exec, NULL));
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2", NULL));
  /external/valgrind/main/none/tests/mips32/
allexec.c 22 FORKEXECWAIT (execlp(exec, exec, NULL));
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2", NULL));
  /external/valgrind/main/none/tests/ppc32/
allexec.c 22 FORKEXECWAIT (execlp(exec, exec, NULL));
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2", NULL));
  /external/valgrind/main/none/tests/ppc64/
allexec.c 22 FORKEXECWAIT (execlp(exec, exec, NULL));
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2", NULL));
  /external/valgrind/main/none/tests/s390x/
allexec.c 22 FORKEXECWAIT (execlp(exec, exec, NULL));
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2", NULL));
  /external/valgrind/main/none/tests/x86/
allexec.c 22 FORKEXECWAIT (execlp(exec, exec, NULL));
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2", NULL));
  /system/extras/su/
su.c 135 if (execlp(argv[2], argv[2], NULL) < 0) {
155 execlp("/system/bin/sh", "sh", NULL);
  /external/dropbear/
cli-authpasswd.c 82 execlp(helper, helper, prompt, (char *)0);
83 TRACE(("execlp error"))
  /external/e2fsprogs/lib/ss/
pager.c 143 (void) execlp(_ss_pager_name, _ss_pager_name, (char *) NULL);
  /external/linux-tools-perf/
builtin-help.c 126 execlp(path, "emacsclient", "-e", man_page.buf, NULL);
154 execlp(path, filename, "newTab", man_page.buf, NULL);
163 execlp(path, "man", page, NULL);
375 execlp("info", "info", "perfman", page, NULL);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xw32defs.h 35 #define execlp _execlp macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xw32defs.h 26 #define execlp _execlp macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/
Xw32defs.h 35 #define execlp _execlp macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xw32defs.h 26 #define execlp _execlp macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/X11/
Xw32defs.h 35 #define execlp _execlp macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xw32defs.h 26 #define execlp _execlp macro
  /system/core/run-as/
run-as.c 185 execlp("/system/bin/sh", "sh", NULL);
  /bionic/libc/include/
unistd.h 69 extern int execlp(const char *, const char *, ...);
  /bionic/libc/unistd/
exec.c 101 execlp(const char *name, const char *arg, ...) function
  /build/tools/atree/
fs.cpp 182 return execlp(strip_cmd, strip_cmd, path.c_str(), (char *)NULL);
  /development/ndk/platforms/android-3/include/
unistd.h 69 extern int execlp(const char *, const char *, ...);
  /development/ndk/platforms/android-8/include/
unistd.h 69 extern int execlp(const char *, const char *, ...);
  /development/ndk/platforms/android-9/include/
unistd.h 69 extern int execlp(const char *, const char *, ...);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
symbolize.cc 194 execlp(g_pprof_path->c_str(), g_pprof_path->c_str(),
204 // For maximum safety, we check to make sure the execlp

Completed in 968 milliseconds

1 2 3 4