HomeSort by: relevance | last modified time | path
    Searched refs:RMD160FileChunk (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/sys/
rmd160.h 51 char *RMD160FileChunk(const char *, char *, off_t, off_t);
  /src/lib/libc/include/
namespace.h 137 #define RMD160FileChunk _RMD160FileChunk
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc 8266 INTERCEPTOR(char *, RMD160FileChunk, char *filename, char *buf, OFF_T offset,
8269 COMMON_INTERCEPTOR_ENTER(ctx, RMD160FileChunk, filename, buf, offset, length);
8272 char *ret = REAL(RMD160FileChunk)(filename, buf, offset, length);
8294 COMMON_INTERCEPT_FUNCTION(RMD160FileChunk); \
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors.inc 8778 INTERCEPTOR(char *, RMD160FileChunk, char *filename, char *buf, OFF_T offset,
8781 COMMON_INTERCEPTOR_ENTER(ctx, RMD160FileChunk, filename, buf, offset, length);
8784 char *ret = REAL(RMD160FileChunk)(filename, buf, offset, length);
8806 COMMON_INTERCEPT_FUNCTION(RMD160FileChunk); \
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors.inc 8779 INTERCEPTOR(char *, RMD160FileChunk, char *filename, char *buf, OFF_T offset,
8782 COMMON_INTERCEPTOR_ENTER(ctx, RMD160FileChunk, filename, buf, offset, length);
8785 char *ret = REAL(RMD160FileChunk)(filename, buf, offset, length);
8807 COMMON_INTERCEPT_FUNCTION(RMD160FileChunk); \

Completed in 32 milliseconds