Home
last modified time | relevance | path

Searched refs:strings (Results 1 – 25 of 26) sorted by relevance

12

/lib/efi_loader/
A Defi_hii.c84 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 Dboothart.c131 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 Ddtbdump.c691 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 DKconfig380 human readable strings.
402 allows UEFI applications to draw fancy menus and hook strings using
/lib/libavb/
A Davb_util.c236 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 Davb_util.h233 const char* avb_strv_find_str(const char* const* strings,
/lib/efi_selftest/
A Defi_selftest_fdt.c62 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 Dtest_suite_platform_printf.data3 # and strings through the test framework.
64 # characters in strings.
A Dhost_test.function132 * \return Count of strings found.
161 /* Replace backslash escapes in strings */
A Dtest_suite_asn1write.function244 /* There's no parsing function for octet or character strings. */
A Dtest_suite_asn1parse.function424 * abused as bit strings), so the result of parsing them
A Dtest_suite_x509parse.data2336 # The ASN.1 module rejects non-octet-aligned bit strings.
/lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/
A DSNMPv2-TM151 For comparison purposes, strings are
152 case-insensitive. All strings may contain any octet
A DUDP-MIB500 -- octet-strings, and for scoped and unscoped
512 -- octet-strings, and for scoped and unscoped
/lib/lwip/lwip/contrib/ports/
A DCommon.allports.mk39 -Wc++-compat -Wwrite-strings -Wold-style-definition -Wcast-align \
A DCMakeCommon.cmake56 -Wwrite-strings
/lib/lwip/lwip/doc/
A Dmdns.txt84 - <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 Derror.fmt114 // error strings.
/lib/mbedtls/external/mbedtls/
A D.pylintrc55 # Ubuntu 18.04) only recognize old-style format strings using '%',
A D.uncrustify.cfg29 # Line-up strings broken by '\'
A DCMakeLists.txt199 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 DChangeLog2321 * 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 Dpsa-driver-interface.md79 * `"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 Dlwip.Doxyfile156 # Stripping is only done if one of the specified strings matches the left-hand
A Dlwip.Doxyfile.cmake.in156 # Stripping is only done if one of the specified strings matches the left-hand

Completed in 66 milliseconds

12