HomeSort by relevance Sort by last modified time
    Searched refs:execl (Results 51 - 72 of 72) sorted by null

1 23

  /external/ppp/pppd/plugins/
winbind.c 309 execl("/bin/sh", "sh", "-c", ntlm_auth, NULL);
  /external/syzkaller/executor/
common.h 530 execl(program_name, program_name, "child", NULL);
531 fail("execl failed");
  /bionic/tests/
unistd_test.cpp     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
os.py 321 def execl(file, *args): function
322 """execl(file, *args)
369 __all__.extend(["execl","execle","execlp","execlpe","execvp","execvpe"])
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
os.py 336 def execl(file, *args): function
337 """execl(file, *args)
384 __all__.extend(["execl","execle","execlp","execlpe","execvp","execvpe"])
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
os.py 307 def execl(file, *args): function
308 """execl(file, *args)
355 __all__.extend(["execl","execle","execlp","execlpe","execvp","execvpe"])
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 530 execl(uuidd_path, "uuidd", "-qT", "300",
  /external/linux-kselftest/tools/testing/selftests/x86/
ldt_gdt.c 656 execl("/proc/self/exe", "ldt_gdt_test_exec", NULL);
  /external/ltp/include/
tst_safe_macros.h 430 execl((file), (arg), ##__VA_ARGS__); \
432 "execl(%s, %s, ...) failed", file, arg); \
  /external/python/cpython2/Lib/
os.py 309 def execl(file, *args): function
310 """execl(file, *args)
357 __all__.extend(["execl","execle","execlp","execlpe","execvp","execvpe"])
  /external/ppp/pppd/
main.c     [all...]
  /external/openssh/
session.c     [all...]
sftp.c 315 execl(shell, shell, "-c", args, (char *)NULL);
318 execl(shell, shell, (char *)NULL);
    [all...]
sshconnect.c     [all...]
sshconnect2.c     [all...]
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 236 #define execl _execl
  /external/python/cpython3/Lib/
os.py 534 def execl(file, *args): function
535 """execl(file, *args)
582 __all__.extend(["execl","execle","execlp","execlpe","execvp","execvpe"])
    [all...]
  /bionic/libc/stdio/
stdio.cpp 1229 execl(__bionic_get_shell_path(), "sh", "-c", cmd, nullptr);
  /external/strace/
strace.c 508 execl(_PATH_BSHELL, "sh", "-c", command, NULL);
    [all...]
  /external/selinux/libsemanage/src/
direct_api.c 881 retval = execl(path, path, NULL);
    [all...]
  /external/squashfs-tools/squashfs-tools/
action.c     [all...]
  /external/syzkaller/pkg/csource/
generated.go     [all...]

Completed in 1293 milliseconds

1 23