Home
last modified time | relevance | path

Searched refs:tokenize (Results 1 – 23 of 23) sorted by relevance

/freebsd-12.1/contrib/googletest/googlemock/scripts/generator/cpp/
H A Dast.py46 from cpp import tokenize
583 type_name.append(tokenize.Token(tokenize.SYNTAX, ' ', 0, 0))
739 if token.token_type == tokenize.NAME:
755 syntax = tokenize.SYNTAX
767 last_token = tokenize.Token(tokenize.SYNTAX, ';', 0, 0)
988 name = tokenize.Token(tokenize.NAME, 'operator[]',
1138 seq_copy.append(tokenize.Token(tokenize.SYNTAX, '', 0, 0))
1244 struct = tokenize.Token(tokenize.NAME, 'struct',
1432 if token.token_type == tokenize.NAME:
1568 if token.token_type == tokenize.NAME:
[all …]
/freebsd-12.1/tools/tools/vt/keymaps/
H A Dconvert-keymap.pl90 sub tokenize { # split on white space and parentheses (but not within token) subroutine
118 my @KEYTOKEN = tokenize($_);
/freebsd-12.1/crypto/openssl/
H A DConfigure1792 my @x = tokenize($2);
1801 my @x = tokenize($2);
1810 my @x = tokenize($2);
1819 my @x = tokenize($2);
1825 => sub { push @extra, tokenize($1)
1828 => sub { push @overrides, tokenize($1)
1832 => sub { push @{$ordinals{$1}}, tokenize($2)
1835 => sub { push @{$sources{$1}}, tokenize($2)
1841 => sub { push @{$includes{$1}}, tokenize($2)
1844 => sub { push @{$depends{$1}}, tokenize($2)
[all …]
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DDriver.h51 llvm::opt::InputArgList parse(StringRef S) { return parse(tokenize(S)); } in parse()
63 std::vector<const char *> tokenize(StringRef S);
H A DDriverUtils.cpp823 for (StringRef Tok : tokenize(S)) { in parseDirectives()
849 std::vector<const char *> V = tokenize(*S); in parseLINK()
853 std::vector<const char *> V = tokenize(*S); in parseLINK()
859 std::vector<const char *> ArgParser::tokenize(StringRef S) { in tokenize() function in lld::coff::ArgParser
/freebsd-12.1/sbin/devfs/
H A Dextern.h54 void tokenize(const char *, int *, char ***);
H A Ddevfs.c186 tokenize(const char *line, int *acp, char ***avp) in tokenize() function
H A Drule.c300 tokenize(str, &ac, &av); in rulespec_instr()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DScriptLexer.h27 void tokenize(MemoryBufferRef MB);
H A DScriptLexer.cpp72 ScriptLexer::ScriptLexer(MemoryBufferRef MB) { tokenize(MB); } in ScriptLexer()
87 void ScriptLexer::tokenize(MemoryBufferRef MB) { in tokenize() function in ScriptLexer
H A DScriptParser.cpp355 tokenize(*MB); in readInclude()
/freebsd-12.1/tools/tools/notescheck/
H A Dnotescheck.py218 def tokenize(line): function
249 words = tokenize(line)
/freebsd-12.1/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-12.1/contrib/googletest/googlemock/
H A DMakefile.am157 scripts/generator/cpp/tokenize.py \
/freebsd-12.1/contrib/tcsh/
H A Dsrc.desc60 tw.parse.c: All the listing and completion. Tries to tokenize the line
/freebsd-12.1/contrib/ntp/ntpdc/
H A Dntpdc.c83 static void tokenize (const char *, char **, int *);
1164 tokenize(cmdline, tokens, &ntok); in docmd()
1273 tokenize( in tokenize() function
/freebsd-12.1/contrib/ntp/ntpq/
H A Dntpq.c197 static void tokenize (const char *, char **, int *);
1615 tokenize(cmdline, tokens, &ntok); in docmd()
1714 tokenize( in tokenize() function
/freebsd-12.1/sys/dev/ocs_fc/
H A Docs_hw_queues.c1193 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-12.1/contrib/ntp/
H A DCommitLog137453 Delete: libopts/tokenize.c
138084 Rename: libopts/tokenize.c -> BitKeeper/deleted/13/tokenize.c~c52b9718bf168782
168167 Rename: gsoc_sntp/libopts/tokenize.c -> sntp/libopts/tokenize.c
168866 libopts/tokenize[email protected] +2 -2
170919 Delete: libopts/tokenize.c
171445 libopts/tokenize[email protected] +0 -0
184403 bk cp tokenize.c ../gsoc_sntp/libopts/tokenize.c
195584 Delete: libopts/tokenize.c
195815 libopts/tokenize[email protected] +0 -0
196794 Delete: libopts/tokenize.c
[all …]
H A DCommitLog-4.1.04623 * ntpdc/ntpdc.c (tokenize): Define cp as const char *, remove
H A DChangeLog1095 * [Sec 2630] buffer overrun in ntpq tokenize().
/freebsd-12.1/contrib/gcc/doc/
H A Dcpp.texi487 The compiler does not re-tokenize the preprocessor's output. Each