Home
last modified time | relevance | path

Searched refs:fetch (Results 1 – 25 of 232) sorted by relevance

12345678910

/openbsd/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Dptr_table.t23 is($t1->fetch($a), 0, 'Not found');
24 is($t1->fetch($h), 0, 'Not found');
25 is($t1->fetch($c), 0, 'Not found');
29 cmp_ok($t1->fetch($a), '==', $h, 'Found');
30 is($t1->fetch($h), 0, 'Not found');
31 is($t1->fetch($c), 0, 'Not found');
35 cmp_ok($t1->fetch($a), '==', $h, 'Found');
36 is($t1->fetch($h), 0, 'Not found');
37 is($t1->fetch($c), 0, 'Not found');
H A Dsvpv.t30 do { my $fetch = $scalar_bin };
31 is tied($scalar_bin)->{fetch}, 1;
36 is tied($scalar_bin)->{fetch}, 1;
41 is tied($scalar_bin)->{fetch}, 1;
47 do { my $fetch = $scalar_uni };
48 is tied($scalar_uni)->{fetch}, 1;
53 is tied($scalar_uni)->{fetch}, 1;
58 is tied($scalar_uni)->{fetch}, 1;
84 return bless { fetch => 0, store => 0, value => $value }, $class;
89 $self->{fetch}++;
H A Dfetch_pad_names.t48 { cmp => 'NOT_IN_PAD', msg => "Doesn't fetch using octets." },
85 { cmp => 'Defined', msg => 'pad_scalar fetch.' },
86 { cmp => 'NOT_IN_PAD', msg => "Doesn't fetch using octets." },
126 { cmp => 'Latin-1', msg => 'pad_scalar fetch.' },
127 { cmp => 'NOT_IN_PAD', msg => "Doesn't fetch using octets." },
195 { cmp => '10', msg => "Symref fetch of an our works." },
242 { cmp => 'NOT_IN_PAD', msg => "pad_scalar: Doesn't fetch through octets." },
/openbsd/gnu/usr.bin/perl/cpan/Encode/t/
H A Dmagic.t43 is(tied($input)->{fetch}, 1, "$func processes get magic only once");
54 is(tied($input)->{fetch}, 1, "$func processes get magic only once");
64 is(tied($input)->{fetch}, 1, "$func processes get magic only once");
75 is(tied($input)->{fetch}, 1, "$func processes get magic only once");
85 is(tied($input)->{fetch}, 1, "$func processes get magic only once");
95 is(tied($input)->{fetch}, 1, "$func processes get magic only once");
104 is(tied($input)->{fetch}, 1, "$func processes get magic only once");
112 is(tied($input)->{fetch}, 1, "$func processes get magic only once");
120 is(tied($input)->{fetch}, 1, "$func processes get magic only once");
131 return bless { fetch => 0, store => 0, value => $value }, $class;
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D990628-1.c22 fetch() in fetch() function
39 fetch(); in load_data()
43 fetch(); in load_data()
/openbsd/lib/libc/arch/i386/sys/
H A Dsigprocmask.S37 movl 8(%esp),%ecx # fetch new sigset pointer
43 1: movl (%ecx),%ecx # fetch indirect ...
49 movl 12(%esp),%ecx # fetch old mask requested
H A Dsigpending.S37 movl 4(%esp),%ecx # fetch pointer to...
H A Dsigsuspend.S37 movl 4(%esp),%eax # fetch mask arg
/openbsd/usr.bin/rcs/
H A Ddiff.c999 fetch(ixold, a, b, f1, '<', 1, flags); in change()
1248 fetch(ixold, lowa, b, f1, ' ', 0, flags); in dump_context_vec()
1251 fetch(ixold, a, b, f1, in dump_context_vec()
1257 fetch(ixold, b + 1, upb, f1, ' ', 0, flags); in dump_context_vec()
1284 fetch(ixnew, lowc, d, f2, ' ', 0, flags); in dump_context_vec()
1287 fetch(ixnew, c, d, f2, in dump_context_vec()
1351 fetch(ixold, a, b, f1, '-', 0, flags); in dump_unified_vec()
1352 fetch(ixnew, c, d, f2, '+', 0, flags); in dump_unified_vec()
1356 fetch(ixold, a, b, f1, '-', 0, flags); in dump_unified_vec()
1360 fetch(ixnew, c, d, f2, '+', 0, flags); in dump_unified_vec()
[all …]
/openbsd/gnu/usr.bin/perl/lib/
H A DDBM_Filter.pm102 my $fetch = *{ "${class}::Fetch" }{CODE};
107 my $count = defined($filter) + defined($store) + defined($fetch) ;
112 my $need = defined($fetch) ? 'Store' : 'Fetch';
125 $callbacks{Fetch} = $fetch;
/openbsd/usr.bin/diff/
H A Ddiffreg.c1068 fetch(ixold, a, b, f1, '<', 1, *pflags); in change()
1350 fetch(ixold, lowa, b, f1, ' ', 0, flags); in dump_context_vec()
1353 fetch(ixold, a, b, f1, in dump_context_vec()
1359 fetch(ixold, b + 1, upb, f1, ' ', 0, flags); in dump_context_vec()
1386 fetch(ixnew, lowc, d, f2, ' ', 0, flags); in dump_context_vec()
1389 fetch(ixnew, c, d, f2, in dump_context_vec()
1453 fetch(ixold, a, b, f1, '-', 0, flags); in dump_unified_vec()
1454 fetch(ixnew, c, d, f2, '+', 0, flags); in dump_unified_vec()
1458 fetch(ixold, a, b, f1, '-', 0, flags); in dump_unified_vec()
1462 fetch(ixnew, c, d, f2, '+', 0, flags); in dump_unified_vec()
[all …]
/openbsd/usr.bin/cvs/
H A Ddiff_internals.c1064 fetch(ixold, a, b, f1, '<', 1, flags); in change()
1321 fetch(ixold, lowa, b, f1, ' ', 0, flags); in dump_context_vec()
1324 fetch(ixold, a, b, f1, in dump_context_vec()
1330 fetch(ixold, b + 1, upb, f1, ' ', 0, flags); in dump_context_vec()
1357 fetch(ixnew, lowc, d, f2, ' ', 0, flags); in dump_context_vec()
1360 fetch(ixnew, c, d, f2, in dump_context_vec()
1424 fetch(ixold, a, b, f1, '-', 0, flags); in dump_unified_vec()
1425 fetch(ixnew, c, d, f2, '+', 0, flags); in dump_unified_vec()
1429 fetch(ixold, a, b, f1, '-', 0, flags); in dump_unified_vec()
1433 fetch(ixnew, c, d, f2, '+', 0, flags); in dump_unified_vec()
[all …]
/openbsd/gnu/usr.bin/binutils/gdb/gdbserver/
H A Dregcache.c46 get_regcache (struct thread_info *inf, int fetch) in get_regcache() argument
56 if (fetch && regcache->registers_valid == 0) in get_regcache()
204 register_data (int n, int fetch) in register_data() argument
206 char *registers = get_regcache (current_inferior, fetch)->registers; in register_data()
/openbsd/gnu/usr.bin/perl/t/io/
H A Dshm.t83 my ($fetch, $store) = (0, 0);
86 sub FETCH { ++$fetch; $_[0][0] }
90 is($fetch, 1, "shmread FETCH once");
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dmagic656 my $fetch = $scalar;
658 is tied($scalar)->{fetch}, 1;
685 $fetch = $negative;
687 is tied($negative)->{fetch}, 1;
695 is tied($negative)->{fetch}, 1;
703 is tied($negative)->{fetch}, 1;
707 $fetch = $big;
709 is tied($big)->{fetch}, 1;
717 is tied($big)->{fetch}, 1;
725 is tied($big)->{fetch}, 1;
[all …]
H A DSv_set265 is tied($scalar)->{fetch}, 0;
268 is tied($scalar)->{fetch}, 0;
271 my $fetch = $scalar;
272 is tied($scalar)->{fetch}, 1;
275 is tied($scalar)->{fetch}, 1;
283 return bless { fetch => 0, store => 0, value => $value }, $class;
288 $self->{fetch}++;
/openbsd/gnu/usr.bin/perl/cpan/File-Fetch/t/
H A D01_File-Fetch.t68 { uri => 'git://github.com/Perl-Toolchain-Gang/file-fetch.git',
72 file => 'file-fetch.git',
164 ### fetch() tests ###
185 for (qw[wget curl lftp fetch ncftp]) {
209 for (qw[lwp httptiny wget curl lftp fetch lynx httplite iosock]) {
238 { my $uri = 'https://github.com/Perl-Toolchain-Gang/file-fetch.git';
264 ### fetch regularly
267 ok( $ff, "FF object for $uri (fetch with $method)" );
277 my $file = $ff->fetch( to => $to );
/openbsd/gnu/llvm/llvm/lib/Debuginfod/
H A DBuildIDFetcher.cpp22 DebuginfodFetcher::fetch(ArrayRef<uint8_t> BuildID) const { in fetch() function in DebuginfodFetcher
23 if (std::optional<std::string> Path = BuildIDFetcher::fetch(BuildID)) in fetch()
/openbsd/gnu/usr.bin/perl/dist/threads-shared/t/
H A Dobject.t73 sub fetch
120 $cookie = $jar->fetch();
124 $cookie = $jar->fetch();
144 $cookie = $jar->fetch();
H A Dsv_simple.t41 ok(2,$test eq "bar","Test magic share fetch");
47 ok(4, $test eq "foo","Test magic share fetch after thread");
/openbsd/gnu/usr.bin/perl/lib/Tie/
H A DScalar.t42 $scalar = 'fetch me';
43 is( $scalar, 'fetch me', 'STORE() and FETCH() verified with one test!' );
/openbsd/sys/lib/libkern/arch/sparc64/
H A D_setjmp.S80 ldd [%g1+0], %o2 ! fetch return %sp and pc, and get out
90 ldx [%g1+0], %o2 ! fetch return %sp and pc, and get out
/openbsd/libexec/ld.so/m88k/
H A Dldasm.S85 1: ld %r6, %r1, 0 | fetch branch instruction
101 1: ld.h %r5, %r1, 2 | fetch branch offset (low 16 bits)
/openbsd/distrib/special/ftp/
H A DMakefile6 SRCS= fetch.c ftp.c main.c small.c util.c
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlgit.pod70 % git fetch
76 % git fetch
477 % git fetch
550 % git fetch camel
560 C<git fetch> from the C<Perl/perl5.git> repository won't fetch it.
568 git fetch origin pull/9999/head:local-branch-name
598 and then do a fetch as normal:
600 git fetch origin
608 git fetch -p origin # or git remote prune origin
743 % git fetch p5p
[all …]

12345678910