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

/macosx-10.9.5/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.9.5/ruby-104/ruby/test/rexml/
H A Dtest_encoding_2.rb16 <?xml version="1.0" encoding='ENC'?>
30 data[/ENC/] = enc
/macosx-10.9.5/Security-55471.14.18/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.9.5/Security-55471.14.18/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.9.5/Security-55471.14.18/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.9.5/Security-55471.14.18/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.9.5/CPANInternal-140/URI/URI/
H A Ddata.pm63 my $ENC = $URI::uric;
64 $ENC =~ s/%//;
69 \$_[0] =~ tr/$ENC//;
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/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.9.5/CPANInternal-140/SOAP-Lite-0.715/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.9.5/CPANInternal-140/SOAP-Lite_new/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.9.5/Security-55471.14.18/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.9.5/SecurityTool-55115/
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.9.5/Heimdal-323.92.1/tools/
H A Dkdc-log-analyze.pl482 } elsif (/No PA-ENC-TIMESTAMP --/) {
/macosx-10.9.5/Heimdal-323.92.1/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.9.5/tcl-102/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.9.5/vim-53/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.9.5/CPANInternal-140/XML-Parser/Expat/
H A DExpat.pm88 local(*ENC);
89 open(ENC, $file) or croak("Couldn't open encmap $file:\n$!\n");
90 binmode(ENC);
92 my $br = sysread(ENC, $data, -s $file);
95 close(ENC);
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DData.pm164 xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
H A DSerializer.pm73 Gets or sets the prefix that labels the SOAP encoding namespace. Defaults to SOAP-ENC.
H A DLite.pm399 # $PREFIX_ENC = 'SOAP-ENC';
3753 As with the envprefix method, this gets or sets the label used for the namespace of the encoding rules. The default value is SOAP-ENC, as is generally used in SOAP 1.1 messages, though the label itself has no actual meaning.
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/
H A DChanges142 + Changed default encoding namespace prefix from SOAP-ENC to soapenc
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c9559 #define ENC(db) ((db)->aDb[0].pSchema->enc) macro
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/lib/SOAP/
H A DLite.pm4216 The default value is SOAP-ENC.
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/SOAP/
H A DLite.pm4083 The default value is SOAP-ENC.
/macosx-10.9.5/ncurses-42/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 430 milliseconds