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

  /src/sys/sys/
sha1.h 32 char *SHA1FileChunk(const char *, char *, off_t, off_t);
  /src/lib/libc/include/
namespace.h 145 #define SHA1FileChunk _SHA1FileChunk
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc 8096 INTERCEPTOR(char *, SHA1FileChunk, char *filename, char *buf, OFF_T offset,
8099 COMMON_INTERCEPTOR_ENTER(ctx, SHA1FileChunk, filename, buf, offset, length);
8102 char *ret = REAL(SHA1FileChunk)(filename, buf, offset, length);
8124 COMMON_INTERCEPT_FUNCTION(SHA1FileChunk); \
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors.inc 8608 INTERCEPTOR(char *, SHA1FileChunk, char *filename, char *buf, OFF_T offset,
8611 COMMON_INTERCEPTOR_ENTER(ctx, SHA1FileChunk, filename, buf, offset, length);
8614 char *ret = REAL(SHA1FileChunk)(filename, buf, offset, length);
8636 COMMON_INTERCEPT_FUNCTION(SHA1FileChunk); \
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors.inc 8609 INTERCEPTOR(char *, SHA1FileChunk, char *filename, char *buf, OFF_T offset,
8612 COMMON_INTERCEPTOR_ENTER(ctx, SHA1FileChunk, filename, buf, offset, length);
8615 char *ret = REAL(SHA1FileChunk)(filename, buf, offset, length);
8637 COMMON_INTERCEPT_FUNCTION(SHA1FileChunk); \

Completed in 31 milliseconds