Searched refs:__b64_pton (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/lib/libkeynote/
H A Dbase64.c34 int __b64_pton(char const *, unsigned char *, size_t);
53 i = __b64_pton(src, target, targsize);
/openbsd-current/lib/libc/hidden/
H A Dresolv.h24 PROTO_STD_DEPRECATED(__b64_pton); variable
/openbsd-current/include/
H A Dresolv.h256 #define b64_pton __b64_pton
/openbsd-current/usr.sbin/smtpd/
H A Dutil.c812 return __b64_pton(src, dest, destsize);
H A Dsmtp_client.c64 #define base64_decode __b64_pton
/openbsd-current/usr.sbin/nsd/
H A Dzonec.c652 i = __b64_pton(b64, buffer, B64BUFSIZE);
1021 wire_len = __b64_pton(b64, buffer, B64BUFSIZE);
H A Dconfigparser.y805 size = __b64_pton($2, data, sizeof(data));
H A Dremote.c2093 if(__b64_pton(arg2, data, sizeof(data)) == -1) {
2151 if(__b64_pton(arg2, data, sizeof(data)) == -1) {
H A Doptions.c1831 size = __b64_pton(key->secret, data, sizeof(data));
/openbsd-current/usr.bin/ssh/
H A Dhostfile.c98 ret = __b64_pton(b64salt, salt, salt_len);
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc2493 INTERCEPTOR(int, __b64_pton, char const *src, char *target, SIZE_T targsize) {
2495 COMMON_INTERCEPTOR_ENTER(ctx, __b64_pton, src, target, targsize);
2497 int res = REAL(__b64_pton)(src, target, targsize);
2504 COMMON_INTERCEPT_FUNCTION(__b64_pton);

Completed in 143 milliseconds