| /freebsd/tools/tools/vt/keymaps/ |
| H A D | convert-keymap.pl | 89 sub tokenize { # split on white space and parentheses (but not within token) subroutine 117 my @KEYTOKEN = tokenize($_);
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | DirectiveNameParser.cpp | 41 SmallVector<StringRef> DirectiveNameParser::tokenize(StringRef Str) { in tokenize() function in llvm::omp::DirectiveNameParser 50 for (StringRef Tok : tokenize(Name)) in insertName()
|
| /freebsd/sbin/devfs/ |
| H A D | extern.h | 52 void tokenize(const char *, int *, char ***);
|
| H A D | devfs.c | 183 tokenize(const char *line, int *acp, char ***avp) in tokenize() function
|
| H A D | rule.c | 297 tokenize(str, &ac, &av); in rulespec_instr()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| H A D | TokenBufferTokenManager.cpp | 19 auto It = ExtraTokens.try_emplace(FID, tokenize(FID, SM, LangOpts)); in lexBuffer()
|
| H A D | Tokens.cpp | 573 std::vector<syntax::Token> syntax::tokenize(const FileRange &FR, in tokenize() function in syntax 606 std::vector<syntax::Token> syntax::tokenize(FileID FID, const SourceManager &SM, in tokenize() function in syntax 608 return tokenize(syntax::FileRange(FID, 0, SM.getFileIDSize(FID)), SM, LO); in tokenize() 881 File.SpelledTokens = tokenize(FID, SM, LangOpts); in buildSpelledTokens()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | DirectiveNameParser.h | 68 LLVM_ABI static SmallVector<StringRef> tokenize(StringRef N);
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | Driver.h | 61 llvm::opt::InputArgList parse(StringRef s) { return parse(tokenize(s)); } in parse() 72 std::vector<const char *> tokenize(StringRef s);
|
| H A D | DriverUtils.cpp | 866 std::vector<const char *> v = tokenize(*s); in addLINK() 870 std::vector<const char *> v = tokenize(*s); in addLINK() 875 std::vector<const char *> ArgParser::tokenize(StringRef s) { in tokenize() function in lld::coff::ArgParser
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ |
| H A D | Tokens.h | 405 std::vector<syntax::Token> tokenize(FileID FID, const SourceManager &SM, 412 tokenize(const FileRange &FR, const SourceManager &SM, const LangOptions &LO);
|
| /freebsd/tools/tools/notescheck/ |
| H A D | notescheck.py | 217 def tokenize(line): function 248 words = tokenize(line)
|
| /freebsd/contrib/ntp/sntp/libopts/ |
| H A D | Makefile.am | 63 time.c tokenize.c usage.c \
|
| H A D | Makefile.in | 484 streqvcmp.c text_mmap.c time.c tokenize.c usage.c version.c
|
| /freebsd/contrib/tcsh/ |
| H A D | src.desc | 60 tw.parse.c: All the listing and completion. Tries to tokenize the line
|
| /freebsd/contrib/ntp/ntpdc/ |
| H A D | ntpdc.c | 83 static void tokenize (const char *, char **, int *); 1182 tokenize(cmdline, tokens, &ntok); in docmd() 1291 tokenize( in tokenize() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Mustache.cpp | 304 SmallVector<Token> tokenize(StringRef Template) { in tokenize() function 458 Tokens = tokenize(TemplateStr); in parse()
|
| /freebsd/contrib/ntp/ntpq/ |
| H A D | ntpq.c | 196 static void tokenize (const char *, char **, int *); 1645 tokenize(cmdline, tokens, &ntok); in docmd() 1750 * tokenize - turn a command line into tokens in docmd() 1759 tokenize( 1763 tokenize( tokenize() function
|
| /freebsd/contrib/pkgconf/ |
| H A D | NEWS | 461 - Properly tokenize versions. Versions cannot logically contain 462 whitespace, as dependency-lists would not properly tokenize if
|
| /freebsd/sys/dev/ocs_fc/ |
| H A D | ocs_hw_queues.c | 1195 tokenize(const char *s, tok_t *tok) in tokenize() function 1616 ((s = tokenize(s, &tokarray.tokens[tokarray.inuse_count]))) != NULL; ) { in ocs_hw_qtop_parse()
|
| /freebsd/crypto/openssl/ |
| H A D | Configure | 3729 sub tokenize { subroutine
|
| /freebsd/contrib/ntp/ |
| H A D | CommitLog | 5750 sntp/libopts/tokenize.c@1.15 +2 -19 25964 sntp/libopts/tokenize.c@1.14 +1 -1 [all...] |
| H A D | CommitLog-4.1.0 | 4623 * ntpdc/ntpdc.c (tokenize): Define cp as const char *, remove
|
| H A D | ChangeLog | 1364 * [Sec 2630] buffer overrun in ntpq tokenize().
|