Home
last modified time | relevance | path

Searched refs:BUFFER_SIZE (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/ez-ipupdate/files/
H A D0001-ez-ipupdate-Include-time.h-for-time-API-prototype.patch29 limit = BUFFER_SIZE - 1 - strlen(buf);
31 - snprintf(buf, BUFFER_SIZE, "Content-length: %d\015\012", strlen(putbuf));
32 + snprintf(buf, BUFFER_SIZE, "Content-length: %lu\015\012", strlen(putbuf));
34 snprintf(buf, BUFFER_SIZE, "\015\012");
38 limit = BUFFER_SIZE - 1 - strlen(buf);
40 - snprintf(buf, BUFFER_SIZE, "Content-length: %d\015\012", strlen(putbuf));
41 + snprintf(buf, BUFFER_SIZE, "Content-length: %lu\015\012", strlen(putbuf));
43 snprintf(buf, BUFFER_SIZE, "\015\012");
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A Dsocklen_t.patch19 unsigned char optbuf[BUFFER_SIZE / 3], *cp;
20 char lbuf[BUFFER_SIZE], *lp;
/openbmc/qemu/qga/vss-win32/
H A Dinstall.cpp29 #define BUFFER_SIZE 1024 macro
160 DWORD domainNameLen = BUFFER_SIZE; in getNameByStringSID()
161 wchar_t domainName[BUFFER_SIZE]; in getNameByStringSID()
277 DWORD bufferLen = BUFFER_SIZE; in COMRegister()
278 wchar_t buffer[BUFFER_SIZE]; in COMRegister()
374 bufferLen = BUFFER_SIZE; in COMRegister()
/openbmc/openbmc/poky/meta/recipes-extended/xinetd/xinetd/
H A D0001-Use-monotonic-time.patch75 #define BUFFER_SIZE 1024
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0003-src-basic-missing.h-check-for-missing-strndupa.patch635 #define BUFFER_SIZE (256 * 1024)