Home
last modified time | relevance | path

Searched defs:globTest (Results 1 – 22 of 22) sorted by relevance

/dports/lang/gcc8/gcc-8.5.0/libgo/go/path/filepath/
H A Dmatch_test.go215 type globTest struct { struct
216 pattern string
217 matches []string
220 func (test *globTest) buildWant(root string) []string {
229 func (test *globTest) globAbs(root, rootPattern string) error {
243 func (test *globTest) globRel(root string) error {
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/path/filepath/
H A Dmatch_test.go214 type globTest struct { struct
215 pattern string
216 matches []string
219 func (test *globTest) buildWant(root string) []string {
228 func (test *globTest) globAbs(root, rootPattern string) error {
242 func (test *globTest) globRel(root string) error {
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/path/filepath/
H A Dmatch_test.go215 type globTest struct { struct
216 pattern string
217 matches []string
220 func (test *globTest) buildWant(root string) []string {
229 func (test *globTest) globAbs(root, rootPattern string) error {
243 func (test *globTest) globRel(root string) error {
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/path/filepath/
H A Dmatch_test.go215 type globTest struct { struct
216 pattern string
217 matches []string
220 func (test *globTest) buildWant(root string) []string {
229 func (test *globTest) globAbs(root, rootPattern string) error {
243 func (test *globTest) globRel(root string) error {
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/path/filepath/
H A Dmatch_test.go215 type globTest struct { struct
216 pattern string
217 matches []string
220 func (test *globTest) buildWant(root string) []string {
229 func (test *globTest) globAbs(root, rootPattern string) error {
243 func (test *globTest) globRel(root string) error {
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/path/filepath/
H A Dmatch_test.go215 type globTest struct { struct
216 pattern string
217 matches []string
220 func (test *globTest) buildWant(root string) []string {
229 func (test *globTest) globAbs(root, rootPattern string) error {
243 func (test *globTest) globRel(root string) error {
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/path/filepath/
H A Dmatch_test.go215 type globTest struct { struct
216 pattern string
217 matches []string
220 func (test *globTest) buildWant(root string) []string {
229 func (test *globTest) globAbs(root, rootPattern string) error {
243 func (test *globTest) globRel(root string) error {
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/path/filepath/
H A Dmatch_test.go214 type globTest struct { struct
215 pattern string
216 matches []string
219 func (test *globTest) buildWant(root string) []string {
228 func (test *globTest) globAbs(root, rootPattern string) error {
242 func (test *globTest) globRel(root string) error {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/path/filepath/
H A Dmatch_test.go213 type globTest struct { struct
214 pattern string
215 matches []string
218 func (test *globTest) buildWant(root string) []string {
227 func (test *globTest) globAbs(root, rootPattern string) error {
241 func (test *globTest) globRel(root string) error {
/dports/lang/gcc10/gcc-10.3.0/libgo/go/path/filepath/
H A Dmatch_test.go216 type globTest struct { struct
217 pattern string
218 matches []string
221 func (test *globTest) buildWant(root string) []string {
230 func (test *globTest) globAbs(root, rootPattern string) error {
244 func (test *globTest) globRel(root string) error {
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/path/filepath/
H A Dmatch_test.go219 type globTest struct { struct
220 pattern string
221 matches []string
224 func (test *globTest) buildWant(root string) []string {
233 func (test *globTest) globAbs(root, rootPattern string) error {
247 func (test *globTest) globRel(root string) error {
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/path/filepath/
H A Dmatch_test.go216 type globTest struct { struct
217 pattern string
218 matches []string
221 func (test *globTest) buildWant(root string) []string {
230 func (test *globTest) globAbs(root, rootPattern string) error {
244 func (test *globTest) globRel(root string) error {
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/path/filepath/
H A Dmatch_test.go219 type globTest struct { struct
220 pattern string
221 matches []string
224 func (test *globTest) buildWant(root string) []string {
233 func (test *globTest) globAbs(root, rootPattern string) error {
247 func (test *globTest) globRel(root string) error {
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/path/filepath/
H A Dmatch_test.go216 type globTest struct { struct
217 pattern string
218 matches []string
221 func (test *globTest) buildWant(root string) []string {
230 func (test *globTest) globAbs(root, rootPattern string) error {
244 func (test *globTest) globRel(root string) error {
/dports/lang/gcc11/gcc-11.2.0/libgo/go/path/filepath/
H A Dmatch_test.go219 type globTest struct { struct
220 pattern string
221 matches []string
224 func (test *globTest) buildWant(root string) []string {
233 func (test *globTest) globAbs(root, rootPattern string) error {
247 func (test *globTest) globRel(root string) error {
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/path/filepath/
H A Dmatch_test.go216 type globTest struct { struct
217 pattern string
218 matches []string
221 func (test *globTest) buildWant(root string) []string {
230 func (test *globTest) globAbs(root, rootPattern string) error {
244 func (test *globTest) globRel(root string) error {
/dports/lang/gcc9/gcc-9.4.0/libgo/go/path/filepath/
H A Dmatch_test.go216 type globTest struct { struct
217 pattern string
218 matches []string
221 func (test *globTest) buildWant(root string) []string {
230 func (test *globTest) globAbs(root, rootPattern string) error {
244 func (test *globTest) globRel(root string) error {
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/path/filepath/
H A Dmatch_test.go216 type globTest struct { struct
217 pattern string
218 matches []string
221 func (test *globTest) buildWant(root string) []string {
230 func (test *globTest) globAbs(root, rootPattern string) error {
244 func (test *globTest) globRel(root string) error {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/pkg/sftp/
H A Dclient_integration_test.go1671 type globTest struct { struct
1672 pattern string
1673 matches []string
1676 func (test *globTest) buildWant(root string) []string {
/dports/net/rclone/rclone-1.57.0/vendor/github.com/pkg/sftp/
H A Dclient_integration_test.go1960 type globTest struct { struct
1961 pattern string
1962 matches []string
1965 func (test *globTest) buildWant(root string) []string {
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/pkg/sftp/
H A Dclient_integration_test.go1960 type globTest struct { struct
1961 pattern string
1962 matches []string
1965 func (test *globTest) buildWant(root string) []string {
/dports/databases/litestream/litestream-0.3.6/vendor/github.com/pkg/sftp/
H A Dclient_integration_test.go1888 type globTest struct { struct
1889 pattern string
1890 matches []string
1893 func (test *globTest) buildWant(root string) []string {