/buildroot/support/testing/tests/utils/ |
A D | test_get_developers.py | 46 self.assertEqual(len(err), 0) 53 self.assertEqual(len(out), 0) 54 self.assertEqual(len(err), 1) 61 self.assertEqual(len(out), 0) 62 self.assertEqual(len(err), 1) 74 self.assertEqual(len(out), 0) 75 self.assertEqual(len(err), 1) 88 self.assertEqual(len(out), 0) 89 self.assertEqual(len(err), 1) 103 self.assertEqual(len(out), 0) [all …]
|
/buildroot/package/liboauth/ |
A D | 0001-Fixes-build-issue-with-OpenSSL-1.1.0.patch | 35 unsigned int len=0; 50 len = EVP_PKEY_size(pkey); 60 sig[len] = '\0'; 61 tmp = oauth_encode_base64(len,sig); 106 size_t len=0; 119 - EVP_DigestUpdate(&ctx, fb, len); 120 + EVP_DigestUpdate(ctx, fb, len); 123 len=0; 129 return oauth_body_hash_encode(len, md); 135 size_t len=0; [all …]
|
/buildroot/support/kconfig/lxdialog/ |
A D | inputbox.c | 49 int show_x, len, pos; in dialog_inputbox() local 101 len = strlen(instr); in dialog_inputbox() 102 pos = len; in dialog_inputbox() 104 if (len >= box_width) { in dialog_inputbox() 111 input_x = len; in dialog_inputbox() 137 if (pos < len) { in dialog_inputbox() 144 len--; in dialog_inputbox() 145 instr[len] = '\0'; in dialog_inputbox() 178 if (pos < len) { in dialog_inputbox() 200 if (pos < len) { in dialog_inputbox() [all …]
|
/buildroot/support/testing/tests/package/test_fluidsynth/rootfs-overlay/root/ |
A D | check_notes.py | 15 if len(fields) >= 1: 19 if found == len(notes):
|
/buildroot/support/testing/tests/package/test_nftables/rootfs-overlay/root/ |
A D | nft.py | 17 if len(output) > 0: 19 if len(error) > 0:
|
/buildroot/package/libconfuse/ |
A D | 0001-Fix-163-unterminated-username-used-with-getpwnam.patch | 26 + size_t len; 33 + len = file - filename - 1; 34 + user = malloc(len + 1); 39 + strncpy(user, &filename[1], len); 40 + user[len] = 0;
|
/buildroot/package/sdl/ |
A D | 0002-fix-compilation-with-libx11.patch | 25 + extern int _XData32(Display *dpy,register _Xconst long *data,unsigned len); 54 +SDL_X11_SYM(int,_XData32,(Display *dpy,register _Xconst long *data,unsigned len),(dpy,data,len),re… 56 SDL_X11_SYM(int,_XData32,(Display *dpy,register long *data,unsigned len),(dpy,data,len),return) 58 SDL_X11_SYM(void,_XRead32,(Display *dpy,register long *data,long len),(dpy,data,len),)
|
/buildroot/package/p11-kit/ |
A D | 0001-import-object-Avoid-integer-truncation-on-32-bit-platforms.patch | 50 + size_t len = 0; 59 + attr_modulus.pValue = p11_asn1_read (asn, "modulus", &len); 65 + if (len > ULONG_MAX) { 70 + attr_modulus.ulValueLen = len; 73 + attr_exponent.pValue = p11_asn1_read (asn, "publicExponent", &len); 79 + if (len > ULONG_MAX) { 84 + attr_exponent.ulValueLen = len; 92 + size_t len = 0; 95 + attr_ec_params.pValue = p11_asn1_read (info, "algorithm.parameters", &len); 101 + if (len > ULONG_MAX) { [all …]
|
/buildroot/utils/ |
A D | getdeveloperlib.py | 125 if len(self.files): 126 things.append('{} files'.format(len(self.files))) 127 if len(self.packages): 128 things.append('{} pkgs'.format(len(self.packages))) 129 if len(self.architectures): 131 if len(self.infras): 132 things.append('{} infras'.format(len(self.infras))) 133 if len(self.runtime_tests): 135 if len(self.defconfigs): 244 if name is not None or len(files) != 0: [all …]
|
A D | check-symbols | 33 …print('========== filenames found with pattern "{}": {}'.format(pattern, len(processed_filenames))) 36 …print('========== ignored filenames with pattern "{}": {}'.format(pattern, len(ignored_filenames))) 43 print('========== symbols with pattern "{}": {}'.format(pattern, len(symbols))) 73 if len(warnings) > 0:
|
/buildroot/package/vtun/ |
A D | 0003-openssl11.patch | 27 static int send_msg(int len, char *in, char **out); 28 static int recv_msg(int len, char *in, char **out); 29 static int send_ib_mesg(int *len, char **in); 30 static int recv_ib_mesg(int *len, char **in); 156 memset(in_ptr+len, pad, pad); 157 outlen=len+pad; 159 RAND_bytes(in_ptr+len, blocksize-1); 171 outlen=len; 172 if (!len) return 0; 240 len = outlen; [all …]
|
/buildroot/package/linux-fusion/ |
A D | 0004-Port-one-one_udp.c-to-Linux-4.1.patch | 20 Kernel commit d8725c86aeba dropped the len parameter in sock_sendmsg 51 size_t len = 0; 54 len += iov[i].iov_len; 66 + iov_iter_init(&msg.msg_iter, WRITE, iov, iov_count, len); 71 - size = sock_sendmsg(sock,&msg,len); 73 + size = sock_sendmsg(sock, &msg, len); 82 ksocket_receive(struct socket* sock, struct sockaddr_in* addr, void *buf, int len) 91 iov.iov_len = len; 103 + iov_iter_init(&msg.msg_iter, READ, &iov, 1, len); 109 size = sock_recvmsg(sock,&msg,len,msg.msg_flags);
|
/buildroot/package/dhcpdump/ |
A D | 0001-use-non-bsd-structures.patch | 2 defined. Otherwise, the fields are just named source, dest, len and 16 + if (hmask && check_ch((u_char *)(sp + offset), ntohs(udp->len))) 20 + printdata((u_char *)(sp + offset), ntohs(udp->len));
|
/buildroot/package/wireplumber/ |
A D | 0001-fix-non-x86_64-architectures.patch | 87 -wp_spa_json_parse_value (const gchar *data, int len, const gchar *fmt, 92 - if (!spa_json_is_null (data, len)) 96 - if (!wp_spa_json_parse_boolean_internal (data, len, 101 - if (spa_json_parse_int (data, len, va_arg(args, gint *)) < 0) 105 - if (spa_json_parse_float (data, len, 110 - gchar *str = wp_spa_json_parse_string_internal (data, len); 117 - WpSpaJson *j = wp_spa_json_new (data, len); 130 +#define wp_spa_json_parse_value(data,len,fmt,args) \ 134 + if (!spa_json_is_null (data, len)) \ 138 + if (!wp_spa_json_parse_boolean_internal (data, len, \ [all …]
|
/buildroot/support/kconfig/ |
A D | nconf.gui.c | 229 tmp[len] = '\0'; in fill_window() 274 if (msg_width < len) in btn_dialog() 275 msg_width = len; in btn_dialog() 435 int len = strlen(result); in dialog_inputbox() local 448 len-cursor_position+1); in dialog_inputbox() 451 len--; in dialog_inputbox() 458 len-cursor_position+1); in dialog_inputbox() 459 len--; in dialog_inputbox() 481 cursor_position = len; in dialog_inputbox() 488 *result_len = len+2; in dialog_inputbox() [all …]
|
A D | kconf_id.c | 41 static const struct kconf_id *kconf_id_lookup(register const char *str, register unsigned int len) in kconf_id_lookup() argument 49 if (len == l && !memcmp(str, id->name, len)) in kconf_id_lookup()
|
A D | kxgettext.c | 12 static char *escape(const char* text, char *bf, int len) in escape() argument 23 --len; in escape() 29 len -= 3; in escape() 32 while (*text != '\0' && len > 1) { in escape() 41 len -= 5; in escape() 47 len--; in escape() 51 --len; in escape()
|
/buildroot/utils/checkpackagelib/ |
A D | lib_hash.py | 26 if len(fields) != 3: 41 if len(fields) < 2: 63 if len(fields) != 3:
|
/buildroot/support/testing/tests/package/ |
A D | sample_python_augeas.py | 6 assert(len(hosts) == 2)
|
A D | sample_python_docker.py | 7 assert len(images) > 0
|
/buildroot/package/dvblast/ |
A D | 0002-fix-int-types.patch | 16 - u_int16_t len; 20 + uint16_t len;
|
/buildroot/package/ussp-push/ |
A D | 0003-add-OBEX_CharToUnicode.patch | 23 + int len, n; 28 + len = n = strlen((char *) c); 40 + return (len * 2) + 2;
|
/buildroot/package/python-simplegeneric/ |
A D | Config.in | 4 Simple generic functions (similar to Python's own len(),
|
/buildroot/package/busybox/ |
A D | 0004-nslookup-sanitize-all-printed-strings-with-printable.patch | 22 @@ -407,7 +407,7 @@ static NOINLINE int parse_reply(const unsigned char *msg, size_t len) 31 @@ -422,7 +422,7 @@ static NOINLINE int parse_reply(const unsigned char *msg, size_t len) 40 @@ -434,7 +434,7 @@ static NOINLINE int parse_reply(const unsigned char *msg, size_t len) 49 @@ -454,7 +454,7 @@ static NOINLINE int parse_reply(const unsigned char *msg, size_t len) 58 @@ -483,7 +483,7 @@ static NOINLINE int parse_reply(const unsigned char *msg, size_t len)
|
/buildroot/support/scripts/ |
A D | boot-qemu-image.py | 12 if not (len(sys.argv) == 2): 49 if len(exit) and exit[0] == 127:
|