HomeSort by: relevance | last modified time | path
    Searched defs:b64_pton (Results 1 - 7 of 7) sorted by relevancy

  /src/lib/libc/net/
base64.c 217 b64_pton(char const *src, u_char *target, size_t targsize) function
  /src/external/bsd/libbind/dist/isc/
base64.c 203 b64_pton(src, target, targsize) function
  /src/external/bsd/tmux/dist/compat/
base64.c 190 b64_pton(src, target, targsize) function
  /src/external/bsd/nsd/dist/compat/
b64_pton.c 381 b64_pton(char const *src, uint8_t *target, size_t targsize) function
  /src/external/bsd/tmux/dist/
compat.h 390 #undef b64_pton macro
392 int b64_pton(const char *, u_char *, size_t);
  /src/include/
resolv.h 355 #define b64_pton __b64_pton macro
432 int b64_pton(char const *, u_char *, size_t);
  /src/external/bsd/libbind/dist/include/
resolv.h 357 #define b64_pton __b64_pton macro
432 int b64_pton __P((char const *, u_char *, size_t));

Completed in 18 milliseconds