Lines Matching full:dll
766 { { FPL("foo.dll"), FPL("txt") }, FPL("footxt.dll") },
768 { { FPL("foo.dll"), FPL(".txt") }, FPL("foo.txt.dll") },
771 { { FPL("foo.baz.dll"), FPL("txt") }, FPL("foo.baztxt.dll") },
772 { { FPL("foo.baz.dll"), FPL(".txt") }, FPL("foo.baz.txt.dll") },
773 { { FPL("foo.dll"), FPL("") }, FPL("foo.dll") },
774 { { FPL("foo.dll"), FPL(".") }, FPL("foo..dll") },
777 { { FPL("foo.baz.dll"), FPL("") }, FPL("foo.baz.dll") },
778 { { FPL("foo.baz.dll"), FPL(".") }, FPL("foo.baz..dll") },
785 { { FPL("C:\\bar\\foo.dll"), FPL("txt") },
786 FPL("C:\\bar\\footxt.dll") },
789 { { FPL("C:\\bar.baz\\foo.dll"), FPL("txt") },
790 FPL("C:\\bar.baz\\footxt.dll") },
791 { { FPL("C:\\bar.baz\\foo.dll.exe"), FPL("txt") },
797 { { FPL("C:\\bar.baz\\foo.dll.exe"), FPL("") },
798 FPL("C:\\bar.baz\\foo.dll.exe") },
809 { { FPL("/bar/foo.dll"), FPL("txt") }, FPL("/bar/footxt.dll") },
811 { { FPL("/bar.baz/foo.dll"), FPL("txt") }, FPL("/bar.baz/footxt.dll") },
812 { { FPL("/bar.baz/foo.dll.exe"), FPL("txt") },
816 { { FPL("/bar.baz/foo.dll.exe"), FPL("") }, FPL("/bar.baz/foo.dll.exe") },
833 { FPL("foo.dll"), FPL("foo") },
834 { FPL("./foo.dll"), FPL("./foo") },
835 { FPL("foo..dll"), FPL("foo.") },
839 { FPL("foo.baz.dll"), FPL("foo.baz") },
863 { { FPL("foo.dll"), FPL("txt") }, FPL("foo.txt") },
864 { { FPL("./foo.dll"), FPL("txt") }, FPL("./foo.txt") },
865 { { FPL("foo..dll"), FPL("txt") }, FPL("foo..txt") },
866 { { FPL("foo.dll"), FPL(".txt") }, FPL("foo.txt") },
871 { { FPL("foo.baz.dll"), FPL("txt") }, FPL("foo.baz.txt") },
872 { { FPL("foo.baz.dll"), FPL(".txt") }, FPL("foo.baz.txt") },
873 { { FPL("foo.dll"), FPL("") }, FPL("foo") },
874 { { FPL("foo.dll"), FPL(".") }, FPL("foo") },
877 { { FPL("foo.baz.dll"), FPL("") }, FPL("foo.baz") },
878 { { FPL("foo.baz.dll"), FPL(".") }, FPL("foo.baz") },
900 { { FPL("foo.txt"), FPL(".dll") }, false},
902 { { FPL("foo.txt.dll"), FPL(".txt") }, false},
903 { { FPL("foo.txt.dll"), FPL(".dll") }, true},
911 { { FPL("c:/foo.txt.dll"), FPL(".txt") }, false},
915 { { FPL("c:\\bar\\foo.txt.dll"), FPL(".txt") }, false},
918 { { FPL("/bar/foo.txt.dll"), FPL(".txt") }, false},