Searched refs:separator (Results 1 – 6 of 6) sorted by relevance
523 char *separator; in ParseJoinerDiscerner() local527 separator = strstr(aArg.GetCString(), "/"); in ParseJoinerDiscerner()529 VerifyOrExit(separator != nullptr, error = OT_ERROR_NOT_FOUND); in ParseJoinerDiscerner()531 … SuccessOrExit(error = ot::Utils::CmdLineParser::ParseAsUint8(separator + 1, aDiscerner.mLength)); in ParseJoinerDiscerner()533 *separator = '\0'; in ParseJoinerDiscerner()
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()
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
1112 char separator = kKeyValueSeparator; in AppendTo() local1139 SuccessOrExit(error = aAppender.Append(separator)); in AppendTo()
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 …
835 def _expect_key_value_pairs(self, pattern, separator=': '): argument843 key, val = line.split(separator)