Searched refs:outbuf (Results 51 - 75 of 181) sorted by relevance

12345678

/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/
H A Dnoauthdg.c256 unsigned char outbuf[1000]; /* XXX size */ local
267 (h, actuid, boot_time, inbuf, 0, sizeof(outbuf),
268 seq, cas_uuid, outbuf, &outlen, stp);
276 message.data = outbuf;
/macosx-10.9.5/tcl-102/tcl_ext/memchan/memchan/generic/
H A DbufFix.c22 VOID* outbuf, int size));
222 * in the buffer and stores it into outbuf.
236 ReadProc (buf, clientData, outbuf, size)
239 VOID* outbuf;
253 memcpy (outbuf, iBuf->readLoc, size);
H A DbufQueue.c148 Buf_QueueRead (queue, outbuf, size)
150 char* outbuf;
172 got = Buf_Read (n->buf, outbuf, size);
176 outbuf += got;
H A DbufRange.c22 VOID* outbuf, int size));
206 * in the buffer and stores it into outbuf.
220 ReadProc (buf, clientData, outbuf, size)
223 VOID* outbuf;
236 memcpy (outbuf, Buf_PositionPtr (iBuf->loc), size);
/macosx-10.9.5/MITKerberosShim-62.1/
H A Drd_req.c234 mit_krb5_data *outbuf,
243 memset(outbuf, 0, sizeof(*outbuf));
257 mshim_hdata2mdata(&out, outbuf);
272 mit_krb5_data *outbuf,
281 memset(outbuf, 0, sizeof(*outbuf));
295 mshim_hdata2mdata(&out, outbuf);
231 krb5_rd_priv(mit_krb5_context context, mit_krb5_auth_context auth_context, const mit_krb5_data *inbuf, mit_krb5_data *outbuf, mit_krb5_replay_data *replay) argument
269 krb5_rd_safe(mit_krb5_context context, mit_krb5_auth_context auth_context, const mit_krb5_data *inbuf, mit_krb5_data *outbuf, mit_krb5_replay_data *replay) argument
/macosx-10.9.5/emacs-92/emacs/lisp/play/
H A Ddissociate.el45 (outbuf (get-buffer-create "*Dissociation*"))
52 (switch-to-buffer outbuf)
/macosx-10.9.5/BerkeleyDB-21/db/test/scr015/
H A DTestConstruct01.cpp116 char outbuf[10]; local
119 outbuf[i] = '0' + i;
121 outbuf[i++] = '\0';
122 Dbt key(outbuf, i);
123 Dbt data(outbuf, i);
125 DEBUGOUT("Put: " << outbuf);
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/
H A Dlwres_test.c158 char outbuf[64]; local
184 outbuf, sizeof(outbuf));
187 outbuf, sizeof(outbuf));
189 addr->length, addr->family, outbuf);
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dsimple.c138 (bfd *abfd, asection *sec, bfd_byte *outbuf, asymbol **symbol_table);
144 be temporarily reset to 0. The result will be stored at @var{outbuf}
145 or allocated with @code{bfd_malloc} if @var{outbuf} is @code{NULL}.
154 bfd_byte *outbuf,
169 if (outbuf == NULL)
172 contents = outbuf;
205 if (outbuf == NULL)
210 outbuf = data;
246 outbuf,
152 bfd_simple_get_relocated_section_contents(bfd *abfd, asection *sec, bfd_byte *outbuf, asymbol **symbol_table) argument
/macosx-10.9.5/BerkeleyDB-21/db/test/scr016/src/com/sleepycat/db/test/
H A DDatabaseTest.java269 byte outbuf[] = new byte[count+1];
272 outbuf[i] = (byte)('0' + i);
274 outbuf[i++] = (byte)'x';
276 DatabaseEntry key = new DatabaseEntry(outbuf, 0, i);
277 DatabaseEntry data = new DatabaseEntry(outbuf, 0, i);
279 TestUtils.DEBUGOUT("Put: " + (char)outbuf[0] + ": " + new String(outbuf, 0, i));
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dstrerror.c802 char *outbuf; local
807 outbuf = conn->syserr_buf;
809 *outbuf = '\0';
1061 strncpy(outbuf, txt, outmax);
1099 snprintf(outbuf, outmax, "%s - %s", str, msg);
1101 strncpy(outbuf, str, outmax);
1114 strncpy(outbuf, txt, outmax);
1118 outbuf[outmax] = '\0';
1120 return outbuf;
H A Dnon-ascii.h34 * If no conversion was needed *outbuf may be NULL.
39 char **outbuf);
/macosx-10.9.5/tcsh-65/tcsh/win32/
H A Dclip.c404 unsigned char * outbuf,*ptr; local
409 outbuf = heap_alloc(obsize);
410 ptr = outbuf;
432 outbuf = heap_realloc(outbuf,obsize);
433 if (!outbuf)
435 ptr = outbuf+len;
442 if (!WriteFile(houtpipe,outbuf,len,&bwrote,NULL)) {
446 heap_free(outbuf);
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Drd_priv.c40 krb5_data *outbuf,
51 krb5_data_zero(outbuf);
164 ret = krb5_data_copy (outbuf, part.user_data.data, part.user_data.length);
37 krb5_rd_priv(krb5_context context, krb5_auth_context auth_context, const krb5_data *inbuf, krb5_data *outbuf, krb5_replay_data *outdata) argument
/macosx-10.9.5/libiconv-41/libiconv/tests/
H A Dtable-from.c52 char* outbuf = (char*) out; local
56 result = iconv(cd,(ICONV_CONST char**)&inbuf,&inbytesleft,&outbuf,&outbytesleft);
58 result = iconv(cd,NULL,NULL,&outbuf,&outbytesleft);
/macosx-10.9.5/smb-697.95.1/kernel/netsmb/
H A Dsmb_converter.c277 smb_convert_to_network(const char **inbuf, size_t *inbytesleft, char **outbuf, argument
286 DBG_ASSERT(outbuf);
287 DBG_ASSERT(*outbuf);
298 error = utf8_decodestr((const uint8_t*)*inbuf, inlen, (uint16_t *)*outbuf,
308 ucs2_to_codepage(cptable, buf, outlen, *outbytesleft, *outbuf, &outlen);
315 *outbuf += outlen;
333 smb_convert_from_network(const char **inbuf, size_t *inbytesleft, char **outbuf, argument
342 DBG_ASSERT(outbuf);
343 DBG_ASSERT(*outbuf);
353 error = utf8_encodestr((uint16_t *)*inbuf, inlen, (uint8_t *)*outbuf,
[all...]
/macosx-10.9.5/xnu-2422.115.4/security/
H A Dmac_internal.h278 char *outbuf, size_t outbuflen);
415 #define MAC_EXTERNALIZE(obj, label, elementlist, outbuf, outbuflen) \
416 mac_externalize(offsetof(struct mac_policy_ops, mpo_ ## obj ## _label_externalize), label, elementlist, outbuf, outbuflen)
418 #define MAC_EXTERNALIZE_AUDIT(obj, label, outbuf, outbuflen) \
419 mac_externalize(offsetof(struct mac_policy_ops, mpo_ ## obj ## _label_externalize_audit), label, "*", outbuf, outbuflen)
467 const char *elementlist, char *outbuf, size_t outbuflen);
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiff2bw.c123 unsigned char *inbuf, *outbuf; local
207 outbuf = (unsigned char *)_TIFFmalloc(TIFFScanlineSize(out));
234 compresspalette(outbuf, inbuf, w, red, green, blue);
235 if (TIFFWriteScanline(out, outbuf, row, 0) < 0)
244 compresscontig(outbuf, inbuf, w);
245 if (TIFFWriteScanline(out, outbuf, row, 0) < 0)
257 compresssep(outbuf,
259 if (TIFFWriteScanline(out, outbuf, row, 0) < 0)
/macosx-10.9.5/tidy-15.12/tidy/src/
H A Dwin32tc.c640 WCHAR outbuf[TC_OUTBUFSIZE] = { 0 }; local
660 hr = IMLangConvertCharset_DoConversionToUnicode(p, inbuf, &readNow, outbuf, &outbufsize);
668 tchar m = (tchar)outbuf[0];
669 tchar n = (tchar)outbuf[1];
680 return (int)outbuf[0];
740 CHAR outbuf[TC_OUTBUFSIZE] = { 0 }; local
770 hr = IMLangConvertCharset_DoConversionFromUnicode(p, inbuf, &inbufsize, outbuf, &outbufsize);
777 sink->putByte(sink->sinkData, (byte)(outbuf[i]));
/macosx-10.9.5/zlib-53/zlib/examples/
H A Dgun.c161 unsigned char outbuf[SIZE]; /* output buffer */ variable
260 outbuf[0] = (unsigned char)final; /* write first decompressed byte */
280 if (outcnt && out(&outd, outbuf, outcnt)) {
281 strm->next_in = outbuf; /* signal write error */
351 outbuf[outcnt++] = match[--stack];
352 if (out(&outd, outbuf, outcnt)) {
353 strm->next_in = outbuf; /* signal write error */
360 outbuf[outcnt++] = *--p;
/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Dbytestream.h137 * This sink will not write more than capacity bytes to outbuf.
146 * Constructs a ByteSink that will write to outbuf[0..capacity-1].
147 * @param outbuf buffer to write to
151 CheckedArrayByteSink(char* outbuf, int32_t capacity);
/macosx-10.9.5/WebCore-7537.78.1/icu/unicode/
H A Dbytestream.h137 * This sink will not write more than capacity bytes to outbuf.
146 * Constructs a ByteSink that will write to outbuf[0..capacity-1].
147 * @param outbuf buffer to write to
151 CheckedArrayByteSink(char* outbuf, int32_t capacity);
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dredo_prebinding.h185 * parameter should be specified for error reporting. Similarly, if outbuf is
186 * non-NULL, upon return, outbuf will point to a buffer containing the
189 * is no longer needed. If outbuf is NULL, and output_file is not NULL the
190 * update file is written to output_file, if outbuf is NULL and output_file is
224 void **outbuf,
/macosx-10.9.5/emacs-92/emacs/lisp/eshell/
H A Desh-ext.el185 (let ((outbuf (generate-new-buffer " *eshell remote output*"))
194 outbuf errbuf))
195 (eshell-print (save-excursion (set-buffer outbuf)
200 (kill-buffer outbuf)
/macosx-10.9.5/gnutar-452/gnutar/src/
H A Dutf8.c37 # define iconv(cd, inbuf, inbytesleft, outbuf, outbytesleft) ((size_t) 0)

Completed in 204 milliseconds

12345678