Lines Matching refs:l64a
2504 @deftypefun {char *} l64a (long int @var{n})
2506 @safety{@prelim{}@mtunsafe{@mtasurace{:l64a}}@asunsafe{}@acsafe{}}
2517 value of @code{l64a} is undefined if @var{n} is negative. In the GNU
2518 implementation, @code{l64a} treats its argument as unsigned, so it will
2522 To encode a large buffer @code{l64a} must be called in a loop, once for
2538 @r{`l64a' can return a string shorter than 6 bytes, so }
2542 p = stpcpy (cp, l64a (htonl (len)));
2552 p = stpcpy (cp, l64a (htonl (n)));
2564 cp = stpcpy (cp, l64a (htonl (n)));
2576 To decode data produced with @code{l64a} the following function should be
2583 a call to @code{l64a}. The function processes at least 6 bytes of
2592 The @code{l64a} and @code{a64l} functions use a base 64 encoding, in