Searched refs:hashupdate (Results 1 – 3 of 3) sorted by relevance
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-mt/ |
H A D | Opts.td | 19 def hash_update : Joined<["/", "-"], "hashupdate:">, HelpText<"Not supported">, MetaVarName<"file">… 20 def hash_update_flag : Flag<["/", "-"], "hashupdate">, Alias<hash_update>, HelpText<"Not supported"…
|
/netbsd/crypto/external/bsd/heimdal/dist/packages/windows/assembly/ |
H A D | NTMakefile | 93 …$(MT) -manifest $(ASMKRBDIR)\$(ASMKRBMAN).nohash -out:$(ASMKRBDIR)\$(ASMKRBMAN) -hashupdate -makec…
|
/netbsd/external/bsd/openldap/dist/servers/slapd/ |
H A D | schema_init.c | 118 static void (*hashupdate)(lutil_HASH_CTX *ctx,unsigned char const *buf, ber_len_t len) = lutil_HASH… variable 122 #define HASH_Update(c,buf,len) hashupdate(c,buf,len) 134 hashupdate = lutil_HASH64Update; in slap_hash64() 139 hashupdate = lutil_HASHUpdate; in slap_hash64()
|