Searched refs:ENC (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10/basic_cmds-55/uuencode/
H A Duuencode.c141 /* ENC is the basic 1 character encoding function to make a char printing */
142 #define ENC(c) ((c) ? ((c) & 077) + ' ': '`') macro
186 ch = ENC(n);
197 ch = ENC(ch);
201 ch = ENC(ch);
205 ch = ENC(ch);
209 ch = ENC(ch);
218 (void)fprintf(output, "%c\nend\n", ENC('\0'));
/macosx-10.10/OpenSSL098-52/src/VMS/
H A Dopenssl_utils.com24 $ ENC :== $SSLEXE:OPENSSL ENC
/macosx-10.10/ruby-106/ruby/test/rexml/
H A Dtest_encoding_2.rb16 <?xml version="1.0" encoding='ENC'?>
30 data[/ENC/] = enc
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utils/
H A DcuEnc64.c63 #define ENC(c) (bintoasc[((c) & 0x3f)]) macro
82 *outp++ = ENC(c1);
83 *outp++ = ENC(c2);
88 *outp++ = ENC(c3);
93 *outp = ENC(c4);
/macosx-10.10/Security-57031.1.35/Security/include/security_cryptkit/
H A Denc64.c73 #define ENC(c) (bintoasc[((c) & 0x3f)]) macro
95 *outp++ = ENC(c1);
96 *outp++ = ENC(c2);
101 *outp++ = ENC(c3);
106 *outp = ENC(c4);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utils/lib/
H A DcuEnc64.c63 #define ENC(c) (bintoasc[((c) & 0x3f)]) macro
82 *outp++ = ENC(c1);
83 *outp++ = ENC(c2);
88 *outp++ = ENC(c3);
93 *outp = ENC(c4);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A Denc64.c73 #define ENC(c) (bintoasc[((c) & 0x3f)]) macro
95 *outp++ = ENC(c1);
96 *outp++ = ENC(c2);
101 *outp++ = ENC(c3);
106 *outp = ENC(c4);
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/t/
H A D08-schema.t24 xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
30 <nums xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="xsd:int[5]">
61 <i xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="SOAP-ENC:integer">12</i>
66 <SOAP-ENC:integer xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">12</SOAP-ENC:integer>
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_x509_tp/lib/
H A DcuEnc64.c65 #define ENC(c) (bintoasc[((c) & 0x3f)]) macro
84 *outp++ = ENC(c1);
85 *outp++ = ENC(c2);
90 *outp++ = ENC(c3);
95 *outp = ENC(c4);
/macosx-10.10/Security-57031.1.35/SecurityTool/
H A Dkeychain_utilities.c835 #define ENC(c) (bintoasc[((c) & 0x3f)]) macro
855 *outp++ = ENC(c1);
856 *outp++ = ENC(c2);
861 *outp++ = ENC(c3);
866 *outp = ENC(c4);
/macosx-10.10/Heimdal-398.1.2/tools/
H A Dkdc-log-analyze.pl482 } elsif (/No PA-ENC-TIMESTAMP --/) {
/macosx-10.10/Heimdal-398.1.2/appl/ftp/ftpd/
H A Dftpcmd.y109 CONF ENC
708 | ENC SP STRING CRLF
991 { "ENC", ENC, STR1, 1, "<sp> privacy command" },
1041 /* might still be data within the security MIC/CONF/ENC */
/macosx-10.10/tcl-105/tcl_ext/tclsoap/tclsoap/
H A Drpcvar.tcl417 # initialize with the SOAP 1.1 encodings for xsd and SOAP-ENC
452 _init SOAP-ENC $type
460 # Initialize the core SOAP types. xsd and SOAP-ENC namespace names are
/macosx-10.10/vim-55/runtime/syntax/
H A Dldapconf.vim177 \ 'CRAM-MD5\|GSS-SPNEGO\|DIGEST-MD5\|9798-[UM]-\%(RSA-SHA1-ENC\|\%(EC\)\=DSA-SHA1\)\|NMAS-SAMBA-AUTH'
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c9559 #define ENC(db) ((db)->aDb[0].pSchema->enc) macro
[all...]
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/lib/SOAP/
H A DLite.pm4220 The default value is SOAP-ENC.
/macosx-10.10/ncurses-44/ncurses/misc/
H A Dterminfo.src1153 kIC=\ENJ, kLFT=\ENK, kMOV=\ENC, kNXT=\ENH, kOPT=\EOR,
10079 kMOV=\ENC, kMSG=\EOL, kNXT=\ENH, kOPT=\EOR, kPRT=\EOZ,
10280 kFND=\EOX, kHLP=\EOM, kMOV=\ENC, kMSG=\EOL, kNXT=\ENH,
10361 kFND=\EOX, kHLP=\EOM, kMOV=\ENC, kMSG=\EOL, kNXT=\ENH,

Completed in 664 milliseconds