Searched refs:separator (Results 1 – 6 of 6) sorted by relevance
99 public string Join(string separator) in Join() argument101 if (separator == null) in Join()102 separator = ""; in Join()109 result.Append(separator); in Join()114 result.Length -= separator.Length; in Join()
186 char *separator; in key_opaque_alg_parse() local187 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()
1596 const uchar *separator; in efi_net_parse_headers() local1610 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()
187 OID from numeric string - non-'.' separator between first and second190 OID from numeric string - non-'.' separator between second and third193 OID from numeric string - non-'.' separator between third and fourth
71 bool separator) in mac_address_string() argument80 if (separator && i != 5) in mac_address_string()
83 …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