Searched refs:__b64_ntop (Results 1 – 11 of 11) sorted by relevance
/external/openssh/openbsd-compat/ |
D | base64.h | 55 # define __b64_ntop(a,b,c,d) b64_ntop(a,b,c,d) macro
|
/external/libvncserver/ |
D | CMakeLists.txt | 73 # 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)
|
D | configure.ac | 38 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")
|
D | ChangeLog | 718 …as FreeBSD have __b64_ntop as part of libc itself. Improve the detection process and only link ag…
|
/external/openssh/ |
D | uuencode.c | 47 return __b64_ntop(src, srclength, target, targsize); in uuencode()
|
D | hostfile.c | 148 if (__b64_ntop(salt, len, uu_salt, sizeof(uu_salt)) == -1 || in host_hash() 149 __b64_ntop(result, len, uu_result, sizeof(uu_result)) == -1) in host_hash()
|
D | config.h.in | 1358 /* Define to 1 if you have the `__b64_ntop' function. */
|
D | configure.ac | 1624 __b64_ntop \
|
D | configure | 16534 __b64_ntop \
|
/external/libvncserver/libvncserver/ |
D | websockets.c | 191 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/ |
D | libc_ubuntu1404_abilist.txt | 178 fun:__b64_ntop=uninstrumented
|