| /lib/efi_loader/ |
| A D | efi_unicode_collation.c | 110 s = next_lower(&string); in metai_match() 121 string_old = string; in metai_match() 211 u16 *string) in efi_str_lwr() argument 214 for (; *string; ++string) in efi_str_lwr() 215 *string = utf_to_lower(*string); in efi_str_lwr() 232 u16 *string) in efi_str_upr() argument 235 for (; *string; ++string) in efi_str_upr() 236 *string = utf_to_upper(*string); in efi_str_upr() 262 string[i] = c; in efi_fat_to_str() 266 string[i] = 0; in efi_fat_to_str() [all …]
|
| A D | dbginfodump.c | 51 static void print(u16 *string) in print() argument 53 cout->output_string(cout, string); in print() 61 static void error(u16 *string) in error() argument 64 print(string); in error() 189 static bool starts_with(u16 *string, u16 *keyword) in starts_with() argument 191 for (; *keyword; ++string, ++keyword) { in starts_with() 192 if (*string != *keyword) in starts_with() 238 u16 *string; in print_info() local 240 string = device_path_to_text->convert_device_path_to_text( in print_info() 242 if (!string) { in print_info() [all …]
|
| A D | efi_hii.c | 70 efi_string_t string; member 108 free(stbl->strings[i].string); in free_strings_table() 200 stbl->strings[idx].string = in add_strings_package() 202 if (!stbl->strings[idx].string) { in add_strings_package() 830 const efi_string_t string, in new_string() argument 867 str = u16_strdup(string); in new_string() 886 efi_string_t string, in get_string() argument 916 memcpy(string, str, len); in get_string() 934 const efi_string_t string, in set_string() argument 949 if (!string || !language) in set_string() [all …]
|
| A D | initrddump.c | 68 static void print(u16 *string) in print() argument 70 cout->output_string(cout, string); in print() 89 static void error(u16 *string) in error() argument 92 print(string); in error() 249 static bool starts_with(u16 *string, u16 *keyword) in starts_with() argument 251 if (!string || !keyword) in starts_with() 254 for (; *keyword; ++string, ++keyword) { in starts_with() 255 if (*string != *keyword) in starts_with()
|
| A D | smbiosdump.c | 48 static void print(u16 *string) in print() argument 50 cout->output_string(cout, string); in print() 69 static void error(u16 *string) in error() argument 72 print(string); in error() 199 static bool starts_with(u16 *string, u16 *keyword) in starts_with() argument 201 if (!string || !keyword) in starts_with() 204 for (; *keyword; ++string, ++keyword) { in starts_with() 205 if (*string != *keyword) in starts_with()
|
| A D | helloworld.c | 190 u16 *string; in print_device_path() local 198 string = dp2txt->convert_device_path_to_text(device_path, true, false); in print_device_path() 199 if (!string) { in print_device_path() 204 con_out->output_string(con_out, string); in print_device_path() 206 ret = boottime->free_pool(string); in print_device_path()
|
| A D | dtbdump.c | 50 static void print(u16 *string) in print() argument 52 cout->output_string(cout, string); in print() 118 static void error(u16 *string) in error() argument 121 print(string); in error() 290 static bool starts_with(u16 *string, u16 *keyword) in starts_with() argument 292 if (!string || !keyword) in starts_with() 295 for (; *keyword; ++string, ++keyword) { in starts_with() 296 if (*string != *keyword) in starts_with()
|
| A D | efi_console.c | 174 const u16 *string) in efi_cout_output_string() argument 182 EFI_ENTRY("%p, %p", this, string); in efi_cout_output_string() 184 if (!this || !string) { in efi_cout_output_string() 189 buf = malloc(utf16_utf8_strlen(string) + 1); in efi_cout_output_string() 195 utf16_utf8_strcpy(&pos, string); in efi_cout_output_string() 206 for (p = string; *p; ++p) { in efi_cout_output_string() 263 const u16 *string) in efi_cout_test_string() argument 265 EFI_ENTRY("%p, %p", this, string); in efi_cout_test_string()
|
| /lib/mbedtls/external/mbedtls/tests/suites/ |
| A D | test_suite_oid.data | 108 OID get numeric string - hardware module name 111 OID get numeric string - multi-byte subidentifier 123 OID get numeric string - empty oid buffer 129 OID get numeric string - 0.39 132 OID get numeric string - 1.0 135 OID get numeric string - 1.39 138 OID get numeric string - 2.0 145 OID get numeric string - 32-bit overflow 151 OID get numeric string - overlong encoding 157 OID from numeric string - hardware module name [all …]
|
| /lib/efi_selftest/ |
| A D | efi_selftest_devicepath.c | 324 u16 *string; in execute() local 350 if (!string) { in execute() 354 efi_st_printf("%ps\n", string); in execute() 374 if (!string) { in execute() 379 string, in execute() 386 ret = boottime->free_pool(string); in execute() 395 string, in execute() 402 ret = boottime->free_pool(string); in execute() 411 if (!string) { in execute() 441 if (!string) { in execute() [all …]
|
| /lib/mbedtls/external/mbedtls/library/ |
| A D | mps_common.h | 88 #define MBEDTLS_MPS_STATE_VALIDATE_RAW(cond, string) \ argument 93 MBEDTLS_MPS_TRACE(MBEDTLS_MPS_TRACE_TYPE_ERROR, string); \ 100 #define MBEDTLS_MPS_STATE_VALIDATE_RAW(cond, string) \ argument 110 #define MBEDTLS_MPS_ASSERT_RAW(cond, string) \ argument 115 MBEDTLS_MPS_TRACE(MBEDTLS_MPS_TRACE_TYPE_ERROR, string); \ 122 #define MBEDTLS_MPS_ASSERT_RAW(cond, string) do {} while (0) argument
|
| A D | version.c | 20 void mbedtls_version_get_string(char *string) in mbedtls_version_get_string() argument 22 memcpy(string, MBEDTLS_VERSION_STRING, in mbedtls_version_get_string() 26 void mbedtls_version_get_string_full(char *string) in mbedtls_version_get_string_full() argument 28 memcpy(string, MBEDTLS_VERSION_STRING_FULL, in mbedtls_version_get_string_full()
|
| /lib/mbedtls/external/mbedtls/scripts/mbedtls_dev/ |
| A D | psa_storage.py | 28 self.string = '{0:#0{1}x}'.format(content, digits + 2) 31 self.string = content 59 def normalize(string: str) -> str: 66 return re.sub(r'\s+', r'', string) 71 if re.match(r'([0-9]+|0x[0-9a-f]+)\Z', self.string, re.I): 72 return int(self.string, 0) 73 normalized = self.normalize(self.string)
|
| /lib/mbedtls/external/mbedtls/tests/ |
| A D | CMakeLists.txt | 30 string(REGEX REPLACE "[^;]*/" "" 42 string(REGEX REPLACE "[^;]*/" "" 54 string(REGEX REPLACE "[^;]*/" "" 61 string(REGEX REPLACE "([^;]+)" "suites/\\1" 155 string(REPLACE "." "\\." SKIP_TEST_SUITES_REGEX "${SKIP_TEST_SUITES_REGEX}") 176 string(SUBSTRING ${generated_data_name} 11 -1 generated_data_name) 185 string(SUBSTRING ${generated_data_name} 11 -1 generated_data_name) 194 string(SUBSTRING ${generated_data_name} 11 -1 generated_data_name) 288 string(REGEX REPLACE "\\.data\$" "" data_name "${data_name}") 289 string(REPLACE "test_suite_" "" data_name "${data_name}") [all …]
|
| /lib/acpi/ |
| A D | acpi_dp.c | 29 acpigen_write_string(ctx, prop->string); in acpi_dp_write_value() 32 acpigen_emit_namestring(ctx, prop->string); in acpi_dp_write_value() 241 const char *string) in acpi_dp_add_string() argument 248 new->string = string; in acpi_dp_add_string() 261 new->string = reference; in acpi_dp_add_reference() 278 new->string = child->name; in acpi_dp_add_child()
|
| /lib/mbedtls/external/mbedtls/tests/scripts/ |
| A D | generate_psa_tests.py | 462 if key_type.string == 'PSA_KEY_TYPE_RAW_DATA': 465 m = cls.RSA_OAEP_RE.match(alg.string) 477 m = cls.BRAINPOOL_RE.match(key_type.string) 478 if m and alg.string != 'PSA_ALG_ECDSA_ANY': 495 key.lifetime.string, key.type.string, 496 key.alg.string, key.alg2.string, 509 if 'READ_ONLY' in key.lifetime.string: 512 tc.set_arguments([key.lifetime.string, 514 key.expected_usage.string, 515 key.alg.string, key.alg2.string, [all …]
|
| A D | run-test-suites.pl | 73 my( $width, $padchar, $string ) = @_; 74 my $padlen = ( $width - length( $string ) - 2 ) / 2; 75 print $padchar x( $padlen ), " $string ", $padchar x( $padlen ), "\n";
|
| /lib/mbedtls/external/mbedtls/programs/psa/ |
| A D | psa_constant_names.c | 45 const char *string, size_t length) in append() argument 49 memcpy(*buffer, string, length); in append() 73 const char *string, size_t length, in append_with_curve() argument 77 append(buffer, buffer_size, required_size, string, length); in append_with_curve() 91 const char *string, size_t length, in append_with_group() argument 95 append(buffer, buffer_size, required_size, string, length); in append_with_group()
|
| /lib/mbedtls/external/mbedtls/include/mbedtls/ |
| A D | version.h | 40 void mbedtls_version_get_string(char *string); 51 void mbedtls_version_get_string_full(char *string);
|
| /lib/ |
| A D | vsprintf.c | 259 static char *string(char *buf, char *end, const char *s, int field_width, in string() function 346 return string(buf, end, mac_addr, field_width, precision, in mac_address_string() 366 return string(buf, end, ip6_addr, field_width, precision, in ip6_addr_string() 389 return string(buf, end, ip4_addr, field_width, precision, in ip4_addr_string() 423 return string(buf, end, str, in uuid_string() 437 return string(buf, end, uuid, field_width, precision, flags); in uuid_string() 466 return string(buf, end, "(null)", field_width, precision, in pointer() 640 str = string(str, end, va_arg(args, char *), in vsnprintf_internal()
|
| /lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/IANA/ |
| A D | IANATn3270eTC-MIB | 84 IANATn3270eAddress octet string 92 zero-length octet string and is not a full transport 115 string(7) 1..512 Unknown Utf8String 130 string(7), 243 "An octet string representing log data as pertaining to 245 TN3270E Server. Log data is stored in an octet string 300 The zero-length string indicates that no log data is
|
| /lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/ |
| A D | SNMPv2-TM | 118 (n+2)..m TSEL string of (up to 64) octets 145 2..(n+1) object string of (up to 32) octets 147 (n+3)..(n+2+p) type string of (up to 32) octets 149 (n+4+p)..(n+3+p+q) zone string of (up to 32) octets
|
| A D | SNMPv2-SMI | 77 -- a character string as defined in section 3.1.1 101 -- a character string as defined in section 3.1.1 146 string-value 304 -- a character string as defined in section 3.1.1 340 -- a character string as defined in section 3.1.1
|
| A D | SNMPv2-CONF | 36 -- a character string as defined in [2] 70 -- a character string as defined in [2] 179 -- a character string as defined in [2] 314 -- a character string as defined in [2]
|
| /lib/mbedtls/external/mbedtls/tests/data_files/ |
| A D | test_certs.h.jinja2 | 12 {% if mode == 'string' %} 14 /* BEGIN FILE string macro {{name}} {{value}} */
|