Home
last modified time | relevance | path

Searched refs:dchild (Results 26 – 36 of 36) sorted by relevance

12

/dports/multimedia/libv4l/linux-5.13-rc2/fs/nfsd/
H A Dnfsproc.c270 struct dentry *dchild; in nfsd_proc_create() local
295 dchild = lookup_one_len(argp->name, dirfhp->fh_dentry, argp->len); in nfsd_proc_create()
296 if (IS_ERR(dchild)) { in nfsd_proc_create()
297 resp->status = nfserrno(PTR_ERR(dchild)); in nfsd_proc_create()
301 resp->status = fh_compose(newfhp, dirfhp->fh_export, dchild, dirfhp); in nfsd_proc_create()
302 if (!resp->status && d_really_is_negative(dchild)) in nfsd_proc_create()
304 dput(dchild); in nfsd_proc_create()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/nfsd/
H A Dnfsproc.c270 struct dentry *dchild; in nfsd_proc_create() local
295 dchild = lookup_one_len(argp->name, dirfhp->fh_dentry, argp->len); in nfsd_proc_create()
296 if (IS_ERR(dchild)) { in nfsd_proc_create()
297 resp->status = nfserrno(PTR_ERR(dchild)); in nfsd_proc_create()
301 resp->status = fh_compose(newfhp, dirfhp->fh_export, dchild, dirfhp); in nfsd_proc_create()
302 if (!resp->status && d_really_is_negative(dchild)) in nfsd_proc_create()
304 dput(dchild); in nfsd_proc_create()
/dports/devel/tclxml/tclxml-3.3/examples/tcldom/
H A Ddomtree-treectrl.tcl742 foreach dchild [dom::node children $dnode] {
743 _add_node $path $id $dchild
879 foreach dchild [dom::node children $dnode] {
880 _add_node $path $id $dchild
H A Ddomtree.tcl1060 foreach dchild [dom::node children $dnode] {
1061 _add_node $path $id $dchild
1197 foreach dchild [dom::node children $dnode] {
1198 _add_node $path $id $dchild
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Dpath-chemistry.cpp699 auto dchild = child->duplicate(dest->document()); in ink_copy_generic_children() local
700 dest->appendChild(dchild); in ink_copy_generic_children()
701 dchild->release(); in ink_copy_generic_children()
/dports/security/shibboleth-sp/shibboleth-sp-3.3.0/shibsp/attribute/resolver/impl/
H A DXMLAttributeExtractor.cpp310 …DOMElement* dchild = XMLHelper::getFirstChildElement(child, shibspconstants::SHIB2ATTRIBUTEMAP_NS,… in XMLExtractorImpl() local
311 if (dchild) { in XMLExtractorImpl()
312 scoped_ptr<xmltooling::QName> q(XMLHelper::getXSIType(dchild)); in XMLExtractorImpl()
314 …ecoder.reset(SPConfig::getConfig().AttributeDecoderManager.newPlugin(*q, dchild, deprecationSuppor… in XMLExtractorImpl()
/dports/www/firefox/firefox-99.0/testing/raptor/raptor/tests/tp6/desktop/
H A Dbrowsertime-tp6.ini30 …m/Acer-A515-46-R14K-Quad-Core-Processor-Backlit/dp/B08VKNVDDR/ref=sr_1_3?dchild=1&keywords=laptop&…
/dports/x11-wm/durden/durden-0.6.1/durden/
H A Dtiler.lua1071 local dchild = {};
1072 visible_children(node, dchild);
1073 if (#dchild == 0) then
1078 for i=1,#dchild do
1079 local d = get_depth(dchild[i], depth + 1);
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/libs/gui_tk/
H A Dgui_tk.cpp953 …Drawable dchild(d,border_left,border_top,width-border_left-border_right,height-border_top-border_b…
957 Drawable cd(dchild,child->getX(),child->getY(),child->getWidth(),child->getHeight());
/dports/emulators/dosbox/dosbox-0.74-3/src/libs/gui_tk/
H A Dgui_tk.cpp954 …Drawable dchild(d,border_left,border_top,width-border_left-border_right,height-border_top-border_b…
958 Drawable cd(dchild,child->getX(),child->getY(),child->getWidth(),child->getHeight());
/dports/www/firefox/firefox-99.0/testing/perfdocs/generated/
H A Draptor.rst7634 …m/Acer-A515-46-R14K-Quad-Core-Processor-Backlit/dp/B08VKNVDDR/ref=sr_1_3?dchild=1&keywords=laptop&…

12