HomeSort by relevance Sort by last modified time
    Searched refs:fork (Results 226 - 250 of 289) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libppp/src/
chap.c 281 switch ((chap->child.pid = fork())) {
283 log_Printf(LogERROR, "Chap: fork: %s\n", strerror(errno));
chat.c 730 if ((pid = fork()) == 0) {
bundle.c     [all...]
  /external/linux-tools-perf/
builtin-stat.c 404 if ((child_pid = fork()) < 0)
405 perror("failed to fork");
    [all...]
  /external/mksh/src/
check.pl 503 $pid = fork;
505 print STDERR "$prog: can't fork - $!\n";
    [all...]
jobs.c 458 while ((cldpid = fork()) < 0 && errno == EAGAIN && forksleep < 32) {
467 /* fork failed? */
470 remove_job(j, "fork failed");
474 errorf("can't fork - try again");
1121 * a fork/exec instead of an exec (the fork means
    [all...]
misc.c     [all...]
  /external/openssh/
auth-pam.c 185 switch ((pid = fork())) {
187 error("fork(): %s", strerror(errno));
ssh.c 144 * Flag indicating that ssh should fork after authentication. This is useful
665 /* Cannot fork to background if no command. */
668 fatal("Cannot fork into background without a command "
968 switch ((pid = fork())) {
970 fatal("%s: fork: %s", __func__, strerror(errno));
1000 /* Do fork() after authentication. Used by "ssh -f" */
    [all...]
clientloop.c 1083 /* Fork into background. */
1084 pid = fork();
1086 error("fork: %.100s", strerror(errno));
    [all...]
ssh-agent.c 1278 * Fork, and have the parent execute the command, if any, or present
1289 pid = fork();
1291 perror("fork");
    [all...]
  /external/valgrind/main/coregrind/
m_debugger.c 362 pid = VG_(fork)();
  /external/valgrind/unittest/
posix_tests.cc 965 //ANNOTATE_EXPECT_RACE(&child_pid, "Race on pid: fork vs signal handler");
967 child_pid = fork();
  /frameworks/native/cmds/installd/
commands.c 691 pid = fork();
    [all...]
  /hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c 407 LogInfo("-d Turns on debug mode. If not specified, the daemon will fork itself");
    [all...]
  /system/core/adb/
commandline.c 582 pid = fork();
585 perror("from fork()");
970 } else if (!strcmp(argv[0], "fork-server")) {
    [all...]
  /system/core/init/
devices.c 799 /* we fork, to avoid making large memory allocations in init proper */
800 pid = fork();
  /system/core/sh/
jobs.c 832 * Fork off a subshell. If we are doing job control, give the subshell its
836 * FORK_FG - Fork off a foreground process.
837 * FORK_BG - Fork off a background process.
852 switch ((pid = fork())) {
854 TRACE(("Fork failed, errno=%d\n", errno));
856 error("Cannot fork");
  /bionic/libc/
Android.mk 135 bionic/fork.c \
  /external/chromium/third_party/libevent/test/
regress.c 535 setup_test("After fork: ");
546 if ((pid = fork()) == 0) {
571 fprintf(stderr, "FAILED (fork)\n");
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/gcov-src/
libgcov.c 670 /* Called before fork or exec - write out profile information gathered so
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/
libgcov.c 670 /* Called before fork or exec - write out profile information gathered so
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/gcov-src/
libgcov.c 670 /* Called before fork or exec - write out profile information gathered so
    [all...]
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/gcov-src/
libgcov.c 670 /* Called before fork or exec - write out profile information gathered so
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/gcov-src/
libgcov.c 670 /* Called before fork or exec - write out profile information gathered so
    [all...]

Completed in 1181 milliseconds

1 2 3 4 5 6 7 8 91011>>