Searched refs:next_word (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/apr/network_io/unix/ |
| HD | inet_ntop.c | 166 unsigned int next_word = (unsigned int)*next_src++; in inet_ntop6() local 167 next_word <<= 8; in inet_ntop6() 168 next_word |= (unsigned int)*next_src++; in inet_ntop6() 169 *next_dest++ = next_word; in inet_ntop6() 171 if (next_word == 0) { in inet_ntop6()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Interpreter/ |
| HD | CommandInterpreter.cpp | 3250 std::string next_word; in ResolveCommandImpl() local 3257 ExtractCommand(scratch_command, next_word, suffix, quote_char); in ResolveCommandImpl() 3261 if (GetAliasFullName(next_word.c_str(), full_name)) in ResolveCommandImpl() 3274 cmd_obj = GetCommandObject(next_word.c_str(), &matches); in ResolveCommandImpl() 3283 revised_command_line.Printf ("%s", next_word.c_str()); in ResolveCommandImpl() 3291 CommandObject *sub_cmd_obj = cmd_obj->GetSubcommandObject(next_word.c_str()); in ResolveCommandImpl() 3305 …revised_command_line.Printf(" %c%s%s%c", quote_char, next_word.c_str(), suffix.c_str(), quote_char… in ResolveCommandImpl() 3307 revised_command_line.Printf(" %s%s", next_word.c_str(), suffix.c_str()); in ResolveCommandImpl() 3314 …revised_command_line.Printf(" %c%s%s%c", quote_char, next_word.c_str(), suffix.c_str(), quote_char… in ResolveCommandImpl() 3316 revised_command_line.Printf(" %s%s", next_word.c_str(), suffix.c_str()); in ResolveCommandImpl() [all …]
|
| /NextBSD/contrib/ee/ |
| HD | ee.c | 269 unsigned char *next_word P_((unsigned char *string)); 1148 unsigned char *next_word(string) /* move to next word in string */ in next_word() function 1705 cmd_str = next_word(cmd_str); 1721 cmd_str = next_word(cmd_str); 1810 cmd_str = next_word(cmd_str); 1819 cmd_str = next_word(cmd_str); 1829 cmd_str = next_word(cmd_str); 1938 nam_str = next_word(nam_str); 4190 str1 = next_word(str1); in ee_init() 4196 str1 = next_word(str1); in ee_init() [all …]
|