Home
last modified time | relevance | path

Searched refs:mode_recursive (Results 1 – 6 of 6) sorted by relevance

/dports/security/ssdeep/ssdeep-2.14.1/
H A Ddig.cpp304 if (s->mode & mode_recursive) in should_hash_symlink()
334 if (s->mode & mode_recursive) in should_hash()
474 if (s->mode & mode_recursive) { in process_win32()
549 if (s->mode & mode_recursive) { in process_win32()
H A Dssdeep.h146 #define mode_recursive 1 macro
H A Dmain.cpp121 s->mode |= mode_recursive; break; in process_cmd_line()
/dports/security/md5deep/hashdeep-cd2ed74/src/
H A Ddig.cpp570 if (mode_recursive){ in should_hash_symlink()
622 if (mode_recursive){ in should_hash_expert()
692 if (mode_recursive){ in should_hash()
H A Dmain.h795 state():mode_recursive(false), // do we recurse? in state()
821 bool mode_recursive; variable
H A Dmain.cpp686 case 'r': mode_recursive=true; break; in hashdeep_process_command_line()
1111 case 'r': mode_recursive = true; break; in md5deep_process_command_line()