OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__b64_ntop
(Results
26 - 33
of
33
) sorted by null
1
2
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/
resolv.h
47
#define b64_ntop
__b64_ntop
/external/openssh/
uuencode.c
46
return
__b64_ntop
(src, srclength, target, targsize);
hostfile.c
140
if (
__b64_ntop
(salt, len, uu_salt, sizeof(uu_salt)) == -1 ||
141
__b64_ntop
(result, len, uu_result, sizeof(uu_result)) == -1)
142
fatal("host_hash:
__b64_ntop
failed");
configure
[
all
...]
/bionic/libc/private/
resolv_private.h
345
#define b64_ntop
__b64_ntop
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
resolv.h
279
#define b64_ntop
__b64_ntop
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h
279
#define b64_ntop
__b64_ntop
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h
279
#define b64_ntop
__b64_ntop
Completed in 572 milliseconds
1
2