Home
last modified time | relevance | path

Searched refs:separator (Results 1 – 6 of 6) sorted by relevance

/lib/lwip/lwip/contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/
A DSymbolList.cs99 public string Join(string separator) in Join() argument
101 if (separator == null) in Join()
102 separator = ""; in Join()
109 result.Append(separator); in Join()
114 result.Length -= separator.Length; in Join()
/lib/mbedtls/external/mbedtls/programs/ssl/
A Dssl_test_lib.c186 char *separator; in key_opaque_alg_parse() local
187 if ((separator = strchr(arg, ',')) == NULL) { in key_opaque_alg_parse()
190 *separator = '\0'; in key_opaque_alg_parse()
193 *alg2 = separator + 1; in key_opaque_alg_parse()
/lib/efi_loader/
A Defi_net.c1596 const uchar *separator; in efi_net_parse_headers() local
1610 separator = strchr(line_start, ':'); in efi_net_parse_headers()
1611 if (separator) { in efi_net_parse_headers()
1612 name_length = separator - line_start; in efi_net_parse_headers()
1613 ++separator; in efi_net_parse_headers()
1614 while (*separator == ' ') in efi_net_parse_headers()
1615 ++separator; in efi_net_parse_headers()
1616 value_length = line_end - separator; in efi_net_parse_headers()
1621 strncpy(current_header->value, separator, value_length); in efi_net_parse_headers()
/lib/mbedtls/external/mbedtls/tests/suites/
A Dtest_suite_oid.data187 OID from numeric string - non-'.' separator between first and second
190 OID from numeric string - non-'.' separator between second and third
193 OID from numeric string - non-'.' separator between third and fourth
/lib/
A Dtiny-printf.c71 bool separator) in mac_address_string() argument
80 if (separator && i != 5) in mac_address_string()
/lib/mbedtls/external/mbedtls/docs/architecture/
A Dmbed-crypto-storage-specification.md83 …e is simply prepended to the file name (so it must end with a directory separator to put the keys …
185 …e is simply prepended to the file name (so it must end with a directory separator to put the keys …
392 …e is simply prepended to the file name (so it must end with a directory separator to put the keys …

Completed in 24 milliseconds