Searched refs:childpid (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dwrap.tcl43 set childpid [pid $t]
44 puts "Script watcher process $parentpid launching $script process $childpid."
45 set childsentinel $testdir/begin.$childpid
81 set f [open $testdir/end.$childpid w]
86 error_check_good "Pipe close ($childpid: $script $argv: logfile $logfile)"\
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/
H A Dmain.c268 struct bftpd_childpid *childpid; local
310 childpid = bftpd_list_get (child_list, i);
311 if (childpid->pid == pid)
313 close (childpid->sock);
315 free (childpid);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dlash.c498 pid_t childpid; local
502 while ((childpid = waitpid(-1, &status, WNOHANG | WUNTRACED)) > 0) {
506 job->progs[prognum].pid != childpid) prognum++;
532 if (childpid == -1 && errno != ECHILD)
H A Dhush.c1514 pid_t childpid; local
1534 while ((childpid = waitpid(-1, &status, attributes)) > 0) {
1540 childpid, WSTOPSIG(status), WEXITSTATUS(status));
1543 childpid, WTERMSIG(status), WEXITSTATUS(status));
1546 childpid, WEXITSTATUS(status));
1553 if (fg_pipe->progs[i].pid == childpid) {
1588 if (pi->progs[prognum].pid == childpid)
1596 debug_printf("checkjobs: pid %d was not in our list!\n", childpid);
1620 if (childpid && errno != ECHILD)

Completed in 103 milliseconds