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

123

/macosx-10.9.5/Security-55471.14.18/include/security_cryptkit/
H A Denc64.c81 * map one group of up to 3 bytes at inp to 4 bytes at outp.
86 unsigned char *outp,
95 *outp++ = ENC(c1);
96 *outp++ = ENC(c2);
98 *outp++ = PAD;
99 *outp = PAD;
101 *outp++ = ENC(c3);
103 *outp = PAD;
106 *outp = ENC(c4);
136 unsigned char *outp; local
85 encChunk(const unsigned char *inp, unsigned char *outp, int count) argument
263 unsigned char *outp; // malloc'd outbuf size local
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/lib/
H A Denc64.c81 * map one group of up to 3 bytes at inp to 4 bytes at outp.
86 unsigned char *outp,
95 *outp++ = ENC(c1);
96 *outp++ = ENC(c2);
98 *outp++ = PAD;
99 *outp = PAD;
101 *outp++ = ENC(c3);
103 *outp = PAD;
106 *outp = ENC(c4);
136 unsigned char *outp; local
85 encChunk(const unsigned char *inp, unsigned char *outp, int count) argument
263 unsigned char *outp; // malloc'd outbuf size local
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libcmd/
H A Duniq.c88 register char *cp, *ep, *mp, *bufp, *outp; local
163 if(outp!=sbufp)
164 sfwrite(fdout,outp,0);
174 outp[f++] = ' ';
175 outp[f++] = '0' + count + 1;
176 outp[f] = ' ';
182 outp[f--] = ' ';
185 outp[f--] = '0' + (count % 10);
188 outp[f--] = ' ';
193 if(outp!
[all...]
H A Dfmt.c57 char* outp; member in struct:Fmt_s
86 if (!fp->outp)
88 while (fp->outp[-1] == ' ')
89 fp->outp--;
90 *fp->outp = 0;
118 if ((d = (fp->outp - cp)) <= 0)
120 else if ((c = fp->outp[-1]) == 'n' && d > 1 && fp->outp[-2] == '\\')
133 fp->outp = 0;
160 fp->outp
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utils/
H A DcuEnc64.c68 * map one group of up to 3 bytes at inp to 4 bytes at outp.
73 unsigned char *outp,
82 *outp++ = ENC(c1);
83 *outp++ = ENC(c2);
85 *outp++ = PAD;
86 *outp = PAD;
88 *outp++ = ENC(c3);
90 *outp = PAD;
93 *outp = ENC(c4);
123 unsigned char *outp; local
72 encChunk(const unsigned char *inp, unsigned char *outp, int count) argument
238 unsigned char *outp; // malloc'd outbuf size local
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utils/lib/
H A DcuEnc64.c68 * map one group of up to 3 bytes at inp to 4 bytes at outp.
73 unsigned char *outp,
82 *outp++ = ENC(c1);
83 *outp++ = ENC(c2);
85 *outp++ = PAD;
86 *outp = PAD;
88 *outp++ = ENC(c3);
90 *outp = PAD;
93 *outp = ENC(c4);
123 unsigned char *outp; local
72 encChunk(const unsigned char *inp, unsigned char *outp, int count) argument
238 unsigned char *outp; // malloc'd outbuf size local
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/offlineasm/
H A Dasm.rb38 def initialize(outp)
39 @outp = outp
53 @outp.puts "OFFLINE_ASM_BEGIN"
59 @outp.puts "OFFLINE_ASM_END"
102 @outp.puts(formatDump(" " + line.join(''), lastComment))
117 @outp.puts text
134 @outp.puts comment
140 @outp.puts(formatDump(" \"\\t" + line.join('') + "\\n\"", lastComment))
145 @outp
[all...]
H A Dgenerate_offset_extractor.rb108 | outp |
109 $output = outp
110 outp.puts inputHash
118 outp.puts "static const unsigned extractorTable[#{length}] = {"
130 outp.puts "#{index},"
134 outp.puts "OFFLINE_ASM_OFFSETOF(#{offset.struct}, #{offset.field}),"
139 outp.puts "sizeof(#{offset.struct}),"
142 outp.puts "};"
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/ras/
H A Dtif2ras.c88 *outp; local
255 outp = (u_char *) mprd_addr(mpr_d(pix), 0, row);
260 *outp++ = *inp++; /* Blue */
261 *outp++ = *inp++; /* Green */
262 *outp++ = *inp++; /* Red */
267 *outp++ = *inp++; /* Blue */
268 *outp++ = *inp++; /* Green */
269 *outp++ = *inp++; /* Red */
277 *outp++ = *inp++;
281 *outp
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_x509_tp/lib/
H A DcuEnc64.c70 * map one group of up to 3 bytes at inp to 4 bytes at outp.
75 unsigned char *outp,
84 *outp++ = ENC(c1);
85 *outp++ = ENC(c2);
87 *outp++ = PAD;
88 *outp = PAD;
90 *outp++ = ENC(c3);
92 *outp = PAD;
95 *outp = ENC(c4);
125 unsigned char *outp; local
74 encChunk(const unsigned char *inp, unsigned char *outp, int count) argument
240 unsigned char *outp; // malloc'd outbuf size local
[all...]
/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dgetnameinfo_link.c41 char *outp = host; local
43 *outp = '\0';
46 n = snprintf(outp, hostlen, "%s%02x", i ? ":" : "", cp[i]);
53 outp += n;
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/include/
H A Dextra_krb.h7 void *outp,
/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dupap.c584 u_char *outp; local
589 outp = outpacket_buf;
591 MAKEHEADER(outp, PPP_PAP);
593 PUTCHAR(UPAP_AUTHREQ, outp);
594 PUTCHAR(++u->us_id, outp);
595 PUTSHORT(outlen, outp);
596 PUTCHAR(u->us_userlen, outp);
597 BCOPY(u->us_user, outp, u->us_userlen);
598 INCPTR(u->us_userlen, outp);
599 PUTCHAR(u->us_passwdlen, outp);
620 u_char *outp; local
[all...]
H A Dacsp.c1710 u_char *outp; local
1715 outp = data + PPP_HDRLEN + sizeof(struct ip) - sizeof(struct pseudo_udphdr);
1716 PUTLONG(srcaddr, outp); // source address
1717 PUTLONG(dstaddr, outp); // destination address
1718 PUTCHAR(0, outp); // zero
1719 PUTCHAR(IPPROTO_UDP, outp); // protocol
1720 PUTSHORT(len - PPP_HDRLEN - sizeof(struct ip), outp); // total length (udp data + udp header)
1723 outp = data + PPP_HDRLEN + sizeof(struct ip);
1724 PUTSHORT(srcport, outp); // source port
1725 PUTSHORT(dstport, outp); // des
1748 PUTSHORT(ntohs(checksum), outp); // header checksum local
1765 u_char *p, *outp; local
2129 u_char *outp; local
[all...]
H A Deap.c479 u_char *outp; local
483 outp = outpacket_buf;
484 MAKEHEADER(outp, PPP_EAP); /* paste in a EAP header */
485 PUTCHAR(EAP_REQUEST, outp);
486 PUTCHAR(cstate->req_id, outp);
487 PUTSHORT(outlen, outp);
488 PUTCHAR(cstate->req_type, outp);
561 u_char *outp; local
581 outp = outpacket_buf;
582 MAKEHEADER(outp, PPP_EA
1028 u_char *outp; local
1166 u_char code, *outp; local
[all...]
H A Dchap.c919 u_char *outp; local
926 outp = outpacket_buf;
928 MAKEHEADER(outp, PPP_CHAP); /* paste in a CHAP header */
930 PUTCHAR(CHAP_CHALLENGE, outp);
931 PUTCHAR(cstate->chal_id, outp);
932 PUTSHORT(outlen, outp);
934 PUTCHAR(chal_len, outp); /* put length of challenge */
935 BCOPY(cstate->challenge, outp, chal_len);
936 INCPTR(chal_len, outp);
938 BCOPY(cstate->chal_name, outp, name_le
956 u_char *outp; local
1123 u_char *outp; local
[all...]
H A Dcbcp.c434 u_char *outp; local
437 outp = outpacket_buf;
441 MAKEHEADER(outp, PPP_CBCP);
443 PUTCHAR(code, outp);
444 PUTCHAR(us->us_id, outp);
445 PUTSHORT(outlen, outp);
448 BCOPY(buf, outp, len);
/macosx-10.9.5/tidy-15.12/tidy/src/
H A Dfileio.c87 void TY_(initFileSink)( TidyOutputSink* outp, FILE* fp ) argument
89 outp->putByte = TY_(filesink_putByte);
90 outp->sinkData = fp;
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/lib/
H A DascContext.h30 void *outp,
H A Drc4Context.h43 void *outp,
H A Drc4Context.cpp65 void *outp,
68 (void) CCCryptorUpdate(rc4Key, inp, inSize, outp, inSize, &outSize);
62 update( void *inp, size_t &inSize, void *outp, size_t &outSize) argument
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/
H A Dpkcs12.c55 unsigned char *outp = out; local
118 memcpy(outp, hash, min(outkeysize, size));
122 outp += size;
/macosx-10.9.5/file_cmds-230/dd/
H A Dconv.c107 u_char *inp, *outp; local
138 for (inp = in.dbp - in.dbcnt, outp = out.dbp; in.dbcnt;) {
143 *outp++ = t[ch];
147 *outp++ = ch;
164 (void)memset(outp, ctab ? ctab[' '] : ' ', cbsz - cnt);
185 outp = out.dbp;
/macosx-10.9.5/SecurityTool-55115/
H A Dkeychain_utilities.c840 * map one group of up to 3 bytes at inp to 4 bytes at outp.
846 unsigned char *outp,
855 *outp++ = ENC(c1);
856 *outp++ = ENC(c2);
858 *outp++ = PAD;
859 *outp = PAD;
861 *outp++ = ENC(c3);
863 *outp = PAD;
866 *outp = ENC(c4);
883 unsigned char *outp; local
845 encChunk(const unsigned char *inp, unsigned char *outp, int count) argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/
H A Dexp_inter.c615 struct output *outp; local
632 for (outp = inp->output;outp;outp=outp->next) {
633 if (outp->i_list->direct == EXP_INDIRECT) {
634 exp_i_update(interp,outp->i_list);
650 for (outp = inp->output;outp;outp
771 struct output *outp; /* overused ptr to struct output */ local
[all...]

Completed in 203 milliseconds

123