| /openbsd-src/gnu/usr.bin/perl/dist/Storable/t/ |
| H A D | retrieve.t | 23 use Storable qw(store retrieve nstore); 40 $root = retrieve("store$$"); 44 $nroot = retrieve('nstore');
|
| H A D | integer.t | 26 use Storable qw (dclone store retrieve freeze thaw nstore nfreeze); 104 my $copy = eval {retrieve $file}; 113 my $copy = eval {retrieve $file};
|
| H A D | code.t | 39 use Storable qw(retrieve store nstore freeze nfreeze thaw dclone); 130 $thawed = retrieve "store$$"; 141 $thawed = retrieve "store$$";
|
| H A D | forgive.t | 22 use Storable qw(store retrieve); 58 my $ret = retrieve("store$$");
|
| H A D | utf8hash.t | 20 use Storable qw(store nstore retrieve thaw freeze); 83 ok(($retrieved = retrieve($storage)), "retrieve from $storage"); 95 ok(($retrieved = retrieve($storage)), "retrieve from $storage");
|
| H A D | store.t | 21 use Storable qw(store retrieve store_fd nstore_fd fd_retrieve); 38 $root = retrieve("store$$");
|
| H A D | malice.t | 50 use Storable qw (store retrieve freeze thaw nstore nfreeze); 256 my $clone = retrieve $file; 284 $clone = retrieve $file;
|
| H A D | blessed.t | 39 use Storable qw(freeze thaw store retrieve fd_retrieve); 273 $t = retrieve ($file); 394 ok(!eval { retrieve("store$$"); 1 }, "retrieve of throw Foo on thaw died"); 401 ok(!eval { retrieve("store$$"); 1 }, "retrieve of throw ref on thaw died");
|
| H A D | testlib.pl | 30 return eval {retrieve $file};
|
| H A D | compat01.t | 41 my $data = eval { retrieve($file) };
|
| H A D | weak.t | 32 use Storable qw (store retrieve freeze thaw nstore nfreeze dclone);
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Module-Load/t/to_load/ |
| H A D | config_file | 24 # when you retrieve them from the stack? 28 # retrieve errors in chronological order, or not?
|
| /openbsd-src/usr.sbin/pkg_add/OpenBSD/PackageRepository/ |
| H A D | HTTP.pm | 140 sub retrieve($self, $sz) subroutine 178 $result .= $self->retrieve($realsize); 190 return $self->retrieve($h->{length});
|
| /openbsd-src/libexec/ftpd/ |
| H A D | extern.h | 91 void retrieve(enum ret_cmd, const char *);
|
| H A D | ftpcmd.y | 345 retrieve(RET_FILE, $4); 377 retrieve(RET_LIST, "."); 382 retrieve(RET_LIST, $4);
|
| /openbsd-src/gnu/usr.bin/perl/dist/Storable/ |
| H A D | Storable.xs | 1344 static SV *retrieve(pTHX_ stcxt_t *cxt, const char *cname); 4724 sv = retrieve(aTHX_ cxt, classname); /* First SV which is SEEN in retrieve_idx_blessed() 4788 sv = retrieve(aTHX_ cxt, classname); /* First SV which is SEEN will be blessed */ in retrieve_blessed() 4915 rv = retrieve(aTHX_ cxt, 0); in retrieve_hook_common() 5243 rv = retrieve(aTHX_ cxt, 0); /* Retrieve <magic object> */ in retrieve_hook_common() 5325 sv = retrieve(aTHX_ cxt, 0);/* Retrieve <object> */ in retrieve_ref() 5409 sv = retrieve(aTHX_ cxt, 0); /* Retrieve <object> */ in retrieve_overloaded() 5498 sv = retrieve(aTHX_ cxt, 0); /* Retrieve <object> */ in retrieve_tied_array() 5532 sv = retrieve(aTHX_ cxt, 0); /* Retrieve <object> */ in retrieve_tied_hash() 5566 sv = retrieve(aTHX_ cxt, 0); /* Retrieve <object> */ in retrieve_tied_scalar() [all …]
|
| H A D | MANIFEST | 51 t/retrieve.t
|
| H A D | Storable.pm | 390 sub retrieve { subroutine
|
| H A D | ChangeLog | 338 - added optional flag arguments to skip tie and bless on retrieve/thaw, 462 - It was impossible to retrieve references to PL_sv_no and 722 - Now bless objects ASAP at retrieve time, which is meant to fix 757 presence of repeated exceptions during store/retrieve (which can 770 - Documented that store() and retrieve() can return undef. 906 it when store/retrieve is called within an exception handler. 915 through store/retrieve.
|
| H A D | README | 29 At a later stage, or in another program, you may retrieve data from
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/ |
| H A D | nested_context_exception.t | 58 qr/context\(\) was called to retrieve an existing context/,
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
| H A D | secondary.h | 75 bool retrieve(UNUSED Options Options, UNUSED uptr Size, UNUSED uptr Alignment, in retrieve() function 229 bool retrieve(Options Options, uptr Size, uptr Alignment, in retrieve() function 514 if (Cache.retrieve(Options, Size, Alignment, &H, &Zeroed)) { in allocate()
|
| /openbsd-src/gnu/usr.bin/cvs/doc/ |
| H A D | cvs.info-3 | 110 certain revision of a module. This flag makes it easy to retrieve the 337 sticky. Subsequent `cvs update' commands will not retrieve the latest 342 People often want to retrieve an old version of a file without 456 You can retrieve a branch in one of two ways: by checking it out 1033 Still, you want to be able to retrieve an exact copy of old releases. 1036 retrieve old revisions: 1042 be able to retrieve the file as it was immediately before you 1127 directories, but you also want to be able to retrieve old releases in 1247 `-rTAG' and not `-DDATE' to retrieve the revisions.
|
| /openbsd-src/distrib/notes/loongson/ |
| H A D | prep | 44 using the backspace key, and retrieve previous commands from the history
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perl586delta.pod | 70 POSIX::sigprocmask function can now retrieve the current signal mask without
|