Home
last modified time | relevance | path

Searched refs:prefixes (Results 251 – 275 of 48239) sorted by relevance

1...<<11121314151617181920>>...1930

/dports/sysutils/terraform/terraform-1.0.11/vendor/cloud.google.com/go/internal/gapicgen/generator/
H A Dgenproto_test.go22 prefixes []string
27 prefixes: []string{"a"},
32 prefixes: []string{"ab"},
37 prefixes: []string{"abc"},
42 prefixes: []string{"google.golang.org/genproto/googleapis/ads"},
47 prefixes: []string{"zzz"},
52 prefixes: []string{"zzz"},
61 if got := hasPrefix(test.s, test.prefixes); got != test.want {
62 t.Errorf("hasPrefix(%q, %q) got %v, want %v", test.s, test.prefixes, got, test.want)
/dports/devel/llvm90/llvm-9.0.1.src/test/MC/Mips/
H A Delf_header.s2 … %s -o - | llvm-readobj -h | FileCheck --check-prefixes=ALL,ELF32,BE,O32,…
3 … %s -o - | llvm-readobj -h | FileCheck --check-prefixes=ALL,ELF32,BE,O32,…
4 … %s -o - | llvm-readobj -h | FileCheck --check-prefixes=ALL,ELF32,BE,O32,…
5 … %s -o - | llvm-readobj -h | FileCheck --check-prefixes=ALL,ELF32,BE,O32,…
7 … %s -o - | llvm-readobj -h | FileCheck --check-prefixes=ALL,ELF32,BE,O32,…
8 … %s -o - | llvm-readobj -h | FileCheck --check-prefixes=ALL,ELF32,LE,O32,…
9 … %s -o - | llvm-readobj -h | FileCheck --check-prefixes=ALL,ELF32,LE,O32,…
10 … %s -o - | llvm-readobj -h | FileCheck --check-prefixes=ALL,ELF32,LE,O32,…
11 … %s -o - | llvm-readobj -h | FileCheck --check-prefixes=ALL,ELF32,LE,O32,…
12 … %s -o - | llvm-readobj -h | FileCheck --check-prefixes=ALL,ELF32,LE,O32,…
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/test/MC/Mips/
H A Delf_header.s2 … %s -o - | llvm-readobj -h | FileCheck --check-prefixes=ALL,ELF32,BE,O32,…
3 … %s -o - | llvm-readobj -h | FileCheck --check-prefixes=ALL,ELF32,BE,O32,…
4 … %s -o - | llvm-readobj -h | FileCheck --check-prefixes=ALL,ELF32,BE,O32,…
5 … %s -o - | llvm-readobj -h | FileCheck --check-prefixes=ALL,ELF32,BE,O32,…
7 … %s -o - | llvm-readobj -h | FileCheck --check-prefixes=ALL,ELF32,BE,O32,…
8 … %s -o - | llvm-readobj -h | FileCheck --check-prefixes=ALL,ELF32,LE,O32,…
9 … %s -o - | llvm-readobj -h | FileCheck --check-prefixes=ALL,ELF32,LE,O32,…
10 … %s -o - | llvm-readobj -h | FileCheck --check-prefixes=ALL,ELF32,LE,O32,…
11 … %s -o - | llvm-readobj -h | FileCheck --check-prefixes=ALL,ELF32,LE,O32,…
12 … %s -o - | llvm-readobj -h | FileCheck --check-prefixes=ALL,ELF32,LE,O32,…
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/test/MC/Mips/
H A Delf_header.s2 … %s -o - | llvm-readobj -h | FileCheck --check-prefixes=ALL,ELF32,BE,O32,…
3 … %s -o - | llvm-readobj -h | FileCheck --check-prefixes=ALL,ELF32,BE,O32,…
4 … %s -o - | llvm-readobj -h | FileCheck --check-prefixes=ALL,ELF32,BE,O32,…
5 … %s -o - | llvm-readobj -h | FileCheck --check-prefixes=ALL,ELF32,BE,O32,…
7 … %s -o - | llvm-readobj -h | FileCheck --check-prefixes=ALL,ELF32,BE,O32,…
8 … %s -o - | llvm-readobj -h | FileCheck --check-prefixes=ALL,ELF32,LE,O32,…
9 … %s -o - | llvm-readobj -h | FileCheck --check-prefixes=ALL,ELF32,LE,O32,…
10 … %s -o - | llvm-readobj -h | FileCheck --check-prefixes=ALL,ELF32,LE,O32,…
11 … %s -o - | llvm-readobj -h | FileCheck --check-prefixes=ALL,ELF32,LE,O32,…
12 … %s -o - | llvm-readobj -h | FileCheck --check-prefixes=ALL,ELF32,LE,O32,…
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Driver/
H A Damdgpu-macros.cl8 // RUN: %clang -E -dM -target r600 -mcpu=r600 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,R600 %s
9 // RUN: %clang -E -dM -target r600 -mcpu=rv630 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,R600 …
10 // RUN: %clang -E -dM -target r600 -mcpu=rv635 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,R600 …
11 // RUN: %clang -E -dM -target r600 -mcpu=r630 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,R630 %s
12 // RUN: %clang -E -dM -target r600 -mcpu=rs780 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,RS880…
13 // RUN: %clang -E -dM -target r600 -mcpu=rs880 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,RS880…
14 // RUN: %clang -E -dM -target r600 -mcpu=rv610 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,RS880…
15 // RUN: %clang -E -dM -target r600 -mcpu=rv620 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,RS880…
16 // RUN: %clang -E -dM -target r600 -mcpu=rv670 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,RV670…
17 // RUN: %clang -E -dM -target r600 -mcpu=rv710 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,RV710…
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Driver/
H A Damdgpu-macros.cl8 // RUN: %clang -E -dM -target r600 -mcpu=r600 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,R600 %s
9 // RUN: %clang -E -dM -target r600 -mcpu=rv630 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,R600 …
10 // RUN: %clang -E -dM -target r600 -mcpu=rv635 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,R600 …
11 // RUN: %clang -E -dM -target r600 -mcpu=r630 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,R630 %s
12 // RUN: %clang -E -dM -target r600 -mcpu=rs780 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,RS880…
13 // RUN: %clang -E -dM -target r600 -mcpu=rs880 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,RS880…
14 // RUN: %clang -E -dM -target r600 -mcpu=rv610 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,RS880…
15 // RUN: %clang -E -dM -target r600 -mcpu=rv620 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,RS880…
16 // RUN: %clang -E -dM -target r600 -mcpu=rv670 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,RV670…
17 // RUN: %clang -E -dM -target r600 -mcpu=rv710 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,RV710…
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Driver/
H A Damdgpu-macros.cl8 // RUN: %clang -E -dM -target r600 -mcpu=r600 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,R600 %s
9 // RUN: %clang -E -dM -target r600 -mcpu=rv630 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,R600 …
10 // RUN: %clang -E -dM -target r600 -mcpu=rv635 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,R600 …
11 // RUN: %clang -E -dM -target r600 -mcpu=r630 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,R630 %s
12 // RUN: %clang -E -dM -target r600 -mcpu=rs780 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,RS880…
13 // RUN: %clang -E -dM -target r600 -mcpu=rs880 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,RS880…
14 // RUN: %clang -E -dM -target r600 -mcpu=rv610 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,RS880…
15 // RUN: %clang -E -dM -target r600 -mcpu=rv620 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,RS880…
16 // RUN: %clang -E -dM -target r600 -mcpu=rv670 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,RV670…
17 // RUN: %clang -E -dM -target r600 -mcpu=rv710 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,RV710…
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/Driver/
H A Damdgpu-macros.cl8 // RUN: %clang -E -dM -target r600 -mcpu=r600 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,R600 %s
9 // RUN: %clang -E -dM -target r600 -mcpu=rv630 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,R600 …
10 // RUN: %clang -E -dM -target r600 -mcpu=rv635 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,R600 …
11 // RUN: %clang -E -dM -target r600 -mcpu=r630 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,R630 %s
12 // RUN: %clang -E -dM -target r600 -mcpu=rs780 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,RS880…
13 // RUN: %clang -E -dM -target r600 -mcpu=rs880 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,RS880…
14 // RUN: %clang -E -dM -target r600 -mcpu=rv610 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,RS880…
15 // RUN: %clang -E -dM -target r600 -mcpu=rv620 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,RS880…
16 // RUN: %clang -E -dM -target r600 -mcpu=rv670 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,RV670…
17 // RUN: %clang -E -dM -target r600 -mcpu=rv710 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,RV710…
[all …]
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/regex-syntax-0.3.9/src/
H A Dliterals.rs303 prefixes(expr, &mut lits); in union_prefixes()
616 prefixes(&**e, lits); in prefixes()
643 prefixes(e, &mut lits2); in prefixes()
1094 test_lit!(pfx_class1, prefixes, "[1-4]",
1128 test_lit!(pfx_cat4, prefixes, "[ab][yz]",
1140 test_lit!(pfx_cat15, prefixes, "$a");
1150 test_lit!(pfx_alt4, prefixes, "a|b*");
1163 test_lit!(pfx_nothing1, prefixes, ".");
1165 test_lit!(pfx_nothing3, prefixes, "^");
1166 test_lit!(pfx_nothing4, prefixes, "$");
[all …]
/dports/net/rabbiteer/rabbiteer-rs-c881238/cargo-crates/regex-syntax-0.3.9/src/
H A Dliterals.rs303 prefixes(expr, &mut lits); in union_prefixes()
616 prefixes(&**e, lits); in prefixes()
643 prefixes(e, &mut lits2); in prefixes()
1094 test_lit!(pfx_class1, prefixes, "[1-4]",
1128 test_lit!(pfx_cat4, prefixes, "[ab][yz]",
1140 test_lit!(pfx_cat15, prefixes, "$a");
1150 test_lit!(pfx_alt4, prefixes, "a|b*");
1163 test_lit!(pfx_nothing1, prefixes, ".");
1165 test_lit!(pfx_nothing3, prefixes, "^");
1166 test_lit!(pfx_nothing4, prefixes, "$");
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/
H A DClassLoader.php46 private $prefixes = []; variable in Symfony\\Component\\ClassLoader\\ClassLoader
57 return $this->prefixes;
73 * @param array $prefixes Prefixes to add
75 public function addPrefixes(array $prefixes) argument
77 foreach ($prefixes as $prefix => $path) {
97 if (isset($this->prefixes[$prefix])) {
99 $this->prefixes[$prefix] = array_unique(array_merge(
100 $this->prefixes[$prefix],
104 $this->prefixes[$prefix][] = $paths;
107 $this->prefixes[$prefix] = array_unique((array) $paths);
[all …]
/dports/lang/fth/fth-1.4.1/examples/fth-lib/
H A Dprefix.fr5 \ (jws) To make a prefix, simply create a new definition in the <prefixes>
6 \ wordlist. start-prefixes and end-prefixes handle the bookkeeping
16 \ : start-prefixes ( -- )
17 \ get-current save-current ! <prefixes> set-current
19 \ : end-prefixes ( -- )
22 : show-prefixes ( -- )
23 <prefixes> >search words search> drop
26 start-prefixes
28 \ make .( a prefix (we just create an alias for it in the prefixes list)
37 \ ** add 0b, 0o, 0d, and 0x as prefixes
[all …]
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/
H A DClassLoader.php46 private $prefixes = []; variable in Symfony\\Component\\ClassLoader\\ClassLoader
57 return $this->prefixes;
73 * @param array $prefixes Prefixes to add
75 public function addPrefixes(array $prefixes) argument
77 foreach ($prefixes as $prefix => $path) {
97 if (isset($this->prefixes[$prefix])) {
99 $this->prefixes[$prefix] = array_unique(array_merge(
100 $this->prefixes[$prefix],
104 $this->prefixes[$prefix][] = $paths;
107 $this->prefixes[$prefix] = array_unique((array) $paths);
[all …]
/dports/lang/ficl/ficl-4.1.0/softcore/
H A Dprefix.fr5 \ (jws) To make a prefix, simply create a new definition in the <prefixes>
6 \ wordlist. start-prefixes and end-prefixes handle the bookkeeping
10 : start-prefixes get-current save-current ! <prefixes> set-current ;
11 : end-prefixes save-current @ set-current ;
12 : show-prefixes <prefixes> >search words search> drop ;
14 start-prefixes
22 \ make .( a prefix (we just create an alias for it in the prefixes list)
31 \ ** add 0b, 0o, 0d, and 0x as prefixes
46 end-prefixes
/dports/www/drupal8/drupal-8.9.20/vendor/symfony/class-loader/
H A DClassLoader.php46 private $prefixes = []; variable in Symfony\\Component\\ClassLoader\\ClassLoader
57 return $this->prefixes;
73 * @param array $prefixes Prefixes to add
75 public function addPrefixes(array $prefixes) argument
77 foreach ($prefixes as $prefix => $path) {
97 if (isset($this->prefixes[$prefix])) {
99 $this->prefixes[$prefix] = array_unique(array_merge(
100 $this->prefixes[$prefix],
104 $this->prefixes[$prefix][] = $paths;
107 $this->prefixes[$prefix] = array_unique((array) $paths);
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/Driver/
H A Damdgpu-macros.cl8 // RUN: %clang -E -dM -target r600 -mcpu=r600 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,R600 %s
9 // RUN: %clang -E -dM -target r600 -mcpu=rv630 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,R600 …
10 // RUN: %clang -E -dM -target r600 -mcpu=rv635 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,R600 …
11 // RUN: %clang -E -dM -target r600 -mcpu=r630 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,R630 %s
12 // RUN: %clang -E -dM -target r600 -mcpu=rs780 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,RS880…
13 // RUN: %clang -E -dM -target r600 -mcpu=rs880 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,RS880…
14 // RUN: %clang -E -dM -target r600 -mcpu=rv610 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,RS880…
15 // RUN: %clang -E -dM -target r600 -mcpu=rv620 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,RS880…
16 // RUN: %clang -E -dM -target r600 -mcpu=rv670 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,RV670…
17 // RUN: %clang -E -dM -target r600 -mcpu=rv710 %s 2>&1 | FileCheck --check-prefixes=ARCH-R600,RV710…
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/test/tools/llvm-objcopy/ELF/
H A Dcross-arch-headers.test9 # RUN: llvm-readobj --file-headers %t.default.o | FileCheck %s --check-prefixes=CHECK,LE,DEFAULT,32
10 # RUN: llvm-readobj --file-headers %t.default.dwo | FileCheck %s --check-prefixes=CHECK,LE,DEFAULT,…
13 # RUN: llvm-readobj --file-headers %t.elf32_i386.o | FileCheck %s --check-prefixes=CHECK,LE,I386,32…
14 # RUN: llvm-readobj --file-headers %t.elf32_i386.dwo | FileCheck %s --check-prefixes=CHECK,LE,I386,…
21 # RUN: llvm-readobj --file-headers %t.elf32_iamcu.o | FileCheck %s --check-prefixes=CHECK,LE,IAMCU,…
22 # RUN: llvm-readobj --file-headers %t.elf32_iamcu.dwo | FileCheck %s --check-prefixes=CHECK,LE,IAMC…
25 # RUN: llvm-readobj --file-headers %t.elf32_littlearm.o | FileCheck %s --check-prefixes=CHECK,LE,AR…
29 # RUN: llvm-readobj --file-headers %t.elf64_aarch64.o | FileCheck %s --check-prefixes=CHECK,LE,AARC…
37 # RUN: llvm-readobj --file-headers %t.elf32_powerpc.o | FileCheck %s --check-prefixes=CHECK,BE,PPC,…
45 # RUN: llvm-readobj --file-headers %t.elf32_ppcle.o | FileCheck %s --check-prefixes=CHECK,LE,PPC,32…
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/tools/llvm-objcopy/ELF/
H A Dcross-arch-headers.test9 # RUN: llvm-readobj --file-headers %t.default.o | FileCheck %s --check-prefixes=CHECK,LE,DEFAULT,32
10 # RUN: llvm-readobj --file-headers %t.default.dwo | FileCheck %s --check-prefixes=CHECK,LE,DEFAULT,…
13 # RUN: llvm-readobj --file-headers %t.elf32_i386.o | FileCheck %s --check-prefixes=CHECK,LE,I386,32…
14 # RUN: llvm-readobj --file-headers %t.elf32_i386.dwo | FileCheck %s --check-prefixes=CHECK,LE,I386,…
21 # RUN: llvm-readobj --file-headers %t.elf32_iamcu.o | FileCheck %s --check-prefixes=CHECK,LE,IAMCU,…
22 # RUN: llvm-readobj --file-headers %t.elf32_iamcu.dwo | FileCheck %s --check-prefixes=CHECK,LE,IAMC…
25 # RUN: llvm-readobj --file-headers %t.elf32_littlearm.o | FileCheck %s --check-prefixes=CHECK,LE,AR…
29 # RUN: llvm-readobj --file-headers %t.elf64_aarch64.o | FileCheck %s --check-prefixes=CHECK,LE,AARC…
37 # RUN: llvm-readobj --file-headers %t.elf32_powerpc.o | FileCheck %s --check-prefixes=CHECK,BE,PPC,…
45 # RUN: llvm-readobj --file-headers %t.elf32_ppcle.o | FileCheck %s --check-prefixes=CHECK,LE,PPC,32…
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/test/tools/llvm-objcopy/ELF/
H A Dcross-arch-headers.test9 # RUN: llvm-readobj --file-headers %t.default.o | FileCheck %s --check-prefixes=CHECK,LE,DEFAULT,32
10 # RUN: llvm-readobj --file-headers %t.default.dwo | FileCheck %s --check-prefixes=CHECK,LE,DEFAULT,…
13 # RUN: llvm-readobj --file-headers %t.elf32_i386.o | FileCheck %s --check-prefixes=CHECK,LE,I386,32…
14 # RUN: llvm-readobj --file-headers %t.elf32_i386.dwo | FileCheck %s --check-prefixes=CHECK,LE,I386,…
21 # RUN: llvm-readobj --file-headers %t.elf32_iamcu.o | FileCheck %s --check-prefixes=CHECK,LE,IAMCU,…
22 # RUN: llvm-readobj --file-headers %t.elf32_iamcu.dwo | FileCheck %s --check-prefixes=CHECK,LE,IAMC…
25 # RUN: llvm-readobj --file-headers %t.elf32_littlearm.o | FileCheck %s --check-prefixes=CHECK,LE,AR…
29 # RUN: llvm-readobj --file-headers %t.elf64_aarch64.o | FileCheck %s --check-prefixes=CHECK,LE,AARC…
37 # RUN: llvm-readobj --file-headers %t.elf32_powerpc.o | FileCheck %s --check-prefixes=CHECK,BE,PPC,…
45 # RUN: llvm-readobj --file-headers %t.elf32_ppcle.o | FileCheck %s --check-prefixes=CHECK,LE,PPC,32…
[all …]
/dports/sysutils/fusefs-sandboxfs/sandboxfs-sandboxfs-0.2.0/src/
H A Dreconfig.rs71 prefixes: HashMap<String, PathBuf>, field
207 let prefixes = &prefixes?; // Unwrap any possible error as part of this request. in handle_request() localVariable
257 let mut prefixes = Prefixes::new(); in run_loop_aux() localVariable
370 prefixes: prefixes, in new_create_sandbox()
382 let mut prefixes = Prefixes::new(); in test_prefixes_create_one_sandbox() localVariable
393 assert_eq!(3, prefixes.data.len()); in test_prefixes_create_one_sandbox()
404 let mut prefixes = Prefixes::new(); in test_prefixes_create_two_disjoint_sandboxes() localVariable
413 assert_eq!(2, prefixes.data.len()); in test_prefixes_create_two_disjoint_sandboxes()
426 assert_eq!(3, prefixes.data.len()); in test_prefixes_create_two_disjoint_sandboxes()
436 let mut prefixes = Prefixes::new(); in test_prefixes_create_two_sandboxes_with_common_prefixes() localVariable
[all …]
/dports/devel/git-svn/git-2.34.1/
H A Dls-refs.c57 if (!prefixes->nr) in ref_match()
60 for (i = 0; i < prefixes->nr; i++) { in ref_match()
61 const char *prefix = prefixes->v[i]; in ref_match()
73 struct strvec prefixes; member
153 strvec_init(&data.prefixes); in ls_refs()
169 strvec_push(&data.prefixes, out); in ls_refs()
185 if (data.prefixes.nr >= TOO_MANY_PREFIXES) in ls_refs()
186 strvec_clear(&data.prefixes); in ls_refs()
189 if (!data.prefixes.nr) in ls_refs()
190 strvec_push(&data.prefixes, ""); in ls_refs()
[all …]
/dports/devel/git-gui/git-2.34.1/
H A Dls-refs.c57 if (!prefixes->nr) in ref_match()
60 for (i = 0; i < prefixes->nr; i++) { in ref_match()
61 const char *prefix = prefixes->v[i]; in ref_match()
73 struct strvec prefixes; member
153 strvec_init(&data.prefixes); in ls_refs()
169 strvec_push(&data.prefixes, out); in ls_refs()
185 if (data.prefixes.nr >= TOO_MANY_PREFIXES) in ls_refs()
186 strvec_clear(&data.prefixes); in ls_refs()
189 if (!data.prefixes.nr) in ls_refs()
190 strvec_push(&data.prefixes, ""); in ls_refs()
[all …]
/dports/devel/git-p4/git-2.34.1/
H A Dls-refs.c57 if (!prefixes->nr) in ref_match()
60 for (i = 0; i < prefixes->nr; i++) { in ref_match()
61 const char *prefix = prefixes->v[i]; in ref_match()
73 struct strvec prefixes; member
153 strvec_init(&data.prefixes); in ls_refs()
169 strvec_push(&data.prefixes, out); in ls_refs()
185 if (data.prefixes.nr >= TOO_MANY_PREFIXES) in ls_refs()
186 strvec_clear(&data.prefixes); in ls_refs()
189 if (!data.prefixes.nr) in ls_refs()
190 strvec_push(&data.prefixes, ""); in ls_refs()
[all …]
/dports/devel/git/git-2.34.1/
H A Dls-refs.c57 if (!prefixes->nr) in ref_match()
60 for (i = 0; i < prefixes->nr; i++) { in ref_match()
61 const char *prefix = prefixes->v[i]; in ref_match()
73 struct strvec prefixes; member
153 strvec_init(&data.prefixes); in ls_refs()
169 strvec_push(&data.prefixes, out); in ls_refs()
185 if (data.prefixes.nr >= TOO_MANY_PREFIXES) in ls_refs()
186 strvec_clear(&data.prefixes); in ls_refs()
189 if (!data.prefixes.nr) in ls_refs()
190 strvec_push(&data.prefixes, ""); in ls_refs()
[all …]
/dports/devel/git-cvs/git-2.34.1/
H A Dls-refs.c57 if (!prefixes->nr) in ref_match()
60 for (i = 0; i < prefixes->nr; i++) { in ref_match()
61 const char *prefix = prefixes->v[i]; in ref_match()
73 struct strvec prefixes; member
153 strvec_init(&data.prefixes); in ls_refs()
169 strvec_push(&data.prefixes, out); in ls_refs()
185 if (data.prefixes.nr >= TOO_MANY_PREFIXES) in ls_refs()
186 strvec_clear(&data.prefixes); in ls_refs()
189 if (!data.prefixes.nr) in ls_refs()
190 strvec_push(&data.prefixes, ""); in ls_refs()
[all …]

1...<<11121314151617181920>>...1930