Home
last modified time | relevance | path

Searched refs:__b64_ntop (Results 1 – 11 of 11) sorted by relevance

/external/openssh/openbsd-compat/
Dbase64.h53 # define __b64_ntop(a,b,c,d) b64_ntop(a,b,c,d) macro
/external/libvncserver/
DCMakeLists.txt73 # On systems such as GNU/Linux with glibc, __b64_ntop is defined in a
75 # part of libc itself. We first check if __b64_ntop is found without
78 check_function_exists(__b64_ntop HAVE_B64_IN_LIBC)
81 check_function_exists(__b64_ntop HAVE_B64_IN_LIBRESOLV)
Dconfigure.ac38 AC_CHECK_FUNC(__b64_ntop, HAVE_B64_IN_LIBC="true", HAVE_B64_IN_LIBC="false")
40 AC_CHECK_LIB(resolv, __b64_ntop, HAVE_B64_IN_LIBRESOLV="true", HAVE_B64_IN_LIBRESOLV="false")
DChangeLog718 …as FreeBSD have __b64_ntop as part of libc itself. Improve the detection process and only link ag…
/external/openssh/
Duuencode.c47 return __b64_ntop(src, srclength, target, targsize); in uuencode()
Dhostfile.c147 if (__b64_ntop(salt, len, uu_salt, sizeof(uu_salt)) == -1 || in host_hash()
148 __b64_ntop(result, len, uu_result, sizeof(uu_result)) == -1) in host_hash()
Dconfig.h.in1403 /* Define to 1 if you have the `__b64_ntop' function. */
Dconfigure.ac1681 __b64_ntop \
Dconfigure10632 __b64_ntop \
/external/libvncserver/libvncserver/
Dwebsockets.c191 if (-1 == __b64_ntop(hash, sizeof(hash), target, size)) in webSocketsGenSha1Key()
494 … len = __b64_ntop((unsigned char *)src, len, wsctx->codeBuf+sz, sizeof(wsctx->codeBuf) - (sz + 1)); in webSocketsEncodeHixie()
819 …if (-1 == (ret = __b64_ntop((unsigned char *)src, len, wsctx->codeBuf + sz, sizeof(wsctx->codeBuf)… in webSocketsEncodeHybi()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt178 fun:__b64_ntop=uninstrumented