Searched refs:tokenize (Results 1 - 21 of 21) sorted by relevance

/freebsd-11-stable/usr.sbin/asf/
H A Dasf.h36 int tokenize(char *cptr, char *token[], int maxtoken);
H A Dasf_prog.c67 tokens = tokenize(buf, token, MAXTOKEN);
H A Dasf.c109 tokenize(char *cptr, char *token[], int maxtoken) function
166 octokens = tokenize(ocbuf, octoken, MAXTOKEN);
/freebsd-11-stable/sbin/devfs/
H A Dextern.h54 void tokenize(const char *, int *, char ***);
H A Ddevfs.c186 tokenize(const char *line, int *acp, char ***avp) function
H A Drule.c300 tokenize(str, &ac, &av);
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DScriptLexer.h26 void tokenize(MemoryBufferRef mb);
H A DScriptLexer.cpp73 ScriptLexer::ScriptLexer(MemoryBufferRef mb) { tokenize(mb); }
88 void ScriptLexer::tokenize(MemoryBufferRef mb) { function in class:lld::elf::ScriptLexer
H A DScriptParser.cpp351 tokenize(*mb);
/freebsd-11-stable/tools/tools/vt/keymaps/
H A Dconvert-keymap.pl93 sub tokenize { # split on white space and parentheses (but not within token) subroutine
121 my @KEYTOKEN = tokenize($_);
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DDriver.h50 llvm::opt::InputArgList parse(StringRef s) { return parse(tokenize(s)); }
62 std::vector<const char *> tokenize(StringRef s);
H A DDriverUtils.cpp868 for (StringRef tok : tokenize(s)) {
894 std::vector<const char *> v = tokenize(*s);
898 std::vector<const char *> v = tokenize(*s);
903 std::vector<const char *> ArgParser::tokenize(StringRef s) { function in class:lld::coff::ArgParser
/freebsd-11-stable/tools/tools/notescheck/
H A Dnotescheck.py218 def tokenize(line): function
229 print("Failed to tokenize: %s%s" (line, location), file=sys.stderr)
249 words = tokenize(line)
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A DMakefile.am63 text_mmap.c time.c tokenize.c \
H A DMakefile.in479 tokenize.c usage.c version.c
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTokens.h172 /// the spelled tokens of a file using the tokenize() helper.
335 std::vector<syntax::Token> tokenize(FileID FID, const SourceManager &SM,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTree.cpp46 auto It = ExtraTokens.try_emplace(FID, tokenize(FID, SourceMgr, LangOpts));
H A DTokens.cpp296 std::vector<syntax::Token> syntax::tokenize(FileID FID, const SourceManager &SM, function in class:syntax
580 File.SpelledTokens = tokenize(FID, SM, LangOpts);
/freebsd-11-stable/contrib/ntp/ntpdc/
H A Dntpdc.c83 static void tokenize (const char *, char **, int *);
1164 tokenize(cmdline, tokens, &ntok);
1270 * tokenize - turn a command line into tokens
1273 tokenize( function
/freebsd-11-stable/contrib/ntp/ntpq/
H A Dntpq.c197 static void tokenize (const char *, char **, int *);
1615 tokenize(cmdline, tokens, &ntok);
1705 * tokenize - turn a command line into tokens
1714 tokenize( function
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_hw_queues.c1193 tokenize(const char *s, tok_t *tok) function
1616 ((s = tokenize(s, &tokarray.tokens[tokarray.inuse_count]))) != NULL; ) {

Completed in 280 milliseconds