Searched refs:MD4File (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/lib/libmd/
H A Dmd4.h65 #ifndef MD4File
66 #define MD4File _libmd_MD4File macro
82 char * MD4File(const char *, char *);
H A DMakefile25 MLINKS+=md4.3 MD4End.3 md4.3 MD4File.3 md4.3 MD4FileChunk.3
/freebsd-13-stable/sys/sys/
H A Dmd4.h47 char * MD4File(const char *, char *);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc8378 INTERCEPTOR(char *, MD4File, const char *filename, char *buf) {
8380 COMMON_INTERCEPTOR_ENTER(ctx, MD4File, filename, buf);
8383 char *ret = REAL(MD4File)(filename, buf);
8406 COMMON_INTERCEPT_FUNCTION(MD4File); \

Completed in 206 milliseconds