Searched refs:child (Results 76 - 100 of 707) sorted by relevance

1234567891011>>

/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCDPlugin.c63 * Mach port used to notify runloop when a child process
69 * The following dictionaries contain information about child
120 * send message to indicate that at least one child is ready
178 /* if not this child */
200 childInfoRef child = reapedChildren; local
203 (*child->callout)(child->pid,
204 child->status,
205 &child->rusage,
206 child
367 childInfoRef child; local
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/sfio/
H A Dsfpopen.c183 int stdio, parent[2], child[2];
202 parent[0] = parent[1] = child[0] = child[1] = -1;
206 if((sflags&SF_RDWR) == SF_RDWR && syspipef(child) < 0)
231 { CLOSE(child[!ckeep]);
232 SETCLOEXEC(child[ckeep]);
237 fd = (sflags&SF_RDWR) == SF_RDWR ? child[ckeep] : -1;
245 case 0 : /* in child process */
255 CLOSE(child[!ckeep]);
262 if((sflags&SF_RDWR) == SF_RDWR && pkeep == child[ckee
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/tree/
H A Dtn.c42 n->child = NULL;
75 if (n->child) {
81 tn_delete (n->child [i]);
82 n->child [i] = NULL;
84 ckfree ((char*) n->child);
86 n->child = NULL;
209 tn_structure (n->child [i], depth);
211 h = n->child [i]->height;
256 ckfree ((char*) p->child);
257 p->child
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/stub/
H A Dtests.sh27 $DIG +tcp data.child.example. @10.53.0.3 axfr -p 5300 > dig.out.ns3 || ret=1
35 $DIG +tcp +norec data.child.example. \
46 $DIG +tcp data.child.example. @10.53.0.3 txt -p 5300 > dig.out.ns3 || ret=1
/macosx-10.10.1/emacs-93/emacs/nt/
H A Drunemacs.c53 PROCESS_INFORMATION child; local
156 NULL, NULL, &start, &child))
160 WaitForSingleObject (child.hProcess, INFINITE);
161 GetExitCodeProcess (child.hProcess, &ret_code);
163 CloseHandle (child.hThread);
164 CloseHandle (child.hProcess);
/macosx-10.10.1/ruby-106/ruby/lib/rexml/
H A Dparent.rb1 require "rexml/child"
56 # Fetches a child at a given index
57 # @param index the Integer index of the child to fetch
69 # @param child if opt is an Integer, this is the child to set
76 # Inserts an child before another child
78 # child2 will be inserted before child1 in the child list of the parent.
79 # If an xpath, child2 will be inserted before the first child to match
81 # @param child2 the child t
[all...]
H A Dchild.rb15 # if supplied, the parent of this child will be set to the
28 def replace_with( child )
29 @parent.replace_child( self, child )
33 # Removes this child from the parent.
43 # Sets the parent of this child to the supplied argument.
47 # existing parent of this child, no action is taken. Otherwise, this
48 # child is removed from the current parent (if one exists), and is added
60 # Sets the next sibling of this child. This can be used to insert a child
61 # after some other child
[all...]
/macosx-10.10.1/tcsh-65/tcsh/win32/
H A DCODING6 1. heap_alloc()/heap_free(), if the memory will never be acessed in a child
10 2. xmalloc()/xfree(), if the memory is to be inherited by a child process.
11 this is allocated from a seperate heap and is copied to the child during fork().
/macosx-10.10.1/tidy-15.15/tidy/src/
H A Dclean.c556 the head node should be first child of html node
566 Node *child; local
578 for (child = node->content; child; child = child->next)
579 child->parent = node;
583 used to strip child of node when
584 the node has one and only one child
588 Node *child; local
692 MergeClasses(TidyDocImpl* doc, Node *node, Node *child) argument
737 MergeStyles(TidyDocImpl* doc, Node *node, Node *child) argument
958 Node *child; local
1040 CopyAttrs( TidyDocImpl* doc, Node *node, Node *child) argument
1093 Node *child; local
1122 Node *child, *list; local
1237 Node *child; local
1284 Node *child; local
1431 Node *child; local
1445 Node *child; local
2088 Node *child; local
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/miscfs/mockfs/
H A Dmockfs_fsnode.c161 * Given two nodes (parent, child), makes one node the child of the other node.
165 int mockfs_fsnode_adopt(mockfs_fsnode_t parent, mockfs_fsnode_t child) argument
172 * The child must be an orphan, and the parent cannot be the child.
174 if ((!parent || !child || child->parent) && (parent != child)) {
182 if (parent->mnt != child->mnt) {
193 * Can the parent support another child (foo
262 mockfs_fsnode_child_by_type(mockfs_fsnode_t parent, uint8_t type, mockfs_fsnode_t * child) argument
[all...]
H A Dmockfs_fsnode.h78 int mockfs_fsnode_adopt(mockfs_fsnode_t parent, mockfs_fsnode_t child);
80 int mockfs_fsnode_child_by_type(mockfs_fsnode_t parent, uint8_t type, mockfs_fsnode_t * child);
/macosx-10.10.1/JavaScriptCore-7600.1.17/offlineasm/
H A Dtransform.rb37 | child |
38 child.resolveSettings(settings)
75 (not @child.resolveSettings(settings).value).asNode
117 | child |
118 child.demacroify(macros)
124 | child |
125 child.substitute(mapping)
131 | child |
132 child.substituteLabels(mapping)
147 | child |
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Dtxn014.tcl8 # TEST Test of parent and child txns working on the same database.
11 # TEST Start a child txn of the 1st txn.
12 # TEST Verify that the parent txn is disabled while child is open.
13 # TEST 1. Child reads contents with child handle (should succeed).
16 # TEST and that the child txn cannot.
17 # TEST Return to the child txn.
18 # TEST 3. Child writes with child handle (should succeed).
21 # TEST Commit the child, verify that the parent can write again.
22 # TEST Check contents of database with a second child.
27 puts "Txn$tnum: Test use of parent and child txn
[all...]
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Config/
H A DDOMConfigurator.pm120 for my $child ($node->getChildNodes) {
121 next unless $child->getNodeType == ELEMENT_NODE;
123 my $name = subst($child->getAttribute('name'));
126 foreach my $grandkid ($child->getChildNodes){
172 for my $child ($node->getChildNodes) {
174 if ($child->getNodeType == ELEMENT_NODE){
176 my $tag_name = $child->getTagName();
179 &parse_any_param($l4p_branch, $child);
181 }elsif ($child->getNodeType == TEXT_NODE){
182 my $text = $child
[all...]
/macosx-10.10.1/bind9-45.101/bind9/contrib/zkt/
H A Ddomaincmp.c140 ** int issubdomain ("child", "parent")
142 ** "child" and "parent" are standardized domain names in such
146 ** returns 1 if "child" is a subdomain of "parent"
147 ** returns 0 if "child" is not a subdomain of "parent"
150 int issubdomain (const char *child, const char *parent) argument
158 if ( !child || !parent || *child == '\0' || *parent == '\0' )
172 for ( p = child; *p; p++ )
179 if ( ccnt == 0 ) /* child is not a fqdn or is not deep enough ? */
184 if ( pcnt >= ccnt ) /* parent has more levels than child
207 isparentdomain(const char *child, const char *parent, int level) argument
[all...]
/macosx-10.10.1/configd-699.1.5/Plugins/KernelEventMonitor/
H A Dev_extra.m47 SCNetworkInterfaceRef child;
49 child = SCNetworkInterfaceGetInterface(interface);
50 if (child == NULL) {
54 interface = child;
/macosx-10.10.1/dtrace-147/test/tst/common/profile-n/
H A Dtst.func.ksh61 child=$!
78 kill $child
H A Dtst.mod.ksh61 child=$!
74 kill $child
H A Dtst.sym.ksh61 child=$!
74 kill $child
/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DX86DisassemblerTables.cpp32 /// @param child - The class that may be the subset
34 /// @return - True if child is a subset of parent, false otherwise.
35 static inline bool inheritsFrom(InstructionContext child, argument
38 if (child == parent)
43 return(inheritsFrom(child, IC_64BIT) ||
44 inheritsFrom(child, IC_OPSIZE) ||
45 inheritsFrom(child, IC_ADSIZE) ||
46 inheritsFrom(child, IC_XD) ||
47 inheritsFrom(child, IC_XS));
49 return(inheritsFrom(child, IC_64BIT_REX
[all...]
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSMacOSX/PreferencePane/
H A DPrivilegedOperations.c61 pid_t child; local
63 child = vfork();
64 if (child == 0)
71 return child;
147 pid_t child; local
183 child = execTool(args);
184 if (child > 0) {
186 waitpid(child, &status, 0);
189 //fprintf(stderr, "child exited; status = %d (%ld)\n", status, err);
/macosx-10.10.1/ncurses-44/ncurses/ncurses/base/
H A Dkey_defined.c46 if (str[1] == '\0' && ptr->child != 0) {
48 } else if ((result = find_definition(ptr->child, str + 1))
/macosx-10.10.1/ncurses-44/ncurses/ncurses/trace/
H A Dtrace_tries.c60 if (tree->child)
61 recur_tries(tree->child, level + 1);
/macosx-10.10.1/ruby-106/ruby/lib/rexml/formatters/
H A Dtransitive.rb41 node.children.each { |child|
42 write( child, output )
/macosx-10.10.1/CPANInternal-159.1/Heap-0.80/lib/Heap/
H A DBinomial.pm55 hdump( $ch = $el->{child},
83 for( $cel = $pel->{child}; $cel; $cel = $cel->{sib} ) {
188 $mel->{p} = $mel->{child} = $mel->{sib} = $mel->{val} = undef;
293 child => undef,
307 $ch = $el->{child} and elem_DESTROY $ch;
311 $el->{child} = $el->{sib} = $el->{p} = $el->{val} = undef;
321 $el->{sib} = $p->{child};
322 $p->{child} = $el;
405 my $child = $el->{child};
[all...]

Completed in 183 milliseconds

1234567891011>>