/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/ |
H A D | writer.c | 125 uint8_t c; in pgp_write_scalar() local 169 uint8_t c; in pgp_write_ptag() local 185 uint8_t c[2]; in pgp_write_length() local 550 base64_t *base64; in base64_writer() local 603 base64_t *base64; in sig_finaliser() local 604 uint8_t c[3]; in sig_finaliser() local 688 base64_t *base64; in pgp_writer_use_armored_sig() local 721 base64_t *base64; in armoured_message_finaliser() local 722 uint8_t c[3]; in armoured_message_finaliser() local 766 base64_t *base64; in pgp_writer_push_armor_msg() local [all …]
|
H A D | reader.c | 452 uint8_t c; in read_char() local 479 int c = first; in eat_whitespace() local 494 int c; in read_and_eat_whitespace() local 522 int c; in unarmoured_read_char() local 630 int c; in process_dash_escaped() local 760 int c; in parse_headers() local 852 int n, c; in read4() local 889 pgp_crc24(unsigned checksum, uint8_t c) in pgp_crc24() 909 int c; in decode64() local 1046 base64(dearmour_t *dearmour) in base64() function [all …]
|
/netbsd-src/usr.bin/uuencode/ |
H A D | uuencode.c | 71 int base64, ch, mode; in main() local 123 #define ENC(c) ((c) ? ((c) & 077) + ' ': '`') argument
|
/netbsd-src/usr.bin/uudecode/ |
H A D | uudecode.c | 75 static int base64; variable 237 #define DEC(c) (((c) - ' ') & 077) /* single character decode */ in decode() argument
|
/netbsd-src/external/mpl/bind/dist/lib/isc/ |
H A D | base64.c | 44 static const char base64[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvw" variable 114 base64_decode_char(base64_decode_ctx_t * ctx,int c) base64_decode_char() argument 231 int c = *cstr++; isc_base64_decodestring() local [all...] |
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/ |
H A D | base64.c | 44 static const char base64[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvw" variable 114 base64_decode_char(base64_decode_ctx_t *ctx, int c) { in base64_decode_char() 231 int c = *cstr++; in isc_base64_decodestring() local
|
/netbsd-src/libexec/ftpd/ |
H A D | cmds.c | 321 struct tab *c; in opts() local 469 int c; in sizecmd() local 508 int c; in statfilecmd() local 559 static const char base64[] = in base64_encode() local 561 const char *c; in base64_encode() local
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
H A D | enc.c | 100 const EVP_CIPHER *cipher = NULL, *c; in enc_main() local 109 int base64 = 0, informat = FORMAT_BINARY, outformat = FORMAT_BINARY; in enc_main() local
|
/netbsd-src/lib/libc/citrus/modules/ |
H A D | citrus_utf7.c | 136 static const char base64[] = variable 159 #define SHIFT7BIT(c) ((c) >> 7) argument 160 #define ISSPECIAL(c) ((c) == '\0' || (c) == BASE64_IN) argument 162 #define FINDLEN(ei, c) \ argument 165 #define ISDIRECT(ei, c) (!SHIFT7BIT((c)) && (ISSPECIAL((c)) || \ argument 168 #define ISSAFE(ei, c) (!SHIFT7BIT((c)) && (ISSPECIAL((c)) || \ argument
|
/netbsd-src/external/public-domain/sqlite/dist/ |
H A D | shell.c | 1080 char c = *z; in zSkipValidUtf8() local 1522 # define CONTINUE_PROMPT_AWAITC(p,c) argument 1533 # define CONTINUE_PROMPT_AWAITC(p,c) \ argument 1556 static void setLexemeOpen(struct DynaPrompt *p, char *s, char c){ in setLexemeOpen() 1838 static int hexDigitValue(char c){ in hexDigitValue() 3730 char c = zIn[i]; in decimalNewFromText() local 4633 #define BX_DV_PROTO(c) \ argument 4683 char c; in skipNonB64() local 4703 char c = (nac<nti)? *pIn++ : b64Numerals[0]; in fromBase64() local 4737 static void base64(sqlite3_context *context, int na, sqlite3_value *av[]){ in base64() function [all …]
|