Home
last modified time | relevance | path

Searched refs:non_nl (Results 1 – 25 of 30) sorted by relevance

12

/dports/misc/amanda-server/amanda-3.3.9/gnulib/
H A Dbase64.c509 char const *non_nl; in base64_decode_ctx() local
512 non_nl = get_4 (ctx, &in, in_end, &inlen); in base64_decode_ctx()
514 non_nl = in; /* Might have nl in this case. */ in base64_decode_ctx()
524 if (!decode_4 (non_nl, inlen, &out, &outleft)) in base64_decode_ctx()
/dports/misc/amanda-client/amanda-3.3.9/gnulib/
H A Dbase64.c509 char const *non_nl; in base64_decode_ctx() local
512 non_nl = get_4 (ctx, &in, in_end, &inlen); in base64_decode_ctx()
514 non_nl = in; /* Might have nl in this case. */ in base64_decode_ctx()
524 if (!decode_4 (non_nl, inlen, &out, &outleft)) in base64_decode_ctx()
/dports/games/hedgewars-server/hedgewars-src-1.0.0/project_files/frontlib/base64/
H A Dbase64.c507 char const *non_nl; in base64_decode_ctx() local
510 non_nl = get_4 (ctx, &in, in_end, &inlen); in base64_decode_ctx()
512 non_nl = in; /* Might have nl in this case. */ in base64_decode_ctx()
522 if (!decode_4 (non_nl, inlen, &out, &outleft)) in base64_decode_ctx()
/dports/games/hedgewars/hedgewars-src-1.0.0/project_files/frontlib/base64/
H A Dbase64.c507 char const *non_nl; in base64_decode_ctx() local
510 non_nl = get_4 (ctx, &in, in_end, &inlen); in base64_decode_ctx()
512 non_nl = in; /* Might have nl in this case. */ in base64_decode_ctx()
522 if (!decode_4 (non_nl, inlen, &out, &outleft)) in base64_decode_ctx()
/dports/net-mgmt/monitoring-plugins/monitoring-plugins-2.3.1/gl/
H A Dbase64.c509 char const *non_nl; in base64_decode_ctx() local
512 non_nl = get_4 (ctx, &in, in_end, &inlen); in base64_decode_ctx()
514 non_nl = in; /* Might have nl in this case. */ in base64_decode_ctx()
524 if (!decode_4 (non_nl, inlen, &out, &outleft)) in base64_decode_ctx()
/dports/security/shishi/shishi-1.0.2/gl/
H A Dbase64.c509 char const *non_nl; in base64_decode_ctx() local
512 non_nl = get_4 (ctx, &in, in_end, &inlen); in base64_decode_ctx()
514 non_nl = in; /* Might have nl in this case. */ in base64_decode_ctx()
524 if (!decode_4 (non_nl, inlen, &out, &outleft)) in base64_decode_ctx()
/dports/mail/mpop/mpop-1.4.15/src/
H A Dbase64.c540 char const *non_nl; in base64_decode_ctx() local
543 non_nl = get_4 (ctx, &in, in_end, &inlen); in base64_decode_ctx()
545 non_nl = in; /* Might have nl in this case. */ in base64_decode_ctx()
555 if (!decode_4 (non_nl, inlen, &out, &outleft)) in base64_decode_ctx()
/dports/mail/msmtp/msmtp-1.8.19/src/
H A Dbase64.c540 char const *non_nl; in base64_decode_ctx() local
543 non_nl = get_4 (ctx, &in, in_end, &inlen); in base64_decode_ctx()
545 non_nl = in; /* Might have nl in this case. */ in base64_decode_ctx()
555 if (!decode_4 (non_nl, inlen, &out, &outleft)) in base64_decode_ctx()
/dports/security/libgsasl/gsasl-1.10.0/lib/gl/
H A Dbase64.c540 char const *non_nl;
543 non_nl = get_4 (ctx, &in, in_end, &inlen);
545 non_nl = in; /* Might have nl in this case. */
555 if (!decode_4 (non_nl, inlen, &out, &outleft))
/dports/archivers/sharutils/sharutils-4.15.2/lib/
H A Dbase64.c540 char const *non_nl; in base64_decode_ctx() local
543 non_nl = get_4 (ctx, &in, in_end, &inlen); in base64_decode_ctx()
545 non_nl = in; /* Might have nl in this case. */ in base64_decode_ctx()
555 if (!decode_4 (non_nl, inlen, &out, &outleft)) in base64_decode_ctx()
/dports/databases/recutils/recutils-1.8/lib/
H A Dbase64.c540 char const *non_nl; in base64_decode_ctx() local
543 non_nl = get_4 (ctx, &in, in_end, &inlen); in base64_decode_ctx()
545 non_nl = in; /* Might have nl in this case. */ in base64_decode_ctx()
555 if (!decode_4 (non_nl, inlen, &out, &outleft)) in base64_decode_ctx()
/dports/net-mgmt/nagios-plugins/nagios-plugins-2.3.3/gl/
H A Dbase64.c540 char const *non_nl; in base64_decode_ctx() local
543 non_nl = get_4 (ctx, &in, in_end, &inlen); in base64_decode_ctx()
545 non_nl = in; /* Might have nl in this case. */ in base64_decode_ctx()
555 if (!decode_4 (non_nl, inlen, &out, &outleft)) in base64_decode_ctx()
/dports/devel/gnulib/gnulib-20140202-stable/lib/
H A Dbase64.c540 char const *non_nl; in base64_decode_ctx() local
543 non_nl = get_4 (ctx, &in, in_end, &inlen); in base64_decode_ctx()
545 non_nl = in; /* Might have nl in this case. */ in base64_decode_ctx()
555 if (!decode_4 (non_nl, inlen, &out, &outleft)) in base64_decode_ctx()
H A Dbase32.c522 char const *non_nl; in base32_decode_ctx() local
525 non_nl = get_8 (ctx, &in, in_end, &inlen); in base32_decode_ctx()
527 non_nl = in; /* Might have nl in this case. */ in base32_decode_ctx()
537 if (!decode_8 (non_nl, inlen, &out, &outleft)) in base32_decode_ctx()
/dports/sysutils/cmogstored/cmogstored-1.8.1/lib/
H A Dbase64.c540 char const *non_nl; in base64_decode_ctx() local
543 non_nl = get_4 (ctx, &in, in_end, &inlen); in base64_decode_ctx()
545 non_nl = in; /* Might have nl in this case. */ in base64_decode_ctx()
555 if (!decode_4 (non_nl, inlen, &out, &outleft)) in base64_decode_ctx()
/dports/sysutils/coreutils/coreutils-8.32/lib/
H A Dbase32.c522 char const *non_nl; in base32_decode_ctx() local
525 non_nl = get_8 (ctx, &in, in_end, &inlen); in base32_decode_ctx()
527 non_nl = in; /* Might have nl in this case. */ in base32_decode_ctx()
537 if (!decode_8 (non_nl, inlen, &out, &outleft)) in base32_decode_ctx()
H A Dbase64.c540 char const *non_nl; in base64_decode_ctx() local
543 non_nl = get_4 (ctx, &in, in_end, &inlen); in base64_decode_ctx()
545 non_nl = in; /* Might have nl in this case. */ in base64_decode_ctx()
555 if (!decode_4 (non_nl, inlen, &out, &outleft)) in base64_decode_ctx()
/dports/security/gss/gss-1.0.3/src/gl/
H A Dbase64.c540 char const *non_nl; in base64_decode_ctx() local
543 non_nl = get_4 (ctx, &in, in_end, &inlen); in base64_decode_ctx()
545 non_nl = in; /* Might have nl in this case. */ in base64_decode_ctx()
555 if (!decode_4 (non_nl, inlen, &out, &outleft)) in base64_decode_ctx()
/dports/security/gsasl/gsasl-1.10.0/lib/gl/
H A Dbase64.c540 char const *non_nl; in base64_decode_ctx() local
543 non_nl = get_4 (ctx, &in, in_end, &inlen); in base64_decode_ctx()
545 non_nl = in; /* Might have nl in this case. */ in base64_decode_ctx()
555 if (!decode_4 (non_nl, inlen, &out, &outleft)) in base64_decode_ctx()
/dports/math/octave/octave-6.4.0/libgnu/
H A Dbase64.c540 char const *non_nl; in base64_decode_ctx() local
543 non_nl = get_4 (ctx, &in, in_end, &inlen); in base64_decode_ctx()
545 non_nl = in; /* Might have nl in this case. */ in base64_decode_ctx()
555 if (!decode_4 (non_nl, inlen, &out, &outleft)) in base64_decode_ctx()
/dports/misc/gnuls/coreutils-8.30/lib/
H A Dbase64.c540 char const *non_nl; in base64_decode_ctx() local
543 non_nl = get_4 (ctx, &in, in_end, &inlen); in base64_decode_ctx()
545 non_nl = in; /* Might have nl in this case. */ in base64_decode_ctx()
555 if (!decode_4 (non_nl, inlen, &out, &outleft)) in base64_decode_ctx()
H A Dbase32.c522 char const *non_nl; in base32_decode_ctx() local
525 non_nl = get_8 (ctx, &in, in_end, &inlen); in base32_decode_ctx()
527 non_nl = in; /* Might have nl in this case. */ in base32_decode_ctx()
537 if (!decode_8 (non_nl, inlen, &out, &outleft)) in base32_decode_ctx()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Dbase64.c533 char const *non_nl; in base64_decode_ctx() local
536 non_nl = get_4 (ctx, &in, in_end, &inlen); in base64_decode_ctx()
538 non_nl = in; /* Might have nl in this case. */ in base64_decode_ctx()
548 if (!decode_4 (non_nl, inlen, &out, &outleft)) in base64_decode_ctx()
H A Dbase32.c521 char const *non_nl; in base32_decode_ctx() local
524 non_nl = get_8 (ctx, &in, in_end, &inlen); in base32_decode_ctx()
526 non_nl = in; /* Might have nl in this case. */ in base32_decode_ctx()
536 if (!decode_8 (non_nl, inlen, &out, &outleft)) in base32_decode_ctx()
/dports/sysutils/pies/pies-1.5/gnu/
H A Dbase64.c540 char const *non_nl; in base64_decode_ctx() local
543 non_nl = get_4 (ctx, &in, in_end, &inlen); in base64_decode_ctx()
545 non_nl = in; /* Might have nl in this case. */ in base64_decode_ctx()
555 if (!decode_4 (non_nl, inlen, &out, &outleft)) in base64_decode_ctx()

12