Searched refs:fork (Results 1 - 25 of 83) sorted by relevance
1234
/external/e2fsprogs/lib/ |
H A D | fpopen.c | 96 if ((pid = fork()) < 0) { 97 perror("fork");
|
/external/e2fsprogs/lib/ss/ |
H A D | pager.c | 81 switch(fork()) { 100 #else /* don't fork */
|
H A D | help.c | 109 switch (child = fork()) { 111 ss_perror(sci_idx, errno, "Can't fork for pager");
|
/external/ppp/pppd/plugins/ |
H A D | passprompt.c | 45 if ((kid = fork()) == (pid_t) -1) { 46 warn("Can't fork to run %s", promptprog);
|
/external/clearsilver/util/ |
H A D | neo_server.c | 162 child = fork(); 165 err = nerr_raise_errno(NERR_SYSTEM, "Unable to fork child"); 202 child = fork(); 205 err = nerr_raise_errno(NERR_SYSTEM, "Unable to fork child");
|
H A D | filter.c | 107 if ((rpid = fork ()) == 0) 153 return nerr_raise_errno(NERR_SYSTEM, "Unable to fork for command: %s", cmd);
|
/external/bison/lib/ |
H A D | subpipe.c | 65 # define vfork fork 93 /* System V fork+wait does not work if SIGCHLD is ignored. */ 128 "fork");
|
/external/blktrace/btt/ |
H A D | bno_plot.py | 115 pid = os.fork()
|
/external/dropbear/ |
H A D | cli-authpasswd.c | 67 pid = fork(); 70 TRACE(("fork error"))
|
H A D | compat.c | 165 switch (fork()) {
|
/external/bluetooth/glib/tests/ |
H A D | child-test.c | 80 pid = fork ();
|
H A D | timeloop-basic.c | 131 pid = fork (); 153 fprintf (stderr,"Cannot fork: %s\n", strerror (errno));
|
H A D | timeloop-closure.c | 148 pid = fork (); 171 fprintf (stderr, "Cannot fork: %s\n", g_strerror (errno));
|
H A D | timeloop.c | 146 pid = fork (); 167 fprintf (stderr, "Cannot fork: %s\n", g_strerror (errno));
|
/external/e2fsprogs/misc/ |
H A D | logsave.c | 116 pid = fork(); 240 pid = fork(); 242 perror("fork");
|
/external/chromium/base/ |
H A D | process_util_posix.cc | 318 pid_t pid = fork(); 381 pid = fork(); 386 // and child, and the child sends its task_t to the parent at fork time. 391 pid = fork(); 420 // Obscure fork() rule: in the child, if you don't end up doing exec*(), 641 switch (pid = fork()) { 652 // Obscure fork() rule: in the child, if you don't end up doing exec*(),
|
/external/clearsilver/util/test/ |
H A D | net_test.c | 160 child = fork();
|
/external/oprofile/daemon/ |
H A D | init.c | 166 childpid = fork();
|
/external/webkit/WebKitTools/Scripts/ |
H A D | parallelcl | 170 my $pid = fork();
|
/external/bluetooth/bluez/test/ |
H A D | scotest.c | 174 if (fork()) { 316 if (fork())
|
/external/dnsmasq/src/ |
H A D | helper.c | 19 /* This file has code to fork a helper process which recieves data via a pipe 27 not settable via the pipe, once the fork has taken place it is not alterable by the 60 then fork our process. */ 61 if (pipe(pipefd) == -1 || !fix_fd(pipefd[1]) || (pid = fork()) == -1) 89 /* send error to daemon process if no-fork */ 162 /* possible fork errors are all temporary resource problems */ 163 while ((pid = fork()) == -1 && (errno == EAGAIN || errno == ENOMEM))
|
/external/emma/ant/ant14/com/vladium/emma/ |
H A D | emmajavaTask.java | 66 // fork: 68 log (getTaskName () + ": 'fork=\"false\"' attribute setting ignored (this task always forks)", Project.MSG_WARN); 70 super.setFork (true); // always fork 210 // fork: 298 public final void setFork (final boolean fork) argument 300 m_fork = fork;
|
/external/dbus/tools/ |
H A D | dbus-launch.c | 497 /* We chdir ("/") since we are persistent and daemon-like, and fork 532 ret = fork (); 536 fprintf (stderr, "fork() failed in babysitter: %s\n", 543 /* Parent reaps pre-fork part of bus daemon, then exits and is 825 ret = fork (); 828 fprintf (stderr, "Failed to fork: %s\n", 844 ret = fork (); 847 fprintf (stderr, "Failed to fork: %s\n", 863 /* babysit() will fork *again* 896 "--fork", [all...] |
/external/netperf/ |
H A D | netserver.c | 570 switch (fork()) 651 * Since we cannot fork this process , we cant fire any threads 715 switch (fork()) 758 /* fork. */ 976 /* fork. But hopefully the kernel support will continue to exist */
|
/external/bluetooth/bluez/compat/ |
H A D | dun.c | 159 int pid = fork();
|
Completed in 380 milliseconds
1234