Searched refs:child (Results 251 - 275 of 707) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dargp-help.c395 according to the order in which they occurred in the parent argp's child
510 associated argp child list entry), INDEX, and PARENT, and return a pointer
717 /* Return true if CL1 is a child of CL2. */
1407 const struct argp_child *child = argp->children;
1409 if (child)
1410 while (child->argp) local
1413 ((child->group || child->header)
1415 ? hol_add_cluster (hol, child->group, child
1386 const struct argp_child *child = argp->children; local
1433 const struct argp_child *child = argp->children; local
1500 const struct argp_child *child = argp->children; local
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/dbinc_auto/
H A Dfileops_auto.h60 u_int32_t child; member in struct:___fop_file_remove_args
H A Dtxn_auto.h54 u_int32_t child; member in struct:___txn_child_args
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/Proxy/
H A DEngine.pm70 HTTP::Proxy::Engine - Generic child process manager engine for HTTP::Proxy
123 It defines how child processes are forked, checked and killed.
129 connections. The child must call $self->proxy->serve_connections()
156 the maximum number of forked child process.
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/Proxy/
H A DEngine.pm70 HTTP::Proxy::Engine - Generic child process manager engine for HTTP::Proxy
123 It defines how child processes are forked, checked and killed.
129 connections. The child must call C<< $self->proxy->serve_connections() >>
156 the maximum number of forked child process.
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dlocutil.cpp253 LocaleUtility::isFallbackOf(const UnicodeString& root, const UnicodeString& child) argument
255 return child.indexOf(root) == 0 &&
256 (child.length() == root.length() ||
257 child.charAt(root.length()) == UNDERSCORE_CHAR);
/macosx-10.10.1/IOKitUser-1050.1.21/
H A Diodisplayregistry.c120 io_registry_entry_t child; local
134 child = IOIteratorNext(children); ///ok
135 hasChildren = child ? true : false;
186 traverse(options, plane, children, child, depth + 1, stackOfBits);
/macosx-10.10.1/JavaScriptCore-7600.1.17/API/tests/
H A DJSNode.c52 Node* child = JSObjectGetPrivate(JSValueToObject(context, arguments[0], NULL)); local
54 Node_appendChild(node, child);
69 Node* child = JSObjectGetPrivate(JSValueToObject(context, arguments[0], exception)); local
71 Node_removeChild(node, child);
/macosx-10.10.1/JavaScriptCore-7600.1.17/profiler/
H A DProfileNode.cpp89 RefPtr<ProfileNode> child = prpChild; local
90 child->setParent(this);
92 m_children.last()->setNextSibling(child.get());
93 m_children.append(child.release());
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_manifest/lib/
H A DSecureDownloadInternal.c398 // convenience function to find the first child element
410 // returns the string value of the specified child node
413 CFXMLTreeRef child = getChildWithName(tree, inNamespaces, namespace, name); local
414 if (child) result = copyTreeString(child);
418 // returns the integer value of the specified child node
421 CFXMLTreeRef child = getChildWithName(tree, inNamespaces, namespace, name); local
422 if (child) {
423 CFStringRef str = copyTreeString(child);
433 // returns an array of URLs aggregated from the child
441 CFXMLTreeRef child = (CFXMLTreeRef)CFArrayGetValueAtIndex(children, i); local
460 CFXMLTreeRef child = getChildWithName(tree, inNamespaces, namespace, name); local
485 CFXMLTreeRef child = getChildWithName(tree, inNamespaces, namespace, name); local
599 CFXMLTreeRef child; local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DGroupTransform.h36 void ChildStartedFinalization(Transform *child);
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DIndexedDatabaseObjectStoreContentView.css52 .content-view.indexed-database-object-store > .data-grid table.data tr:nth-child(even) {
56 .content-view.indexed-database-object-store > .data-grid table.data tr:nth-child(odd) {
/macosx-10.10.1/dtrace-147/libctf/
H A Dctf_open.c321 * We initially determine whether the container is a child or a parent
324 * to values in the range reserved for child types in our first pass.
326 int child = cth->cth_parname != 0; local
364 child |= CTF_TYPE_ISCHILD(mp->ctm_type);
371 child |=
398 child |= CTF_TYPE_ISCHILD(tp->ctt_type);
410 * If we detected a reference to a child type ID, then we know this
411 * container is a child and may have a parent's types imported later.
413 if (child) {
414 ctf_dprintf("CTF container %p is a child\
[all...]
/macosx-10.10.1/file_cmds-242/mtree/
H A Dmtree.h42 struct _node *parent, *child; /* up, down */ member in struct:_node
/macosx-10.10.1/libxml2-26/libxml2/python/tests/
H A Dnsdel.py45 # Remove a namespace refered to by a child
49 child = root.newChild(namespace, "child", None) variable
/macosx-10.10.1/msdosfs-209.1.1/fsck_msdos.tproj/
H A Ddosfs.h145 *child; /* if this is a directory */ member in struct:dosDirEntry
/macosx-10.10.1/procmail-14/procmail/src/
H A Dformail.h22 extern pid_t child;
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/python/tests/
H A Dnsdel.py45 # Remove a namespace refered to by a child
49 child = root.newChild(namespace, "child", None) variable
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_signal.rb204 error = IO.popen([EnvUtil.rubybin, "-e", <<EOS, t.path, :err => File::NULL]) do |child|
219 Marshal.load(child)
247 IO.popen([EnvUtil.rubybin, "-e", <<EOS, :err => File::NULL]) do |child|
258 signame = Marshal.load(child)
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_peg_to_peg.tcl243 lassign $arguments child
244 lassign $child text def
251 lassign $arguments child
252 lassign $child text def
259 # x out if only one child
274 # also, cut / out if only one child
/macosx-10.10.1/xnu-2782.1.97/bsd/dev/dtrace/
H A Ddtrace_ptss.c278 * The child proc ptss fields are initialized to NULL at fork time.
282 * Parent and child sprlock should be held, and proc_lock must NOT be held.
285 dtrace_ptss_fork(struct proc* parent, struct proc* child) { argument
286 // The child should not have any pages/entries allocated at this point.
287 // ASSERT(child->p_dtrace_ptss_pages == NULL);
288 // ASSERT(child->p_dtrace_ptss_free_list == NULL);
292 * from changing while the child references it. The child's sprlock
295 * neither the parent or child proc_lock should be held.
299 lck_mtx_assert(&child
[all...]
/macosx-10.10.1/libxslt-13/libxslt/libxslt/
H A Dxslt.c4025 xmlNodePtr child = elem->children; local
4027 if (child->type == XML_ELEMENT_NODE) {
4028 if (IS_XSLT_ELEM_FAST(child)) {
4029 if (xmlStrEqual(child->name, BAD_CAST "with-param")) {
4031 xsltParseAnyXSLTElem(cctxt, child);
4032 } else if (xmlStrEqual(child->name, BAD_CAST "sort")) {
4034 xsltParseAnyXSLTElem(cctxt, child);
4036 xsltParseContentError(cctxt->style, child);
4038 xsltParseContentError(cctxt->style, child);
4040 child
4048 xmlNodePtr child = elem->children; local
4071 xmlNodePtr child = elem->children; local
4087 xmlNodePtr child = elem->children; local
4115 xmlNodePtr child = elem->children; local
4179 xmlNodePtr child = elem->children; local
4333 xmlNodePtr child = node->children; local
4805 xmlNodePtr child = templ->children; local
4817 xsltParseAnyXSLTElem(XSLT_CCTXT(style), child); local
4825 xsltParseSequenceConstructor(XSLT_CCTXT(style), child); local
6871 xmlNodePtr child; local
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Drecd012.tcl131 set child [open "|$tclsh_path" w]
135 puts $child "load $tcllib"
136 puts $child "set fixed_len $fixed_len"
137 puts $child "source $src_root/test/testutils.tcl"
138 puts $child "source $src_root/test/recd$tnum.tcl"
144 puts $child "recd012_dochild {$env_cmd} $rnd $i $niniter\
146 close $child
/macosx-10.10.1/bless-103/libbless/Misc/
H A DBLCreateBooterInformationDictionary.c350 io_service_t child; local
461 contextprintf(context, kBLLogLevelError, "Could not get child iterator for parent\n" );
465 while((child = IOIteratorNext(childIterator)) != IO_OBJECT_NULL) {
468 childContent = IORegistryEntryCreateCFProperty(child, CFSTR(kIOMediaContentKey), kCFAllocatorDefault, 0);
473 CFNumberRef childPartitionID = IORegistryEntryCreateCFProperty(child, CFSTR(kIOMediaPartitionIDKey), kCFAllocatorDefault, 0);
476 childBSDName = IORegistryEntryCreateCFProperty(child, CFSTR(kIOBSDNameKey), kCFAllocatorDefault, 0);
489 childBSDName = IORegistryEntryCreateCFProperty(child, CFSTR(kIOBSDNameKey), kCFAllocatorDefault, 0);
507 IOObjectRelease(child);
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dcus-theme.el363 (child (car-safe (widget-get (cdr spec) :children)))
364 (value (if child
365 (widget-value child)
394 (child (car-safe (widget-get (cdr spec) :children)))
395 (value (if child (widget-value child))))
396 (when (and (facep symbol) child)

Completed in 213 milliseconds

<<11121314151617181920>>