HomeSort by relevance Sort by last modified time
    Searched full:vfork (Results 26 - 50 of 177) sorted by null

12 3 4 5 6 7 8

  /ndk/build/platforms/android-8/arch-arm/usr/include/
unistd.h 55 extern pid_t vfork(void);
  /ndk/build/platforms/android-8/arch-x86/usr/include/
unistd.h 55 extern pid_t vfork(void);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
auto-host.h 1317 /* Define to 1 if you have the `vfork' function. */
1323 /* Define to 1 if you have the <vfork.h> header file. */
1354 /* Define to 1 if `vfork' works. */
    [all...]
  /external/dhcpcd/
configure.c 64 switch (pid = vfork()) {
66 logger(LOG_ERR, "vfork: %s", strerror(errno));
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/libexec/gcc/arm-eabi/4.2.1/
collect2 
  /prebuilt/linux-x86/toolchain/sh-4.3.3/libexec/gcc/sh-linux-gnu/4.3.3/
collect2 
  /system/core/sh/
input.c 511 * Takes one arg, vfork, which tells it to not modify its global vars
515 * set and should be enough. In the vfork case it is definitely wrong
  /bionic/libc/include/sys/
linux-unistd.h 45 pid_t vfork (void);
  /external/strace/strace/linux/x86_64/
syscallent.h 59 { 0, TP, sys_vfork, "vfork" }, /* 58 */
  /ndk/build/platforms/android-3/arch-arm/usr/include/sys/
linux-unistd.h 45 pid_t vfork (void);
  /ndk/build/platforms/android-4/arch-arm/usr/include/sys/
linux-unistd.h 45 pid_t vfork (void);
  /ndk/build/platforms/android-5/arch-arm/usr/include/sys/
linux-unistd.h 45 pid_t vfork (void);
  /ndk/build/platforms/android-5/arch-x86/usr/include/sys/
linux-unistd.h 45 pid_t vfork (void);
  /ndk/build/platforms/android-8/arch-arm/usr/include/sys/
linux-unistd.h 45 pid_t vfork (void);
  /ndk/build/platforms/android-8/arch-x86/usr/include/sys/
linux-unistd.h 45 pid_t vfork (void);
  /external/dropbear/
svr-chansession.c 650 pid = vfork();
754 pid = vfork();
877 /* with uClinux we'll have vfork()ed, so don't want to overwrite the
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/libexec/gcc/arm-eabi/4.3.1/
collect2 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/libexec/gcc/arm-eabi/4.4.0/
collect2 
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/libexec/gcc/i686-unknown-linux-gnu/4.2.1/
collect2 
  /bionic/libc/arch-arm/
syscalls.mk 34 syscall_src += arch-arm/syscalls/vfork.S
  /bionic/libc/arch-sh/
syscalls.mk 38 syscall_src += arch-sh/syscalls/vfork.S
  /build/tools/
warn.py 203 'description':'Variable might be clobbered by longjmp or vfork',
204 'patterns':[r".*: warning: variable '.+' might be clobbered by 'longjmp' or 'vfork'"] },
206 'description':'Argument might be clobbered by longjmp or vfork',
207 'patterns':[r".*: warning: argument '.+' might be clobbered by 'longjmp' or 'vfork'"] },
    [all...]
  /external/bison/
config.log 620 configure:7432: checking vfork.h usability
622 conftest.c:74:19: error: vfork.h: No such file or directory
698 | #include <vfork.h>
700 configure:7476: checking vfork.h presence
702 conftest.c:40:19: error: vfork.h: No such file or directory
744 | #include <vfork.h>
746 configure:7547: checking for vfork.h
757 configure:7572: checking for vfork
773 configure:7736: checking for working vfork
    [all...]
  /external/strace/strace/linux/hppa/
syscallent.h 121 { 0, 0, sys_vfork, "vfork" }, /* 113 */
  /external/strace/strace/linux/sh/
syscallent.h 224 { 0, TP, sys_vfork, "vfork" }, /* 190 */

Completed in 1556 milliseconds

12 3 4 5 6 7 8