Searched refs:child (Results 201 - 225 of 707) sorted by relevance

1234567891011>>

/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dunixchild.h26 // unixchild - low-level UNIX process child management
45 // A Child object represents a (potential) fork-child of your process.
65 invalid // system says we're all confused about this child
74 State check(); // update status on (just) this child and return new state
77 void kill(int signal); // send signal to child (if alive)
85 int exitSignal() const; // signal that killed child; valid only if bySignal()
86 bool coreDumped() const; // child dumped core when it died
89 virtual void childAction() = 0; // called in child after fork()
91 virtual void dying(); // called when child is confirmed dead
93 void abandon(); // cut a living child loos
107 add(Child *child) argument
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dunixchild.h26 // unixchild - low-level UNIX process child management
45 // A Child object represents a (potential) fork-child of your process.
65 invalid // system says we're all confused about this child
74 State check(); // update status on (just) this child and return new state
77 void kill(int signal); // send signal to child (if alive)
85 int exitSignal() const; // signal that killed child; valid only if bySignal()
86 bool coreDumped() const; // child dumped core when it died
89 virtual void childAction() = 0; // called in child after fork()
91 virtual void dying(); // called when child is confirmed dead
93 void abandon(); // cut a living child loos
107 add(Child *child) argument
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/dlv/ns3/
H A Dsign.sh32 infile=child.db.in
47 infile=child.db.in
62 infile=child.db.in
77 infile=child.db.in
92 infile=child.db.in
106 infile=child.db.in
120 infile=child.db.in
134 infile=child.db.in
148 infile=child.db.in
164 infile=child
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/dlv/ns6/
H A Dsign.sh27 infile=child.db.in
41 infile=child.db.in
56 infile=child.db.in
71 infile=child.db.in
86 infile=child.db.in
101 infile=child.db.in
116 infile=child.db.in
130 infile=child.db.in
144 infile=child.db.in
158 infile=child
[all...]
/macosx-10.10.1/CPANInternal-159.1/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/Visitor/
H A DVariableDepthClone.pm69 foreach my $child ($tree->getAllChildren()) {
70 my $cloned_child = blessed($child)->new();
72 Tree::Simple::_cloneNode($child->getNodeValue())
74 $filter->($child, $cloned_child) if defined $filter;
76 $self->_cloneTree($child, $cloned_child, $depth - 1, $filter) unless $child->isLeaf();
H A DToNestedArray.pm45 foreach my $child ($tree->getAllChildren()) {
46 push @{$accumulator} => (defined($filter) ? $filter->($child) : $child->getNodeValue());
47 push @{$accumulator} => $self->_buildArray($child, [], $filter) unless $child->isLeaf();
H A DToNestedHash.pm44 foreach my $child ($tree->getAllChildren()) {
46 my $node_key = (defined($filter) ? $filter->($child) : $child->getNodeValue());
47 $self->_buildHash($child, $node_value, $filter) unless $child->isLeaf();
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/gpx/
H A Dgpx.tcl260 foreach child [$node childNodes] {
261 set nodeName [$child nodeName]
267 set attr [::gpx::_GetAllAttributes $child]
270 set attr [::gpx::_GetAllAttributes $child]
271 set meta [::gpx::_ExtractNodeMetadata $token $child]
275 lappend result $nodeName [$child asText]
/macosx-10.10.1/BerkeleyDB-21/db/btree/
H A Dbt_verify.c394 VRFY_CHILDINFO child; local
403 memset(&child, 0, sizeof(VRFY_CHILDINFO));
454 child.pgno = ri->pgno;
455 child.type = V_RECNO;
456 child.nrecs = ri->nrecs;
457 if ((ret = __db_vrfy_childput(vdp, pgno, &child)) != 0)
512 VRFY_CHILDINFO child; local
525 memset(&child, 0, sizeof(VRFY_CHILDINFO));
718 /* Don't save as a child. */
728 /* Don't save as a child
1281 VRFY_CHILDINFO *child; local
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGConstantFoldingPhase.cpp163 Node* child = childEdge.node(); local
166 Structure* structure = m_state.forNode(child).bestProvenStructure();
187 Node* child = childEdge.node(); local
190 Structure* structure = m_state.forNode(child).bestProvenStructure();
209 Node* child = childEdge.node(); local
215 Structure* structure = m_state.forNode(child).bestProvenStructure();
237 Node* child = childEdge.node(); local
242 Structure* structure = m_state.forNode(child).bestProvenStructure();
337 Node* child = childEdge.node(); local
339 bool needsWatchpoint = !m_state.forNode(child)
387 Node* child = childEdge.node(); local
[all...]
/macosx-10.10.1/apache-793/httpd/modules/mappers/
H A Dmod_vhost_alias.c87 mva_sconf_t *child = (mva_sconf_t *) childv; local
91 if (child->doc_root_mode == VHOST_ALIAS_UNSET) {
96 conf->doc_root_mode = child->doc_root_mode;
97 conf->doc_root = child->doc_root;
99 if (child->cgi_root_mode == VHOST_ALIAS_UNSET) {
104 conf->cgi_root_mode = child->cgi_root_mode;
105 conf->cgi_root = child->cgi_root;
/macosx-10.10.1/dtrace-147/libdwarf/
H A Dpro_die.c55 parent,child,left,right: specify neighbors of the new die. Only
62 Dwarf_P_Die child,
79 dwarf_die_link(new_die, parent, child, left, right, error);
85 parent,child,left,right: specify neighbors of the new die. Only
91 Dwarf_P_Die child,
100 if (parent->di_child) { /* got to traverse the child's siblings
112 if (child != NULL) {
114 new_die->di_child = child;
115 if (child->di_parent) {
119 child
59 dwarf_new_die(Dwarf_P_Debug dbg, Dwarf_Tag tag, Dwarf_P_Die parent, Dwarf_P_Die child, Dwarf_P_Die left, Dwarf_P_Die right, Dwarf_Error * error) argument
89 dwarf_die_link(Dwarf_P_Die new_die, Dwarf_P_Die parent, Dwarf_P_Die child, Dwarf_P_Die left, Dwarf_P_Die right, Dwarf_Error * error) argument
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclsoap/tclsoap/
H A Dutils.tcl132 # If all the child element names are the same, it's an array
148 # get a list of the child elements of this base element.
151 # if no child element - return the value.
157 foreach child $child_elements {
158 lappend result [decomposeSoap $child]
161 foreach child $child_elements {
162 lappend result [nodeName $child] [decomposeSoap $child]
239 # If there are child elements then recursively call this procedure on each
240 # child elemen
[all...]
/macosx-10.10.1/tcl-105/tk/tk/library/
H A Dmenu.tcl956 set windowlist [winfo child $w]
958 foreach child $windowlist {
960 if {[winfo toplevel $w] ne [winfo toplevel $child]} {
963 if {[winfo class $child] eq "Menu" && \
964 [$child cget -type] eq "menubar"} {
966 return $child
968 set last [$child index last]
969 for {set i [$child cget -tearoff]} {$i <= $last} {incr i} {
970 if {[$child type $i] eq "separator"} {
973 set char2 [string index [$child entrycge
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/library/
H A Dmenu.tcl930 set windowlist [winfo child $w]
932 foreach child $windowlist {
934 if {[winfo toplevel $w] ne [winfo toplevel $child]} {
937 if {[winfo class $child] eq "Menu" && [$child cget -type] eq "menubar"} {
939 return $child
941 set last [$child index last]
942 for {set i [$child cget -tearoff]} {$i <= $last} {incr i} {
943 if {[$child type $i] eq "separator"} {
946 set char2 [string index [$child entrycge
[all...]
/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dmovewindow.c69 WINDOW *child; /* the actual value */ member in struct:__anon10993
247 add_window(WINDOW *parent, WINDOW *child) argument
252 keypad(child, TRUE);
257 all_windows[num_windows].child = child;
267 if (win == all_windows[n].child) {
298 if (all_windows[n].child != win) {
299 repaint_one(all_windows[n].child);
314 result = all_windows[n % num_windows].child;
330 result = all_windows[n % num_windows].child;
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tcldom/library/
H A Ddomimpl.tcl106 # Lists, such as child node lists, are Tcl list variables (ie scalar)
212 # Initialise child node list
823 set child ${docArrayName}($id)
885 set parent(document:documentElement) $child
891 lappend $parent(node:childNodes) $child
895 return $child
926 set child ${docArrayName}($id)
945 lappend $parent(node:childNodes) $child
949 return $child
980 set child
[all...]
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDElementPrivate.cpp515 bool IOHIDElementPrivate::addChildElement( IOHIDElementPrivate * child, bool arrayHeader) argument
535 if ( (child->_type != kIOHIDElementTypeCollection) &&
536 IsArrayElement(child) &&
537 !IsArrayElementTheReportHandler(child) &&
538 (arrayHeader || !IsDuplicateElement(child)))
551 snprintf(uniqueID, sizeof(uniqueID), "%4.4x%4.4x%4.4x", (unsigned)child->_type, (unsigned)child->_reportStartBit, (unsigned)child->_reportID);
557 child->_arrayReportHandler = arrayReportHandler;
562 // the child
597 arrayHandlerElement( IOHIDDevice * owner, IOHIDElementType type, IOHIDElementPrivate * child, IOHIDElementPrivate * parent) argument
[all...]
/macosx-10.10.1/tcl-105/tk/tk/win/
H A DtkWinTest.c252 HWND child = 0;
296 child = GetWindow(hwnd, GW_CHILD);
297 while (child != NULL) {
298 SendMessage(child, WM_GETTEXT, (WPARAM) sizeof(buf), (LPARAM) buf);
300 id = GetDlgCtrlID(child);
303 child = GetWindow(child, GW_HWNDNEXT);
305 if (child == NULL) {
348 lParam = (LPARAM)child;
248 HWND child = 0; local
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/Proxy/Engine/
H A DScoreBoard.pm84 "Reaped child process $kid" );
114 my $child = fork();
115 if ( !defined $child ) {
119 if ($child) {
121 "Forked child process $child" );
122 $kids->{$child} = "I";
125 else { # child process
142 "Killing idle child process $victim" );
165 "Reaped child proces
[all...]
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/Proxy/Engine/
H A DScoreBoard.pm84 "Reaped child process $kid" );
114 my $child = fork();
115 if ( !defined $child ) {
119 if ($child) {
121 "Forked child process $child" );
122 $kids->{$child} = "I";
125 else { # child process
142 "Killing idle child process $victim" );
165 "Reaped child proces
[all...]
/macosx-10.10.1/IOFireWireIP-226.2/KernelSource/IOKit/
H A DIOFireWireIPUnit.cpp263 IORegistryEntry *child = NULL; local
266 while((child = (IORegistryEntry*)childIterator->getNextObject()))
268 if(strncmp(child->getName(gIOServicePlane), "IOFWIPBusInterface", strlen("IOFWIPBusInterface")) == 0)
277 if(child)
278 fwBusInterface = OSDynamicCast(IOFWIPBusInterface, child);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/Unix/
H A DProgram.inc236 // Create a child process.
237 int child = fork();
238 switch (child) {
293 Data_ = reinterpret_cast<void*>(child);
322 // Parent process: Wait for the child process to terminate.
325 pid_t child = static_cast<pid_t>(pid);
326 while (waitpid(pid, &status, 0) != child)
328 // Kill the child.
329 kill(child, SIGKILL);
335 // Wait for child t
[all...]
/macosx-10.10.1/shell_cmds-179/script/
H A Dscript.c73 int child; variable
159 child = fork();
160 if (child < 0) {
164 if (child == 0)
234 if (pid == child) {
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/
H A Dtree1.tcl75 # Set up root node's child list
141 # Return the child list for a given node of a tree.
196 foreach child $childNodes {
197 set newChildren [linsert $newChildren $index $child]
198 set parent($child) $parentNode
240 foreach child $children($node) {
241 lappend st $child
249 foreach child $children($node) {
250 lappend st $child
653 # the rightmost child o
[all...]

Completed in 296 milliseconds

1234567891011>>