/buildroot/utils/checksymbolslib/ |
A D | test_db.py | 12 assert str(db) == str({ 22 assert str(db) == str({ 32 assert str(db) == str({ 50 assert str(db) == str({ 73 assert str(db) == str({ 103 assert str(db) == str({ 119 assert str(db) == str({ 135 assert str(db) == str({ 166 assert str(db) == str({ 222 assert str(db) == str({ [all …]
|
/buildroot/package/mii-diag/ |
A D | 0001-strchr.patch | 16 str = endstr+1; 18 fprintf(stderr, "Invalid driver parameter '%s'.\n", str); 19 - str = index(str, ','); 20 + str = strchr(str, ',');
|
/buildroot/package/micropython/ |
A D | collect_micropython_lib.py | 23 def get_library_name_type(manifest_path: str) -> tuple[str, bool]: argument 28 def get_all_libraries(mpy_lib_dir: str): argument 41 def copy_file(src: str, target: str, destination: str): argument 49 def copy_libraries(manifest, destination: str): argument
|
A D | 0001-py-nlrthumb-Make-non-Thumb2-long-jump-workaround-opt.patch | 42 95ce: 6023 str r3, [r4, #0] 43 95d0: 6144 str r4, [r0, #20] 52 95e0: 6143 str r3, [r0, #20] 56 95e4: 60c4 str r4, [r0, #12] 57 95e6: 6105 str r5, [r0, #16] 58 95e8: 6146 str r6, [r0, #20] 59 95ea: 6187 str r7, [r0, #24] 61 95ee: 61c1 str r1, [r0, #28] 63 95f2: 6201 str r1, [r0, #32] 65 95f6: 6241 str r1, [r0, #36] @ 0x24 [all …]
|
/buildroot/support/testing/tests/package/ |
A D | sample_python_gnupg.py | 11 enc_data = str(result) 17 dec_data = str(result) 23 dec_data = str(result)
|
A D | sample_python_sympy.py | 11 assert str(expanded_expr) == "x**2 + 2*x*y" 15 assert str(factored_expr) == "x*(x + 2*y)"
|
A D | sample_python_incremental.py | 3 assert(str(v) == "[package, version 1.2.3.rc4]")
|
A D | sample_python_rpi_gpio.py | 4 assert(str(e) == 'This module can only be run on a Raspberry Pi!')
|
A D | sample_python_mpmath.py | 16 assert str(result) == expected_result
|
/buildroot/package/ |
A D | pkg-utils.mk | 104 "type": $(call mk-json-str,$($(1)_TYPE)), 115 "name": $(call mk-json-str,$($(1)_RAWNAME)), 132 $(call mk-json-str,$(dep)) \ 139 $(call mk-json-str,$(dep)) \ 150 $(call mk-json-str,$(cve)) \ 158 "version": $(call mk-json-str,$($(1)_DL_VERSION)), 159 "licenses": $(call mk-json-str,$($(1)_LICENSE)), 164 "dl_dir": $(call mk-json-str,$($(1)_DL_SUBDIR)), 168 "source": $(call mk-json-str,$(notdir $(dl))), 172 $(call mk-json-str,$(subst \|,|,$(uri))) \ [all …]
|
/buildroot/support/kconfig/ |
A D | zconf.l | 49 static void append_string(const char *str, int size) in append_string() argument 58 memcpy(text + text_size, str, size); in append_string() 63 static void alloc_string(const char *str, int size) in alloc_string() argument 66 memcpy(text, str, size); in alloc_string() 81 int str = 0; 135 str = yytext[0];
|
A D | conf.c | 57 static void strip(char *str) in strip() argument 59 char *p = str; in strip() 65 if (p != str) in strip() 66 memmove(str, p, l + 1); in strip() 69 p = str + l - 1; in strip() 77 if (!fgets(str, size, in)) in xfgets() 81 printf("%s", str); in xfgets() 426 const char *str; in check_conf() local 429 str = sym_get_string_value(sym); in check_conf() 430 str = sym_escape_string_value(str); in check_conf() [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 | symbol.c | 160 char str[64]; in sym_validate_range() local 599 ch = *str++; in sym_string_valid() 601 ch = *str++; in sym_string_valid() 612 if (str[0] == '0' && (str[1] == 'x' || str[1] == 'X')) in sym_string_valid() 613 str += 2; in sym_string_valid() 614 ch = *str++; in sym_string_valid() 622 switch (str[0]) { in sym_string_valid() 662 switch (str[0]) { in sym_string_within_range() 736 const char *str; in sym_get_string_default() local 793 return str; in sym_get_string_default() [all …]
|
A D | util.c | 37 char *str; in file_write_dep() local 48 str = strrchr(dir, '/'); in file_write_dep() 49 if (str) in file_write_dep() 50 str[1] = 0; in file_write_dep()
|
/buildroot/package/mpir/ |
A D | 0001-mpn-arm-udiv.asm-workaround-binutils-bug-14887.patch | 24 - str n1, [ rem_ptr ] C store remainder 25 + str n1, [rem_ptr] C store remainder 33 - str n1, [ rem_ptr ] C store remainder 34 + str n1, [rem_ptr] C store remainder
|
/buildroot/package/vsftpd/ |
A D | 0002-fix-CVE-2015-1419.patch | 72 Index: vsftpd-3.0.2/str.c 74 --- vsftpd-3.0.2.orig/str.c 75 +++ vsftpd-3.0.2/str.c 91 Index: vsftpd-3.0.2/str.h 93 --- vsftpd-3.0.2.orig/str.h 94 +++ vsftpd-3.0.2/str.h
|
/buildroot/package/python-magic-wormhole/ |
A D | 0001-Update-versioneer-to-0.29.patch | 375 +LONG_VERSION_PY: Dict[str, str] = {} 516 +LONG_VERSION_PY: Dict[str, str] = {} 628 +def git_get_keywords(versionfile_abs: str) -> Dict[str, str]: 635 + keywords: Dict[str, str] = {} 675 + keywords: Dict[str, str], 1013 +def render(pieces: Dict[str, Any], style: str) -> Dict[str, Any]: 1055 +def git_get_keywords(versionfile_abs: str) -> Dict[str, str]: 1062 + keywords: Dict[str, str] = {} 1102 + keywords: Dict[str, str], 1652 +def render(pieces: Dict[str, Any], style: str) -> Dict[str, Any]: [all …]
|
/buildroot/package/python-magic-wormhole-mailbox-server/ |
A D | 0002-Update-versioneer-to-0.29.patch | 384 +LONG_VERSION_PY: Dict[str, str] = {} 525 +LONG_VERSION_PY: Dict[str, str] = {} 637 +def git_get_keywords(versionfile_abs: str) -> Dict[str, str]: 644 + keywords: Dict[str, str] = {} 684 + keywords: Dict[str, str], 1022 +def render(pieces: Dict[str, Any], style: str) -> Dict[str, Any]: 1064 +def git_get_keywords(versionfile_abs: str) -> Dict[str, str]: 1071 + keywords: Dict[str, str] = {} 1111 + keywords: Dict[str, str], 1661 +def render(pieces: Dict[str, Any], style: str) -> Dict[str, Any]: [all …]
|
/buildroot/package/python-magic-wormhole-transit-relay/ |
A D | 0001-Update-versioneer-to-0.29.patch | 384 +LONG_VERSION_PY: Dict[str, str] = {} 525 +LONG_VERSION_PY: Dict[str, str] = {} 637 +def git_get_keywords(versionfile_abs: str) -> Dict[str, str]: 644 + keywords: Dict[str, str] = {} 684 + keywords: Dict[str, str], 1022 +def render(pieces: Dict[str, Any], style: str) -> Dict[str, Any]: 1064 +def git_get_keywords(versionfile_abs: str) -> Dict[str, str]: 1071 + keywords: Dict[str, str] = {} 1111 + keywords: Dict[str, str], 1661 +def render(pieces: Dict[str, Any], style: str) -> Dict[str, Any]: [all …]
|
/buildroot/package/python-spake2/ |
A D | 0001-Update-versioneer-to-0.29.patch | 384 +LONG_VERSION_PY: Dict[str, str] = {} 525 +LONG_VERSION_PY: Dict[str, str] = {} 637 +def git_get_keywords(versionfile_abs: str) -> Dict[str, str]: 644 + keywords: Dict[str, str] = {} 684 + keywords: Dict[str, str], 1022 +def render(pieces: Dict[str, Any], style: str) -> Dict[str, Any]: 1064 +def git_get_keywords(versionfile_abs: str) -> Dict[str, str]: 1071 + keywords: Dict[str, str] = {} 1111 + keywords: Dict[str, str], 1661 +def render(pieces: Dict[str, Any], style: str) -> Dict[str, Any]: [all …]
|
/buildroot/utils/checkpackagelib/ |
A D | tool.py | 25 processed_output = [str(line.decode().rstrip()) for line in stdout if line] 38 processed_output = [str(line.decode().rstrip()) for line in stdout.splitlines() if line]
|
/buildroot/support/testing/tests/package/test_ola/rootfs-overlay/usr/bin/ |
A D | sample_ola_rdm_discovery.py | 11 print(str(uid))
|
/buildroot/boot/syslinux/ |
A D | 0017-Replace-builtin-strlen-that-appears-to-get-optimized.patch | 31 +static inline size_t inline_strlen(const char *str) 34 + for (l = 0; *str++; l++);
|
/buildroot/support/testing/tests/download/ |
A D | test_git.py | 32 "GITREMOTE_PORT_NUMBER": str(self.gitremote.port)} 45 "GITREMOTE_PORT_NUMBER": str(self.gitremote.port)}
|