Searched refs:__b64_ntop (Results 1 – 7 of 7) sorted by relevance
/external/openssh/openbsd-compat/ |
D | base64.h | 53 # define __b64_ntop(a,b,c,d) b64_ntop(a,b,c,d) macro
|
/external/openssh/ |
D | uuencode.c | 47 return __b64_ntop(src, srclength, target, targsize); in uuencode()
|
D | hostfile.c | 147 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()
|
D | config.h.in | 1403 /* Define to 1 if you have the `__b64_ntop' function. */
|
D | configure.ac | 1681 __b64_ntop \
|
D | configure | 10632 __b64_ntop \
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 178 fun:__b64_ntop=uninstrumented
|