| /freebsd-14.2/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-14.2/sbin/devfs/ |
| H A D | extern.h | 52 void tokenize(const char *, int *, char ***);
|
| H A D | devfs.c | 184 tokenize(const char *line, int *acp, char ***avp) in tokenize() function
|
| H A D | rule.c | 298 tokenize(str, &ac, &av); in rulespec_instr()
|
| /freebsd-14.2/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 | 574 std::vector<syntax::Token> syntax::tokenize(const FileRange &FR, in tokenize() function in syntax 607 std::vector<syntax::Token> syntax::tokenize(FileID FID, const SourceManager &SM, in tokenize() function in syntax 609 return tokenize(syntax::FileRange(FID, 0, SM.getFileIDSize(FID)), SM, LO); in tokenize() 882 File.SpelledTokens = tokenize(FID, SM, LangOpts); in buildSpelledTokens()
|
| /freebsd-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | ScriptLexer.h | 24 void tokenize(MemoryBufferRef mb);
|
| H A D | ScriptLexer.cpp | 93 ScriptLexer::ScriptLexer(MemoryBufferRef mb) { tokenize(mb); } in ScriptLexer() 108 void ScriptLexer::tokenize(MemoryBufferRef mb) { in tokenize() function in ScriptLexer
|
| H A D | ScriptParser.cpp | 388 tokenize(*mb); in readInclude()
|
| /freebsd-14.2/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 | 989 std::vector<const char *> v = tokenize(*s); in addLINK() 993 std::vector<const char *> v = tokenize(*s); in addLINK() 998 std::vector<const char *> ArgParser::tokenize(StringRef s) { in tokenize() function in lld::coff::ArgParser
|
| /freebsd-14.2/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-14.2/tools/tools/notescheck/ |
| H A D | notescheck.py | 217 def tokenize(line): function 248 words = tokenize(line)
|
| /freebsd-14.2/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-14.2/libexec/nuageinit/ |
| H A D | yaml.lua | 146 exports.tokenize = function (str) function 582 return Parser:new(exports.tokenize(str)):parse()
|
| /freebsd-14.2/contrib/tcsh/ |
| H A D | src.desc | 60 tw.parse.c: All the listing and completion. Tries to tokenize the line
|
| /freebsd-14.2/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-14.2/contrib/ntp/ntpq/ |
| H A D | ntpq.c | 196 static void tokenize (const char *, char **, int *); 1645 tokenize(cmdline, tokens, &ntok); in docmd() 1759 tokenize( in tokenize() function
|
| /freebsd-14.2/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-14.2/contrib/ntp/ |
| H A D | CommitLog | 147522 Delete: libopts/tokenize.c 148153 Rename: libopts/tokenize.c -> BitKeeper/deleted/13/tokenize.c~c52b9718bf168782 178236 Rename: gsoc_sntp/libopts/tokenize.c -> sntp/libopts/tokenize.c 178935 libopts/tokenize[email protected] +2 -2 180988 Delete: libopts/tokenize.c 181514 libopts/tokenize[email protected] +0 -0 194472 bk cp tokenize.c ../gsoc_sntp/libopts/tokenize.c 205653 Delete: libopts/tokenize.c 205884 libopts/tokenize[email protected] +0 -0 206863 Delete: libopts/tokenize.c [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().
|