Searched refs:outbuf (Results 126 - 150 of 180) sorted by relevance

12345678

/macosx-10.10.1/libtelnet-13/
H A Dkerberos5.c395 krb5_data outbuf; local
531 &outbuf))) {
538 Data(ap, KRB_RESPONSE, outbuf.data, outbuf.length);
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dcompile.el1001 outwin outbuf)
1003 (setq outbuf
1056 (if (eq outbuf (current-buffer))
1059 (setq outwin (display-buffer outbuf nil t))
1060 (with-current-buffer outbuf
1096 (comint-exec outbuf (downcase mode-name)
1099 outbuf command))))
1104 (set-marker (process-mark proc) (point) outbuf)
1118 (let* ((buffer-read-only nil) ; call-process needs to modify outbuf
1119 (status (call-process shell-file-name nil outbuf ni
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A Dpkcs12Derive.cpp86 uint8 *outbuf,
255 memmove(outbuf, p12_A, outbufLen);
77 p12PbeGen( const CSSM_DATA &pwd, const uint8 *salt, unsigned saltLen, unsigned iterCount, P12_PBE_ID pbeId, CSSM_ALGORITHMS hashAlg, SecNssCoder &coder, uint8 *outbuf, unsigned outbufLen) argument
/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/src/
H A Dmap.c1125 char outbuf[EL_BUFSIZ]; local
1129 (void) key__decode_str(in, outbuf, sizeof(outbuf), "");
1134 "%s\t->\t" FSTR "\n", outbuf, bp->name);
1251 Char outbuf[EL_BUFSIZ]; local
1352 if ((out = parse__string(outbuf, argv[argc])) == NULL) {
/macosx-10.10.1/autofs-246/autofs_kext/
H A Dauto_vnops.c694 void *outbuf; local
869 MALLOC(outbuf, void *, alloc_count, M_AUTOFS, M_WAITOK);
870 dp = outbuf;
901 FREE(outbuf, M_AUTOFS);
975 error = uiomove(outbuf, outcount, uiop);
1001 FREE(outbuf, M_AUTOFS);
/macosx-10.10.1/libedit-40/src/
H A Dmap.c1124 char outbuf[EL_BUFSIZ]; local
1128 (void) keymacro__decode_str(in, outbuf, sizeof(outbuf), "");
1133 "%s\t->\t" FSTR "\n", outbuf, bp->name);
1250 Char outbuf[EL_BUFSIZ]; local
1351 if ((out = parse__string(outbuf, argv[argc])) == NULL) {
/macosx-10.10.1/lukemftp-14/tnftp/libedit/
H A Dmap.c1122 char outbuf[EL_BUFSIZ]; local
1126 (void) key__decode_str(in, outbuf, "");
1130 "%s\t->\t%s\n", outbuf, bp->name);
1239 char outbuf[EL_BUFSIZ]; local
1340 if ((out = parse__string(outbuf, argv[argc])) == NULL) {
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/lib/
H A Dauxprop.c472 * outbuf -- output buffer
478 char *outbuf, unsigned outmax, unsigned *outlen)
483 if (!ctx || !outbuf) return SASL_BADPARAM;
499 *outbuf = '\0';
506 strncat(outbuf, sep, seplen);
510 strcat(outbuf, val->name);
477 prop_format(struct propctx *ctx, const char *sep, int seplen, char *outbuf, unsigned outmax, unsigned *outlen) argument
/macosx-10.10.1/system_cmds-643.1.1/getty.tproj/
H A Dmain.c710 char outbuf[OBUFSIZ]; variable
725 outbuf[obufcnt++] = c;
736 write(STDOUT_FILENO, outbuf, obufcnt);
/macosx-10.10.1/emacs-93/emacs/src/
H A Dprint.c1635 unsigned char outbuf[50];
1636 sprintf (outbuf, "\\x%x", c);
1637 strout (outbuf, -1, -1, printcharfun, 0);
1648 unsigned char outbuf[5];
1649 sprintf (outbuf, "\\%03o", c);
1650 strout (outbuf, -1, -1, printcharfun, 0);
1629 unsigned char outbuf[50]; local
1642 unsigned char outbuf[5]; local
H A Dccl.c2244 char *outbuf; variable
2271 outbuf = (char *) xmalloc (outbufsize);
2274 produced = ccl_driver (&ccl, SDATA (str), outbuf,
2285 produced = str_as_multibyte (outbuf, outbufsize, produced, &nchars);
2286 val = make_multibyte_string (outbuf, nchars, produced);
2289 val = make_unibyte_string (outbuf, produced);
2290 xfree (outbuf); variable
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dstrtest.cpp339 SimpleByteSink(char *outbuf) : fOutbuf(outbuf), fLength(0) {} argument
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/DateFmtPerf/
H A DDateFmtPerf.h391 char outbuf[500]; local
402 sprintf(outbuf, "%lg", result);
/macosx-10.10.1/apache-793/httpd/modules/aaa/
H A Dmod_authnz_ldap.c172 char *outbuf; local
177 outbuf = apr_pcalloc(r->pool, outbytes);
180 if (apr_xlate_conv_buffer(convset, sent_password, &inbytes, outbuf,
182 return outbuf;
219 char *outbuf; local
240 outbuf = apr_pcalloc(r->pool, outbytes);
243 if (apr_xlate_conv_buffer(convset, user, &inbytes, outbuf, &outbytes) == APR_SUCCESS) {
244 user = apr_pstrdup(r->pool, outbuf);
/macosx-10.10.1/xnu-2782.1.97/security/
H A Dmac_net.c257 char *outbuf, size_t outbuflen)
260 return (MAC_EXTERNALIZE(ifnet, label, elements, outbuf, outbuflen));
256 mac_ifnet_label_externalize(struct label *label, char *elements, char *outbuf, size_t outbuflen) argument
H A Dmac_vfs.c238 char *outbuf, size_t outbuflen, int flags __unused)
242 error = MAC_EXTERNALIZE(vnode, label, elements, outbuf, outbuflen);
269 char *outbuf, size_t outbuflen)
273 error = MAC_EXTERNALIZE(mount, label, elements, outbuf, outbuflen);
237 mac_vnode_label_externalize(struct label *label, char *elements, char *outbuf, size_t outbuflen, int flags __unused) argument
268 mac_mount_label_externalize(struct label *label, char *elements, char *outbuf, size_t outbuflen) argument
/macosx-10.10.1/ruby-106/ruby/ext/zlib/
H A Dzlib.c2715 gzfile_readpartial(struct gzfile *gz, long len, VALUE outbuf) argument
2722 if (!NIL_P(outbuf))
2723 OBJ_TAINT(outbuf);
2726 if (NIL_P(outbuf))
2729 rb_str_resize(outbuf, 0);
2730 return outbuf;
2740 if (!NIL_P(outbuf))
2741 rb_str_resize(outbuf, 0);
2748 if (!NIL_P(outbuf)) {
2749 rb_str_resize(outbuf, RSTRING_LE
3771 VALUE vlen, outbuf; local
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/ntlm/
H A Dcrypto.c257 unsigned char outbuf[16]; local
266 out.buffer.length = sizeof(outbuf);
267 out.buffer.value = outbuf;
273 if (ct_memcmp(trailer->buffer.value, outbuf, 16))
/macosx-10.10.1/system_cmds-643.1.1/trace.tproj/
H A Dtrace.c1043 char outbuf[32]; local
1199 sprintf(&outbuf[0], "(%-10.1f)", event_elapsed_time);
1203 ch = &outbuf[11];
1206 ch = strchr (&outbuf[0], ')');
1213 while (ch != &outbuf[0])
1227 fprintf(output_file, "%13.1f %10.1f%s %-28x ", x, y, outbuf, debugid_base);
1232 fprintf(output_file, "%13.1f %10.1f%s %-28.28s ", x, y, outbuf, dbgmessge);
/macosx-10.10.1/OpenSSH-189/osslshim/ossl/
H A Dossl-rsa-cc.c462 cc_rsa_public_encrypt(int ilen, const unsigned char *inbuf, unsigned char *outbuf, argument
481 (size_t)ilen, (void *)outbuf, (size_t *)&olen, NULL, 0, kCCDigestSHA1);
487 olen = RSA_public_encrypt(ilen, inbuf, outbuf, key, padding);
527 cc_rsa_private_decrypt(int ilen, const unsigned char *inbuf, unsigned char *outbuf, argument
545 (void *)outbuf, (size_t * )&olen, NULL, 0, kCCDigestSHA1);
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dtelnet.c1230 unsigned char outbuf[2]; local
1236 outbuf[0] = *buffer++;
1238 if(outbuf[0] == CURL_IAC)
1239 outbuf[out_count++] = CURL_IAC;
1254 rc = Curl_write(conn, conn->sock[FIRSTSOCKET], outbuf+total_written,
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dgnus-util.el959 (let ((outbuf (get-file-buffer filename)))
960 (if (not outbuf)
964 (set-buffer outbuf)
1019 (let ((outbuf (get-file-buffer filename)))
1020 (if (not outbuf)
1034 (set-buffer outbuf)
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Dspnego.c410 unsigned char **outbuf,
460 *outbuf = malloc(buf_len);
461 if (*outbuf == NULL) {
466 memcpy(*outbuf, buf + buf_size - buf_len, buf_len);
408 code_NegTokenArg(OM_uint32 * minor_status, const NegTokenResp * resp, unsigned char **outbuf, size_t * outbuf_size) argument
/macosx-10.10.1/emacs-93/emacs/lisp/play/
H A Dzone.el140 (outbuf (get-buffer-create "*zone*"))
146 (switch-to-buffer outbuf)
160 (restore (list '(kill-buffer outbuf))))
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dpngtest.c668 char inbuf[256], outbuf[256]; local
1316 num_out = fread(outbuf, 1, 1, fpout);
1342 if (png_memcmp(inbuf, outbuf, num_in))

Completed in 325 milliseconds

12345678