Home
last modified time | relevance | path

Searched refs:mf2 (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dmntfs.c296 mntfs *mf2 = mf; in flush_mntfs() local
298 if (mf2->mf_refc == 0 && mf2->mf_cid) in flush_mntfs()
299 discard_mntfs(mf2); in flush_mntfs()
387 mntfs *mf2; in realloc_mntfs() local
409 mf2 = find_mntfs(ops, mo, mp, info, auto_opts, mopts, remopts); in realloc_mntfs()
411 return mf2; in realloc_mntfs()
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/options/
H A Ddash-I18 $mf2 = substr ($makefile2, index ($makefile2, $pathsep) + 1);
20 include $mf2
/netbsd-src/external/lgpl3/gmp/dist/mpn/x86_64/coreibwl/
H A Dmullo_basecase.asm191 L(mf2): mulx( (up), %r10, %r8)
391 JMPENT( L(mf2), L(mtab))
H A Dsqr_basecase.asm245 L(mf2): mulx( u0, w0, w1) C up[0]^2
H A Dmul_basecase.asm354 JMPENT( L(mf2), L(mtab))
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/
H A Dpackage.d1080 auto mf2 = matchFirst(str2, pat2); variable
1081 assert(mf2.equal(["1/03/12", "1", "03", "12"].map!(to!String)()));
1083 assert(mAll2.front.equal(mf2));
1086 mf2.popFrontN(3);
1087 assert(mf2.equal(["12".to!String()]));