Searched refs:HF (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/ntp/sntp/scripts/
H A DgenHardFlags6 HF=
26 HF=$hardenfile
34 HF=$hf
39 # If we have a file to use (ie, HF is not empty) then look for one.
40 case "$HF" in
60 HF=$hf
68 case "$HF" in
74 HF=$hf
79 case "$HF" in
87 HF
[all...]
/freebsd-12-stable/contrib/unbound/compat/
H A Dgetentropy_solaris.c70 #define HF(x) (SHA512_Update(&ctx, (char *)&(x), sizeof (void*))) macro
310 HF(main); /* an addr in program */
312 HF(getentropy); /* an addr in this library */
313 HF(printf); /* an addr in libc */
H A Dgetentropy_linux.c86 #define HF(x) (SHA512_Update(&ctx, (char *)&(x), sizeof (void*))) macro
389 HF(getentropy); /* an addr in this library */
390 HF(printf); /* an addr in libc */
H A Dgetentropy_osx.c81 #define HF(x) (SHA512_Update(&ctx, (char *)&(x), sizeof (void*))) macro
289 HF(getentropy); /* an addr in this library */
290 HF(printf); /* an addr in libc */
/freebsd-12-stable/crypto/openssh/regress/
H A Dkeygen-knownhosts.sh119 ${SSHKEYGEN} -f $_file -HF $_host | grep '|1|' | \
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DLinux.cpp564 const bool HF = local
569 Loader = HF ? "ld-linux-armhf.so.3" : "ld-linux.so.3";
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3589 std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag); local
3590 InsertText(FunLocStart, HF);
4233 std::string HF = SynthesizeByrefCopyDestroyHelper(ND, flag); local
4234 if (!HF.empty())
4235 InsertText(FunLocStart, HF);
H A DRewriteModernObjC.cpp4378 std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag); local
4379 InsertText(FunLocStart, HF);
5074 std::string HF = SynthesizeByrefCopyDestroyHelper(ND, flag); local
5075 if (!HF.empty())
5076 Preamble += HF;

Completed in 326 milliseconds