OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vfork
(Results
76 - 87
of
87
) sorted by null
1
2
3
4
/bionic/libc/arch-sh/
syscalls.mk
38
syscall_src += arch-sh/syscalls/
vfork
.S
/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
scp.c
207
do_cmd_pid =
vfork
();
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
unistd.h
730
extern __pid_t
vfork
(void) __THROW;
[
all
...]
/external/dhcpcd/
configure.c
79
switch (pid =
vfork
()) {
81
syslog(LOG_ERR, "
vfork
: %m");
/system/core/sh/
eval.c
854
switch (pid =
vfork
()) {
856
TRACE(("
Vfork
failed, errno=%d\n", errno));
858
error("Cannot
vfork
");
862
* after the
vfork
(2)
866
/* We can't progress with the
vfork
,
882
handler = savehandler; /* restore from
vfork
(2) */
/bionic/libc/
Android.mk
403
arch-x86/bionic/
vfork
.S \
/ndk/sources/host-tools/make-3.81/
function.c
[
all
...]
job.c
[
all
...]
configure
[
all
...]
/external/iptables/iptables/
xtables.c
349
switch (
vfork
()) {
[
all
...]
/external/bison/
configure
[
all
...]
Completed in 405 milliseconds
1
2
3
4