| /lib/efi_loader/ |
| A D | efi_hii.c | 84 struct efi_string_info *strings; member 108 free(stbl->strings[i].string); in free_strings_table() 109 free(stbl->strings); in free_strings_table() 175 stbl->strings = calloc(sizeof(stbl->strings[0]), nstrings); in add_strings_package() 176 if (!stbl->strings) { in add_strings_package() 200 stbl->strings[idx].string = in add_strings_package() 233 free(stbl->strings); in add_strings_package() 854 buf = realloc(stbl->strings, in new_string() 863 stbl->strings = buf; in new_string() 962 buf = realloc(stbl->strings, in set_string() [all …]
|
| A D | boothart.c | 131 const char *strings; in get_property() local 147 strings = fdt + f2h(header->off_dt_strings); in get_property() 165 const char *label = &strings[f2h(prop->nameoff)]; in get_property()
|
| A D | dtbdump.c | 691 const char *strings; in do_dump() local 709 strings = fdt + f2h(header->off_dt_strings); in do_dump() 734 const unsigned char *label = &strings[f2h(prop->nameoff)]; in do_dump()
|
| A D | Kconfig | 380 human readable strings. 402 allows UEFI applications to draw fancy menus and hook strings using
|
| /lib/libavb/ |
| A D | avb_util.c | 236 const char* avb_strv_find_str(const char* const* strings, in avb_strv_find_str() argument 240 for (n = 0; strings[n] != NULL; n++) { in avb_strv_find_str() 241 if (avb_strlen(strings[n]) == str_size && in avb_strv_find_str() 242 avb_memcmp(strings[n], str, str_size) == 0) { in avb_strv_find_str() 243 return strings[n]; in avb_strv_find_str() 330 const char* strings[AVB_STRDUPV_MAX_NUM_STRINGS]; in avb_strdupv() local 341 strings[num_strings] = str; in avb_strdupv() 363 avb_memcpy(dest, strings[n], lengths[n]); in avb_strdupv()
|
| A D | avb_util.h | 233 const char* avb_strv_find_str(const char* const* strings,
|
| /lib/efi_selftest/ |
| A D | efi_selftest_fdt.c | 62 const char *strings; in get_property() local 78 strings = fdt + f2h(header->off_dt_strings); in get_property() 96 const char *label = &strings[f2h(prop->nameoff)]; in get_property()
|
| /lib/mbedtls/external/mbedtls/tests/suites/ |
| A D | test_suite_platform_printf.data | 3 # and strings through the test framework. 64 # characters in strings.
|
| A D | host_test.function | 132 * \return Count of strings found. 161 /* Replace backslash escapes in strings */
|
| A D | test_suite_asn1write.function | 244 /* There's no parsing function for octet or character strings. */
|
| A D | test_suite_asn1parse.function | 424 * abused as bit strings), so the result of parsing them
|
| A D | test_suite_x509parse.data | 2336 # The ASN.1 module rejects non-octet-aligned bit strings.
|
| /lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/ |
| A D | SNMPv2-TM | 151 For comparison purposes, strings are 152 case-insensitive. All strings may contain any octet
|
| A D | UDP-MIB | 500 -- octet-strings, and for scoped and unscoped 512 -- octet-strings, and for scoped and unscoped
|
| /lib/lwip/lwip/contrib/ports/ |
| A D | Common.allports.mk | 39 -Wc++-compat -Wwrite-strings -Wold-style-definition -Wcast-align \
|
| A D | CMakeCommon.cmake | 56 -Wwrite-strings
|
| /lib/lwip/lwip/doc/ |
| A D | mdns.txt | 84 - <name>.<service>.<proto>.local type TXT builds text strings by calling txt_fn 85 with the supplied userdata. The callback adds strings to the reply by calling
|
| /lib/mbedtls/external/mbedtls/scripts/data_files/ |
| A D | error.fmt | 114 // error strings.
|
| /lib/mbedtls/external/mbedtls/ |
| A D | .pylintrc | 55 # Ubuntu 18.04) only recognize old-style format strings using '%',
|
| A D | .uncrustify.cfg | 29 # Line-up strings broken by '\'
|
| A D | CMakeLists.txt | 199 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra -Wwrite-strings") 233 …set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra -Wwrite-strings -Wpointer-arith -Wimplicit-fallt…
|
| A D | ChangeLog | 2321 * New functions in the error module return constant strings for 2398 * Fix warnings about signedness issues in format strings. The build is now 3701 from hex strings. Superseded by mbedtls_ssl_conf_dh_param_bin() 4444 strings; use the new *_len variables instead of strlen(). 4558 * Add support for bit strings in X.509 names (request by Fredrik Axelsson). 5897 * Fixed incorrect handling of negative strings in
|
| /lib/mbedtls/external/mbedtls/docs/proposed/ |
| A D | psa-driver-interface.md | 79 * `"headers"` (optional, array of strings). A list of header files. These header files must define … 94 * `"entry_points"` (mandatory, list of strings). Each element is the name of a [driver entry point]… 95 * `"algorithms"` (optional, list of strings). Each element is an [algorithm specification](#algorit… 96 * `"key_types"` (optional, list of strings). Each element is a [key type specification](#key-type-s… 510 * `"entry_points"` (mandatory, list of strings). Must be `["derive_key"]`. 511 * `"derived_types"` (mandatory, list of strings). Each element is a [key type specification](#key-t… 979 …s a pseudorandom function family, $F_k(0)$ is uniformly distributed over strings of $\mathtt{entro…
|
| /lib/lwip/lwip/doc/doxygen/ |
| A D | lwip.Doxyfile | 156 # Stripping is only done if one of the specified strings matches the left-hand
|
| A D | lwip.Doxyfile.cmake.in | 156 # Stripping is only done if one of the specified strings matches the left-hand
|