Searched refs:next_word (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/bearssl/src/rand/ |
| H A D | sysrng.c | 85 goto next_word; in seeder_rdrand() 89 next_word: in seeder_rdrand()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 3398 std::string next_word; in ResolveCommandImpl() local 3404 ExtractCommand(scratch_command, next_word, suffix, quote_char); in ResolveCommandImpl() 3407 bool is_alias = GetAliasFullName(next_word, full_name); in ResolveCommandImpl() 3408 cmd_obj = GetCommandObject(next_word, &matches); in ResolveCommandImpl() 3426 revised_command_line.Printf("%s", next_word.c_str()); in ResolveCommandImpl() 3432 cmd_obj->GetSubcommandObject(next_word.c_str()); in ResolveCommandImpl() 3457 revised_command_line.Printf(" %s%s", next_word.c_str(), in ResolveCommandImpl() 3468 next_word.c_str()); in ResolveCommandImpl() 3478 next_word.c_str()); in ResolveCommandImpl() 3489 next_word.empty() ? "" : next_word.c_str(), in ResolveCommandImpl() [all …]
|
| /freebsd-14.2/contrib/bearssl/tools/ |
| H A D | names.c | 834 next_word(const char **str, size_t *len) in next_word() function 914 name = next_word(&arg, &len); in parse_hash_functions() 957 name = next_word(&arg, &len); in parse_suites()
|
| /freebsd-14.2/contrib/ee/ |
| H A D | ee.c | 1141 next_word(unsigned char *string) in next_word() function 1707 cmd_str = next_word(cmd_str); in command() 1723 cmd_str = next_word(cmd_str); in command() 1812 cmd_str = next_word(cmd_str); in command() 1821 cmd_str = next_word(cmd_str); in command() 1831 cmd_str = next_word(cmd_str); in command() 1937 nam_str = next_word(nam_str); in get_string() 4184 str1 = next_word(str1); in ee_init() 4190 str1 = next_word(str1); in ee_init() 4196 str1 = next_word(str1); in ee_init() [all …]
|
| /freebsd-14.2/crypto/openssl/util/ |
| H A D | check-format.pl | 977 my $next_word = $1; 980 $extended_1_stmt || $next_word ne "else") &&
|