| /buildroot/package/x11r7/xdriver_xf86-video-imx/ |
| A D | 0001-Update-to-newer-swap-macros.patch | 34 - swapl(&rep.length, n); 38 + swapl(&rep.length); 52 /* Swap request message length and verify it is correct. */ 53 - swaps(&stuff->length, n); 54 + swaps(&stuff->length);
|
| /buildroot/support/testing/tests/package/ |
| A D | sample_python_hkdf.py | 13 key1 = hkdf_expand(prk, info=key_info, length=key_len) 19 key2 = kdf.expand(info=key_info, length=key_len)
|
| /buildroot/ |
| A D | .flake8 | 5 max-line-length=132
|
| /buildroot/package/cdrkit/ |
| A D | 0003-Add-extern-to-char-outfile-declaration-to-fix-build-.patch | 26 #define JMAX 64 /* maximum Joliet file name length (spec) */ 27 #define JLONGMAX 103 /* out of spec Joliet file name length */
|
| /buildroot/docs/website/js/ |
| A D | buildroot.js | 6 for (let i = 0; i < result.feed.entry.length; i++) { 85 target = target.length ? target : $('[name=' + this.hash.slice(1) +']'); 86 if (target.length) {
|
| /buildroot/package/busybox/ |
| A D | 0005-seedrng-fix-for-glibc-2.24-not-providing-getrandom.patch | 24 +static ssize_t getrandom(void *buffer, size_t length, unsigned flags) 27 + return syscall(__NR_getrandom, buffer, length, flags);
|
| A D | 0006-seedrng-fix-for-glibc-2.24-not-providing-random-head.patch | 33 static ssize_t getrandom(void *buffer, size_t length, unsigned flags) 36 return syscall(__NR_getrandom, buffer, length, flags);
|
| /buildroot/package/mongodb/ |
| A D | 0001-ssl_manager.cpp-fix-build-with-gcc-7-and-fpermissive.patch | 28 * Returns a DERToken which consists of the (tag, length, value) tuple. 36 size_t length, 42 auto swPair = DERToken::parse(ConstDataRange(ptr, length), &outLength);
|
| /buildroot/package/curlftpfs/ |
| A D | 0004-fix-musl-build-off-t.patch | 24 /* fix openoffice problem, truncating exactly to file length */ 33 /* fix openoffice problem, truncating exactly to file length */
|
| /buildroot/package/freescale-imx/firmware-imx/ |
| A D | Config.in | 106 hex "(LP)DDR IMEM padding length" 109 The IMEM firmware will be padded to this length 112 hex "(LP)DDR DMEM padding length" 115 The DMEM firmware will be padded to this length
|
| /buildroot/package/snort/ |
| A D | 0003-configure.in-convert-AC_RUN_IFELSE-to-AC_CHECK_MEMBE.patch | 15 unsigned length; /* [Future] length of the data associated with the data channel */ 111 - mod.length = 0; 116 +AC_CHECK_MEMBERS([DAQ_ModFlow_t mod.type, DAQ_ModFlow_t mod.length, DAQ_ModFlow_t mod.value], 135 - mod.length = 0; 141 +AC_CHECK_MEMBERS([DAQ_QueryFlow_t mod.type, DAQ_QueryFlow_t mod.length, DAQ_QueryFlow_t mod.value],
|
| /buildroot/package/linux-fusion/ |
| A D | 0002-Fix-mismatched-conversion-spec-and-value-in-printk.patch | 23 … "call id %d, flags 0x%08x, arg %d, length %u, serial %u, %ld\n", 24 … execute3.call_id, execute3.flags, execute3.call_arg, execute3.length, execute3.ret_length,
|
| /buildroot/package/lua-http/ |
| A D | 0001-http-h1_stream-handle-EOF-when-body_read_type-length.patch | 4 Subject: [PATCH] http/h1_stream: handle EOF when `body_read_type==length` 39 + it("Doesn't hang when a content-length delimited stream is closed", function() 56 + res_headers:append("content-length", "100")
|
| /buildroot/package/lugaru/ |
| A D | 0002-Fix-mismatched-usage-length-build-fail-on-g.patch | 4 Subject: [PATCH] Fix mismatched usage length, build fail on g++ 9 The length of const option::Descriptor usage[] is intended to be 14 inferred length.
|
| /buildroot/package/intel-gmmlib/ |
| A D | 0001-Drop-hardening-related-flags.patch | 25 -fmessage-length=0
|
| /buildroot/support/testing/tests/package/br2-external/openjdk/package/openjdk-jni-test/ |
| A D | jni_helper.c | 28 jsize length = (*env)->GetArrayLength(env, chars); in write_jchar_array() local 30 jstring input = (*env)->NewString(env, body, length); in write_jchar_array()
|
| /buildroot/package/read-edid/ |
| A D | 0003-fix-build-with-gcc-10.patch | 18 #define dosmemput(buffer,length,offset) memcpy(offset,buffer,length)
|
| /buildroot/package/python-mutagen/ |
| A D | Config.in | 14 and length of MP3s. ID3 and APEv2 tags can be edited
|
| /buildroot/package/gupnp-tools/ |
| A D | 0001-common-Drop-deprecated-xmlRecoverMemory.patch | 20 int length;
|
| /buildroot/package/sdl_sound/ |
| A D | 0002-remove-werror.patch | 10 2/ the length of the configure or configure.in patch would be exactly
|
| /buildroot/package/libmnl/ |
| A D | 0002-include-cache-copy-of-can.h-and-can-netlink.h.patch | 137 +/* CAN payload length and DLC definitions according to ISO 11898-1 */ 142 +/* CAN FD payload length and DLC definitions according to ISO 11898-7 */ 147 + * CAN XL payload length and DLC definitions according to ISO 11898-1 148 + * CAN XL DLC ranges from 0 .. 2047 => data length from 1 .. 2048 byte 159 + * @len: CAN frame payload length in byte (0 .. 8) 163 + * @len8_dlc: optional DLC value (9 .. 15) at 8 byte payload length 172 + /* CAN frame payload length in byte (0 .. CAN_MAX_DLEN) 181 + __u8 len8_dlc; /* optional DLC for 8 byte payload length (9 .. 15) */ 216 + * @len: frame payload length in byte (0 .. CANFD_MAX_DLEN) 224 + __u8 len; /* frame payload length in byte */ [all …]
|
| /buildroot/package/liboauth/ |
| A D | 0001-Fixes-build-issue-with-OpenSSL-1.1.0.patch | 132 char *oauth_body_hash_data(size_t length, const char *data) { 140 - EVP_DigestUpdate(&ctx, data, length); 148 + EVP_DigestUpdate(ctx, data, length);
|
| /buildroot/package/norm/ |
| A D | 0001-protolib-drop-linux-version-check.patch | 23 // Finally record packet length and cache pointer to IP packet data
|
| /buildroot/package/exim/ |
| A D | 0003-Skip-version-check-and-symlink-installation.patch | 37 - awk '/Exim version/ { OFS=""; print $3,"-",substr($4,2,length($4)-1) }'`${EXE}
|
| /buildroot/package/mkpimage/ |
| A D | mkpimage.c | 150 uint32_t crc32(uint32_t crc, void *_buf, int length) in crc32() argument 154 while (length--) in crc32()
|