| /openbsd-src/gnu/usr.bin/perl/t/op/ |
| H A D | list.t | 215 sub FETCH {$_[0]{fetched}++} 219 is(tied($t)->{fetched}, undef, 'assignment to empty list makes no copies');
|
| /openbsd-src/usr.sbin/unbound/validator/ |
| H A D | autotrust.h | 81 uint8_t fetched; member
|
| H A D | autotrust.c | 1324 /** Set fetched value */ 1328 ta->fetched = seen; in seen_trustanchor() 1528 ta->fetched = 0; in init_events() 1813 if (anchor->fetched) in anchor_state_update() 1819 if (!anchor->fetched) in anchor_state_update() 1830 else if (!anchor->fetched) in anchor_state_update() 1843 else if (anchor->fetched) in anchor_state_update() 1848 if (anchor->fetched) in anchor_state_update() 2282 ta->fetched?" fetched" in autr_debug_print_ta() [all...] |
| /openbsd-src/sbin/unwind/libunbound/validator/ |
| H A D | autotrust.h | 81 uint8_t fetched; member
|
| H A D | autotrust.c | 1328 /** Set fetched value */ 1332 ta->fetched = seen; in seen_trustanchor() 1532 ta->fetched = 0; in init_events() 1817 if (anchor->fetched) in anchor_state_update() 1823 if (!anchor->fetched) in anchor_state_update() 1834 else if (!anchor->fetched) in anchor_state_update() 1847 else if (anchor->fetched) in anchor_state_update() 1852 if (anchor->fetched) in anchor_state_update() 2286 ta->fetched?" fetched" in autr_debug_print_ta() [all...] |
| /openbsd-src/regress/sys/netinet/arp/ |
| H A D | README | 6 kernel log files are fetched from REMOTE via SCP and grepped for
|
| /openbsd-src/gnu/usr.bin/perl/cpan/File-Fetch/t/ |
| H A D | 01_File-Fetch.t | 283 ### if the file wasn't fetched, it may be a network/firewall issue 287 ok( $file, " File ($file) fetched with $method ($uri)" );
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | monitor.c | 1913 int fetched = 0; in monitor_read_memory() local 1929 fetched++; in monitor_read_memory() 1937 if (fetched == 0) in monitor_read_memory() 1941 return fetched; /* Return the number of bytes actually read */ in monitor_read_memory()
|
| /openbsd-src/sys/dev/x86emu/ |
| H A D | x86emu.c | 308 int fetched; in fetch_decode_modrm() local 310 fetched = fetch_byte_imm(emu); in fetch_decode_modrm() 311 emu->cur_mod = (fetched >> 6) & 0x03; in fetch_decode_modrm() 312 emu->cur_rh = (fetched >> 3) & 0x07; in fetch_decode_modrm() 313 emu->cur_rl = (fetched >> 0) & 0x07; in fetch_decode_modrm() 329 uint8_t fetched; in fetch_byte_imm() local 331 fetched = fetch_byte(emu, emu->x86.R_CS, emu->x86.R_IP); in fetch_byte_imm() 333 return fetched; in fetch_byte_imm() 349 uint16_t fetched; in fetch_word_imm() local 351 fetched in fetch_word_imm() 369 uint32_t fetched; fetch_long_imm() local [all...] |
| /openbsd-src/gnu/usr.bin/perl/t/uni/ |
| H A D | fold.t | 404 my $fetched = 0; 405 package Derpy { sub TIESCALAR { bless {}, shift } sub FETCH { $fetched++; main::uni_to_native("\x{df}") } } 410 is( $fetched, 1, "and only calls the magic once" );
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCScheduleP9.td | 15 // fetched from the instruction cache. However, only 6 instructions may be
|
| /openbsd-src/usr.sbin/nsd/doc/ |
| H A D | NSD-VERIFY-MODS | 182 When the SOA-Refresh timer runs out, a fresh zone is tried to be fetched from
|
| /openbsd-src/gnu/usr.bin/binutils/opcodes/ |
| H A D | cgen-ibld.in | 329 /* It's doubtful that the middle part has already been fetched so
|
| H A D | ChangeLog-9899 | 305 fetched some bytes successfully.
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
| H A D | cgen-ibld.in | 333 /* It's doubtful that the middle part has already been fetched so
|
| H A D | ChangeLog-9899 | 305 fetched some bytes successfully.
|
| /openbsd-src/gnu/llvm/lldb/docs/status/ |
| H A D | projects.rst | 185 them when we know we've fetched the whole thread list and ensured they are no
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | AMDGPUOperandSyntax.rst | 590 fetched from *LDS* memory using :ref:`m0<amdgpu_synid_m0>` as an address.
|
| /openbsd-src/gnu/llvm/lldb/source/Host/macosx/objcxx/ |
| H A D | Host.mm | 475 // Note that we fetched the cpu type from the PROCESS but we can't get a
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlop.pod | 77 evaluation is fetched for each comparison. (It is not evaluated 101 at most once, but the value of that scalar may be fetched up to twice, 105 scalar (the result of the expression) is fetched for each comparison that 111 scalar is fetched once as part of the operation within the expression. 112 The result of that operation is fetched for each comparison, which
|
| H A D | perlgit.pod | 554 themselves should have been fetched when pulling from C<origin>.
|
| H A D | perlthrtut.pod | 963 was fetched on the right hand side and the time the new value is
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/doc/ |
| H A D | agentexpr.texi | 366 natural target endianness. Push the fetched value as an unsigned
|
| /openbsd-src/distrib/notes/ |
| H A D | m4.common | 565 this might fail. If the list could be fetched, it
|
| /openbsd-src/gnu/usr.bin/cvs/doc/ |
| H A D | cvs.info-3 | 1208 * Old releases cannot easily be fetched from the repository. (The
|