C:\Users\Fred\Documents\Win32-LongPath-master\Win32-LongPath-master>dir Volume in drive C is Windows8_OS Volume Serial Number is 3052-CD20 Directory of C:\Users\Fred\Documents\Win32-LongPath-master\Win32-LongPath-master 12/20/2016 03:14 PM
##
/* hv.h
*
* Copyright (C) 1991, 1992, 1993, 1996, 1997, 1998, 1999,
* 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2008, by Larry Wall and others
*
* You may distribute under the terms of either the GNU General Public
* License or the Artistic License, as specified in the README file.
*
*/
/* These control hash traversal randomization and the environment variable PERL_PERTURB_KEYS.
* Currently disabling this functionality will break a few tests, but should otherwise work fine.
* See perlrun for more details. */
#if defined(PERL_PERTURB_KEYS_DISABLED)
# define PL_HASH_RAND_BITS_ENABLED 0
# define PERL_HASH_ITER_BUCKET(iter) ((iter)->xhv_riter)
#else
# define PERL_HASH_RANDOMIZE_KEYS 1
# if defined(PERL_PERTURB_KEYS_RANDOM)
# define PL_HASH_RAND_BITS_ENABLED 1
# elif defined(PERL_PERTURB_KEYS_DETERMINISTIC)
# define PL_HASH_RAND_BITS_ENABLED 2
# else
# define USE_PERL_PERTURB_KEYS 1
# define PL_HASH_RAND_BITS_ENABLED PL_hash_rand_bits_enabled
# endif
# define PERL_HASH_ITER_BUCKET(iter) (((iter)->xhv_riter) ^ ((iter)->xhv_rand))
#endif
/* entry in hash value chain */
struct he {
/* Keep hent_next first in this structure, because sv_free_arenas take
advantage of this to share code between the he arenas and the SV
body arenas */
HE *hent_next; /* next entry in chain */
HEK *hent_hek; /* hash key */
union {
SV *hent_val; /* scalar value that was hashed */
Size_t hent_refcount; /* references for this shared hash key */
} he_valu;
};
/* hash key -- defined separately for use as shared pointer */
struct hek {
U32 hek_hash; /* hash of key */
I32 hek_len; /* length of hash key */
char hek_key[1]; /* variable-length hash key */
/* the hash-key is \0-terminated */
/* after the \0 there is a byte for flags, such as whether the key
is UTF-8 */
};
struct shared_he {
struct he shared_he_he;
struct hek shared_he_hek;
};
/* Subject to change.
Don't access this directly.
Use the funcs in mro_core.c
*/
##
##
C:/Users/Fred/text7.txt
text7.txt: M age in days: 0.0024
C:/Users/Fred/text8.txt
text8.txt: M age in days: 0.0000
C:/Users/Fred/virus7.pl
virus7.pl: M age in days: 0.0003
C:/Users/Fred/Desktop/new 2.txt
new 2.txt: M age in days: 0.0087
C:/Users/Fred/new 3.txt
new 3.txt: M age in days: 0.1398
C:/Users/Fred/text7.txt
text7.txt: M age in days: 0.0138
C:/Users/Fred/text8.txt
text8.txt: M age in days: 0.0109
C:/Users/Fred/virus7.pl
virus7.pl: M age in days: 0.0009
C:/Users/Fred/Desktop/new 2.txt
new 2.txt: M age in days: 0.0201
C:/Users/Fred/Documents/Win32-LongPath-master.zip
Win32-LongPath-master.zip: M age in days: 0.1961
C:/Users/Fred/Documents/Win32-LongPath-master/Win32-LongPath-master/Changes
Changes: M age in days: 0.1929
C:/Users/Fred/Documents/Win32-LongPath-master/Win32-LongPath-master/LongPath.bs
LongPath.bs: M age in days: 0.1899
C:/Users/Fred/Documents/Win32-LongPath-master/Win32-LongPath-master/Makefile
Makefile: M age in days: 0.1908
C:/Users/Fred/Documents/Win32-LongPath-master/Win32-LongPath-master/Makefile.PL
Makefile.PL: M age in days: 0.1929
C:/Users/Fred/Documents/Win32-LongPath-master/Win32-LongPath-master/MANIFEST
MANIFEST: M age in days: 0.1929
C:/Users/Fred/Documents/Win32-LongPath-master/Win32-LongPath-master/MANIFEST.SKIP
MANIFEST.SKIP: M age in days: 0.1929
C:/Users/Fred/Documents/Win32-LongPath-master/Win32-LongPath-master/META.yml
META.yml: M age in days: 0.1929
C:/Users/Fred/Documents/Win32-LongPath-master/Win32-LongPath-master/MYMETA.json
MYMETA.json: M age in days: 0.1908
C:/Users/Fred/Documents/Win32-LongPath-master/Win32-LongPath-master/MYMETA.yml
MYMETA.yml: M age in days: 0.1908
C:/Users/Fred/Documents/Win32-LongPath-master/Win32-LongPath-master/ppport.h
ppport.h: M age in days: 0.1908
C:/Users/Fred/Documents/Win32-LongPath-master/Win32-LongPath-master/README
README: M age in days: 0.1929
C:/Users/Fred/Documents/Win32-LongPath-master/Win32-LongPath-master/blib/arch/.exists
.exists: M age in days: 0.1899
C:/Users/Fred/Documents/Win32-LongPath-master/Win32-LongPath-master/blib/arch/auto/Win32/LongPath/.exists
.exists: M age in days: 0.1899
C:/Users/Fred/Documents/Win32-LongPath-master/Win32-LongPath-master/blib/bin/.exists
.exists: M age in days: 0.1899
C:/Users/Fred/Documents/Win32-LongPath-master/Win32-LongPath-master/blib/lib/auto/Win32/LongPath/.exists
.exists: M age in days: 0.1899
C:/Users/Fred/Documents/Win32-LongPath-master/Win32-LongPath-master/blib/lib/Win32/.exists
.exists: M age in days: 0.1899
C:/Users/Fred/Documents/Win32-LongPath-master/Win32-LongPath-master/blib/man1/.exists
.exists: M age in days: 0.1899
C:/Users/Fred/Documents/Win32-LongPath-master/Win32-LongPath-master/blib/man3/.exists
.exists: M age in days: 0.1899
C:/Users/Fred/Documents/Win32-LongPath-master/Win32-LongPath-master/blib/script/.exists
.exists: M age in days: 0.1899
C:/Users/Fred/Documents/Win32-LongPath-master/Win32-LongPath-master/inc/Module/Install.pm
Install.pm: M age in days: 0.1929
C:/Users/Fred/Documents/Win32-LongPath-master/Win32-LongPath-master/inc/Module/Install/Base.pm
Base.pm: M age in days: 0.1929
C:/Users/Fred/Documents/Win32-LongPath-master/Win32-LongPath-master/inc/Module/Install/Can.pm
Can.pm: M age in days: 0.1929
C:/Users/Fred/Documents/Win32-LongPath-master/Win32-LongPath-master/inc/Module/Install/Fetch.pm
Fetch.pm: M age in days: 0.1929
C:/Users/Fred/Documents/Win32-LongPath-master/Win32-LongPath-master/inc/Module/Install/Makefile.pm
Makefile.pm: M age in days: 0.1929
C:/Users/Fred/Documents/Win32-LongPath-master/Win32-LongPath-master/inc/Module/Install/Metadata.pm
Metadata.pm: M age in days: 0.1929
C:/Users/Fred/Documents/Win32-LongPath-master/Win32-LongPath-master/inc/Module/Install/Win32.pm
Win32.pm: M age in days: 0.1929
C:/Users/Fred/Documents/Win32-LongPath-master/Win32-LongPath-master/inc/Module/Install/With.pm
With.pm: M age in days: 0.1929
C:/Users/Fred/Documents/Win32-LongPath-master/Win32-LongPath-master/inc/Module/Install/WriteAll.pm
WriteAll.pm: M age in days: 0.1929
C:/Users/Fred/Documents/Win32-LongPath-master/Win32-LongPath-master/inc/Module/Install/XSUtil.pm
XSUtil.pm: M age in days: 0.1929
C:/Users/Fred/Documents/Win32-LongPath-master/Win32-LongPath-master/lib/Win32/LongPath.pm
LongPath.pm: M age in days: 0.1929
C:/Users/Fred/Documents/Win32-LongPath-master/Win32-LongPath-master/t/LongPath.t
LongPath.t: M age in days: 0.1929
C:/Users/Fred/Documents/Win32-LongPath-master/Win32-LongPath-master/xs/LongPath.c
LongPath.c: M age in days: 0.1899
C:/Users/Fred/Documents/Win32-LongPath-master/Win32-LongPath-master/xs/LongPath.xs
LongPath.xs: M age in days: 0.1929
C:/Users/Fred/Documents/Win32-LongPath-master/Win32-LongPath-master/xs/typemap
typemap: M age in days: 0.1929