Searched refs:fdn (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/gpl2/xcvs/dist/contrib/ |
| H A D | pvcs2rcs.in | 345 my $fdn = $fh ? $fh : "STDERR"; 347 $fh->fdopen ($fdn, "w"); 359 my $fdn = $fh ? $fh : "STDOUT"; 361 $fh->fdopen ($fdn, "w");
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| H A D | syncprov.c | 197 struct berval *fdn; /* DN of a modified entry, for scope testing */ member 545 fc->fscope = dn_match( fc->fdn, &fc->fss->s_base ); in syncprov_findbase() 549 dnParent( fc->fdn, &pdn ); in syncprov_findbase() 553 fc->fscope = dnIsSuffix( fc->fdn, &fc->fss->s_base ); in syncprov_findbase() 556 fc->fscope = dnIsSuffix( fc->fdn, &fc->fss->s_base ) && in syncprov_findbase() 557 !dn_match( fc->fdn, &fc->fss->s_base ); in syncprov_findbase() 1297 fc.fdn = &op->o_req_ndn; in syncprov_matchops() 1302 else dnParent( fc.fdn, &pdn ); in syncprov_matchops() 1304 fc.fdn = &newdn; in syncprov_matchops() 1312 rc = overlay_entry_get_ov( op, fc.fdn, NULL, NULL, 0, &e, on ); in syncprov_matchops() [all …]
|
| /netbsd-src/sys/ufs/chfs/ |
| H A D | chfs_readinode.c | 469 new_fragment(struct chfs_full_dnode *fdn, uint32_t ofs, uint32_t size) in new_fragment() argument 477 newfrag->node = fdn; in new_fragment()
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | commands | 192 # From: arno <arenevier@fdn.fr>
|
| H A D | printer | 73 # Submitted by: Yves Arrouye <arrouye@marin.fdn.fr>
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | expressionsem.c | 1160 else if (FuncDeclaration *fdn = s->isFuncDeclaration()) in visit() local 1163 if (checkNestedRef(sc->parent, fdn)) in visit() 1166 fdn->toPrettyChars(), cd->toPrettyChars()); in visit()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | expressionsem.d | 3640 else if (auto fdn = s.isFuncDeclaration()) in visit() local 3643 if (!ensureStaticLinkTo(sc.parent, fdn)) in visit() 3646 fdn.toPrettyChars(), cd.toPrettyChars()); in visit()
|