Searched refs:ENC (Results 1 – 7 of 7) sorted by relevance
| /mirbsd/src/usr.bin/uuencode/ |
| D | uuencode.c | 142 #define ENC(c) ((c) ? ((c) & 077) + ' ': '`') macro 189 ch = ENC(n); in encode() 200 ch = ENC(ch); in encode() 204 ch = ENC(ch); in encode() 208 ch = ENC(ch); in encode() 212 ch = ENC(ch); in encode() 222 (void)fprintf(output, "%c\nend\n", ENC('\0')); in encode()
|
| /mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/ |
| D | HTUU.c | 76 #define ENC(c) six2pr[c] in HTUU_encode() macro 84 *(outptr++) = ENC(*bufin >> 2); /* c1 */ in HTUU_encode() 85 *(outptr++) = ENC(((*bufin << 4) & 060) | ((bufin[1] >> 4) & 017)); /*c2 */ in HTUU_encode() 86 *(outptr++) = ENC(((bufin[1] << 2) & 074) | ((bufin[2] >> 6) & 03)); /*c3 */ in HTUU_encode() 87 *(outptr++) = ENC(bufin[2] & 077); /* c4 */ in HTUU_encode()
|
| /mirbsd/src/usr.bin/audioctl/ |
| D | audioctl.c | 81 #define ENC 7 macro 105 { "play.encoding", &info.play.encoding, ENC, 0 }, 123 { "record.encoding", &info.record.encoding, ENC, 0 }, 229 case ENC: in prfield() 275 case ENC: in rdfield()
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Encode/Byte/ |
| D | Makefile.PL | 47 opendir(ENC,catdir(updir(),'ucm')) or die $!; 48 while (defined(my $file = readdir(ENC))) 54 closedir(ENC);
|
| /mirbsd/src/sbin/isakmpd/ |
| D | isakmp_num.cst | 90 ENC 1
|
| /mirbsd/src/lib/libssl/src/ |
| D | README | 180 (formerly BXA) with a copy to the ENC Encryption Request Coordinator;
|
| /mirbsd/src/share/misc/ |
| D | acronyms | 3802 ENC [IATA] Nancy (Essey), France
|