Searched refs:buffer (Results 76 - 100 of 3857) sorted by relevance

1234567891011>>

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSShared/
H A DmDNSDebug.c56 char buffer[512]; local
59 buffer[mDNS_vsnprintf(buffer, sizeof(buffer), format, ptr)] = 0;
61 mDNSPlatformWriteDebugMsg(buffer);
68 char buffer[512]; local
69 buffer[mDNS_vsnprintf((char *)buffer, sizeof(buffer), format, ptr)] = 0;
70 mDNSPlatformWriteLogMsg(ProgramName, buffer, logLeve
[all...]
H A Ddnssd_ipc.c35 static char buffer[1024]; local
37 memset(buffer, 0, sizeof(buffer));
43 buffer,
44 sizeof(buffer),
49 while ((n > 0) && isspace(((unsigned char *) buffer)[n - 1]))
50 buffer[--n] = '\0';
52 return buffer;
111 int get_string(const char **ptr, const char *const end, char *buffer, int buflen) argument
115 *buffer
[all...]
/macosx-10.9.5/IOCDStorageFamily-51/
H A DIOCDMediaBSDClient.cpp41 user32_addr_t buffer; member in struct:__anon1562
54 user64_addr_t buffer; member in struct:__anon1563
73 user32_addr_t buffer; member in struct:__anon1564
92 user64_addr_t buffer; member in struct:__anon1566
100 user32_addr_t buffer; member in struct:__anon1568
108 user64_addr_t buffer; member in struct:__anon1569
121 user32_addr_t buffer; member in struct:__anon1570
134 user64_addr_t buffer; member in struct:__anon1571
168 IOMemoryDescriptor * buffer = 0; local
172 buffer
191 DKIOC_COMPLETE_BUFFER(IOMemoryDescriptor * buffer) argument
221 IOMemoryDescriptor * buffer = 0; local
[all...]
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dsnmp.c72 static void asn1_debug(const char *prefix, unsigned char *buffer,
74 static int asn1_decode_snmp(unsigned char *buffer, size_t len,
76 static int asn1_encode_snmp(unsigned char *buffer, size_t len,
78 static int asn1_get_integer(unsigned char **buffer,
81 static int asn1_get_oid(unsigned char **buffer,
84 static int asn1_get_packed(unsigned char **buffer,
86 static char *asn1_get_string(unsigned char **buffer,
90 static unsigned asn1_get_length(unsigned char **buffer,
92 static int asn1_get_type(unsigned char **buffer,
94 static void asn1_set_integer(unsigned char **buffer,
392 unsigned char buffer[CUPS_SNMP_MAX_PACKET]; local
694 unsigned char buffer[CUPS_SNMP_MAX_PACKET]; local
772 asn1_debug(const char *prefix, unsigned char *buffer, size_t len, int indent) argument
969 asn1_decode_snmp(unsigned char *buffer, size_t len, cups_snmp_t *packet) argument
1127 asn1_encode_snmp(unsigned char *buffer, size_t bufsize, cups_snmp_t *packet) argument
1270 asn1_get_integer( unsigned char **buffer, unsigned char *bufend, int length) argument
1298 asn1_get_length(unsigned char **buffer, unsigned char *bufend) argument
1333 asn1_get_oid( unsigned char **buffer, unsigned char *bufend, int length, int *oid, int oidsize) argument
1387 asn1_get_packed( unsigned char **buffer, unsigned char *bufend) argument
1417 asn1_get_string( unsigned char **buffer, unsigned char *bufend, int length, char *string, int strsize) argument
1468 asn1_get_type(unsigned char **buffer, unsigned char *bufend) argument
1489 asn1_set_integer(unsigned char **buffer, int integer) argument
1543 asn1_set_length(unsigned char **buffer, unsigned length) argument
1575 asn1_set_oid(unsigned char **buffer, const int *oid) argument
1601 asn1_set_packed(unsigned char **buffer, int integer) argument
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dcharstr.cpp25 uprv_memcpy(buffer.getAlias(), s.buffer.getAlias(), len+1);
35 buffer[len=newLength]=0;
42 buffer[len++]=c;
43 buffer[len]=0;
60 if(s==(buffer.getAlias()+len)) {
62 if(sLength>=(buffer.getCapacity()-len)) {
66 buffer[len+=sLength]=0;
68 } else if(buffer.getAlias()<=s && s<(buffer
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DFontCustomPlatformDataCairo.cpp48 FontCustomPlatformData* createFontCustomPlatformData(SharedBuffer* buffer) argument
50 ASSERT_ARG(buffer, buffer);
52 buffer->ref();
53 HFONT font = reinterpret_cast<HFONT>(buffer);
59 cairo_font_face_set_user_data(fontFace, &bufferKey, buffer, releaseData);
/macosx-10.9.5/libauto-185.5/tests/
H A Dfillheap.m38 char* buffer;
40 while (buffer = (char*)auto_zone_allocate_object(gc_zone, (size_t)BufferLength, AUTO_OBJECT_UNSCANNED, 1, 0)) {
41 //printf("Allocatted buffer %p\n", buffer);
42 buffer[BufferLength - 1] = 1; // This crashes on the last allocation without the fix for radar://7594903
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DErrno.cpp41 char buffer[MaxErrStrLen]; local
42 buffer[0] = '\0';
49 // which may not use the buffer supplied.
50 str = strerror_r(errnum,buffer,MaxErrStrLen-1);
52 strerror_r(errnum,buffer,MaxErrStrLen-1);
53 str = buffer;
57 strerror_s(buffer, MaxErrStrLen - 1, errnum);
60 // the buffer as fast as possible to minimize impact
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSAudioBufferSourceNodeCustom.cpp44 AudioBuffer* buffer = toAudioBuffer(value); local
45 if (!buffer) {
50 if (!imp->setBuffer(buffer))
H A DJSArrayBufferCustom.cpp44 RefPtr<ArrayBuffer> buffer; local
46 buffer = ArrayBuffer::create(static_cast<unsigned>(length), 1);
47 if (!buffer.get())
49 return JSValue::encode(asObject(toJS(exec, jsConstructor->globalObject(), buffer.get())));
/macosx-10.9.5/xnu-2422.115.4/tools/tests/libMicro/apple/
H A Dposix_spawn_bin.c61 char buffer[80]; local
62 (void) sprintf(buffer, "%d", left);
63 argv[1] = buffer;
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Dhmac.h25 unsigned char buffer[64]; member in struct:__anon296
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dstore-int.c37 _krb5_put_int(void *buffer, unsigned long value, size_t size) argument
39 unsigned char *p = buffer;
49 _krb5_get_int(void *buffer, unsigned long *value, size_t size) argument
51 unsigned char *p = buffer;
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Ddebugging_internal.cpp40 char buffer[maxLength]; local
41 CFStringGetCString(message, buffer, sizeof(buffer), kCFStringEncodingUTF8);
43 SECURITY_DEBUG_LOG((char *)(scope), (buffer));
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Ddebugging_internal.cpp40 char buffer[maxLength]; local
41 CFStringGetCString(message, buffer, sizeof(buffer), kCFStringEncodingUTF8);
43 SECURITY_DEBUG_LOG((char *)(scope), (buffer));
/macosx-10.9.5/SecurityTool-55115/
H A Dreadline.h35 /* Read a line from stdin into buffer as a null terminated string. If buffer is
36 non NULL use at most buffer_size bytes and return a pointer to buffer. Otherwise
37 return a newly malloced buffer.
39 extern char *readline(char *buffer, int buffer_size);
41 /* Read the file name into buffer. On return outData.Data contains a newly
42 malloced buffer of outData.Length bytes. Return 0 on success and -1 on failure. */
/macosx-10.9.5/WebKit2-7537.78.2/Platform/CoreIPC/
H A DMessageEncoder.cpp59 *buffer() |= SyncMessage;
61 *buffer() &= ~SyncMessage;
68 *buffer() |= DispatchMessageWhenWaitingForSyncReply;
70 *buffer() &= ~DispatchMessageWhenWaitingForSyncReply;
/macosx-10.9.5/apache-786.1/httpd/include/
H A Dutil_script.h85 * @param buffer Empty when calling the function. On output, if there was an
88 * @deffunc int ap_scan_script_header_err(request_rec *r, apr_file_t *f, char *buffer)
90 AP_DECLARE(int) ap_scan_script_header_err(request_rec *r, apr_file_t *f, char *buffer);
98 * @param buffer Empty when calling the function. On output, if there was an
101 * @deffunc int ap_scan_script_header_err_brigade(request_rec *r, apr_bucket_brigade *bb, char *buffer)
105 char *buffer);
112 * @param buffer Empty when calling the function. On output, if there was an
119 * @deffunc int ap_scan_script_header_err_core(request_rec *r, char *buffer, int (*getsfunc)(char *, int, void *), void *getsfunc_data)
122 char *buffer,
131 * @param buffer Empt
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/include/dns/
H A Dfixedname.h32 * and a dedicated buffer big enough for the longest possible name.
58 #include <isc/buffer.h>
69 isc_buffer_t buffer; member in struct:dns_fixedname
76 isc_buffer_init(&((fn)->buffer), (fn)->data, \
78 dns_name_setbuffer(&((fn)->name), &((fn)->buffer)); \
/macosx-10.9.5/cups-372.4/cups/filter/
H A Dgziptoany.c38 char buffer[8192]; /* Data buffer */ local
86 while ((bytes = cupsFileRead(fp, buffer, sizeof(buffer))) > 0)
87 if (write(1, buffer, bytes) < bytes)
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dmail_addr_map.c79 VSTRING *buffer = 0; local
98 buffer = vstring_alloc(100);
100 vstring_strncpy(buffer, address, ratsign - address);
102 vstring_strcpy(buffer, address);
104 vstring_truncate(buffer, LEN(buffer) - strlen(extension));
105 vstring_strcat(buffer, string);
106 string = STR(buffer);
114 if (buffer)
115 vstring_free(buffer);
159 VSTRING *buffer = vstring_alloc(100); local
[all...]
/macosx-10.9.5/security_systemkeychain-55191.2/src/
H A Dreadline.h35 /* Read a line from stdin into buffer as a null terminated string. If buffer is
36 non NULL use at most buffer_size bytes and return a pointer to buffer. Otherwise
37 return a newly malloced buffer.
39 extern char *readline(char *buffer, int buffer_size);
41 /* Read the file name into buffer. On return outData.Data contains a newly
42 malloced buffer of outData.Length bytes. Return 0 on success and -1 on failure. */
/macosx-10.9.5/xar-202/xar/lib/
H A Dstat.h43 int32_t xar_stat_archive(xar_t x, xar_file_t f, const char *file, const char *buffer, size_t len);
44 int32_t xar_stat_extract(xar_t x, xar_file_t f, const char *file, char *buffer, size_t len);
45 int32_t xar_set_perm(xar_t x, xar_file_t f, const char *file, char *buffer, size_t len);
46 int32_t xar_flags_extract(xar_t x, xar_file_t f, const char *file, char *buffer, size_t len);
/macosx-10.9.5/xnu-2422.115.4/libkern/kxld/
H A Dkxld_demangle.c47 kxld_demangle(const char *str, char **buffer __unused, size_t *length __unused)
60 if (!buffer || !length) goto finish;
65 demangled = __cxa_demangle(str+1, *buffer, length, &status);
68 *buffer = demangled;
H A Dkxld_demangle.h39 * @param buffer A pointer to a character buffer for storing the result.
40 * If NULL, a buffer will be malloc'd and stored here.
41 * If the buffer is not large enough, it will be realloc'd.
43 * @param length The length of the buffer.
49 const char * kxld_demangle(const char *str, char **buffer, size_t *length)

Completed in 263 milliseconds

1234567891011>>