/netbsd-src/crypto/external/bsd/openssl.old/dist/ |
H A D | Configure | 1864 my @x = tokenize($2); 1873 my @x = tokenize($2); 1882 my @x = tokenize($2); 1891 my @x = tokenize($2); 1897 => sub { push @extra, tokenize($1) 1900 => sub { push @overrides, tokenize($1) 1904 => sub { push @{$ordinals{$1}}, tokenize($2) 1907 => sub { push @{$sources{$1}}, tokenize($2) 1910 => sub { push @{$shared_sources{$1}}, tokenize($2) 1913 => sub { push @{$includes{$1}}, tokenize($2) [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/ |
H A D | BooleanExpression.py | 33 self.tokens = BooleanExpression.tokenize(string) 47 def tokenize(string): member in BooleanExpression
|
H A D | Test.py | 408 BooleanExpression.tokenize(expr) for expr in
|
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | ldapauth.c | 91 static int tokenize(char ** o, size_t size, char * input) { in tokenize() function 236 if ( tokenize(garray, sizeof(garray)/sizeof(*garray), g) < 0) { in ldap_parse_groups() 276 if ( tokenize(urls, sizeof(urls)/sizeof(*urls), s) < 0) in ldap_parse_servers()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/ |
H A D | Tokens.h | 407 std::vector<syntax::Token> tokenize(FileID FID, const SourceManager &SM, 414 tokenize(const FileRange &FR, const SourceManager &SM, const LangOptions &LO);
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/ |
H A D | Tokens.cpp | 529 std::vector<syntax::Token> syntax::tokenize(const FileRange &FR, in tokenize() function in syntax 562 std::vector<syntax::Token> syntax::tokenize(FileID FID, const SourceManager &SM, in tokenize() function in syntax 564 return tokenize(syntax::FileRange(FID, 0, SM.getFileIDSize(FID)), SM, LO); in tokenize() 837 File.SpelledTokens = tokenize(FID, SM, LangOpts); in buildSpelledTokens()
|
H A D | Tree.cpp | 46 auto It = ExtraTokens.try_emplace(FID, tokenize(FID, SourceMgr, LangOpts)); in lexBuffer()
|
/netbsd-src/external/bsd/tradcpp/dist/ |
H A D | eval.c | 703 tokenize(struct place *p, char *expr) in tokenize() function 751 tokenize(p, expr); in eval()
|
/netbsd-src/usr.bin/fgen/ |
H A D | fgen.l | 314 static void tokenize(YY_BUFFER_STATE); 980 tokenize(newbuf); 1046 tokenize(inbuf); 1078 tokenize(YY_BUFFER_STATE yinput) 2002 tokenize(inbuf);
|
/netbsd-src/lib/libintl/ |
H A D | plural_parser.c | 157 tokenize(struct tokenizer_context *tcx, union token_data *token_data) in tokenize() function 237 return tokenize(tcx, token_data); in get_token()
|
/netbsd-src/external/ibm-public/postfix/dist/proto/ |
H A D | stop.spell-cc | 1417 tokenize
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | Modules.rst | 659 file. In the future, we intend to pre-tokenize such headers and include the
|
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/ |
H A D | jquery.js | 2 … we(c)}return me.prototype=b.filters=b.pseudos,b.setFilters=new me,h=se.tokenize=function(e,t){var…
|
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/ |
H A D | jquery.js | 2 … we(c)}return me.prototype=b.filters=b.pseudos,b.setFilters=new me,h=se.tokenize=function(e,t){var…
|
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/ |
H A D | jquery.js | 2 … we(c)}return me.prototype=b.filters=b.pseudos,b.setFilters=new me,h=se.tokenize=function(e,t){var…
|
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/ |
H A D | jquery.js | 2 … we(c)}return me.prototype=b.filters=b.pseudos,b.setFilters=new me,h=se.tokenize=function(e,t){var…
|
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/ |
H A D | jquery.js | 2 … we(c)}return me.prototype=b.filters=b.pseudos,b.setFilters=new me,h=se.tokenize=function(e,t){var…
|
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/ |
H A D | jquery.js | 2 … we(c)}return me.prototype=b.filters=b.pseudos,b.setFilters=new me,h=se.tokenize=function(e,t){var…
|
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/ |
H A D | jquery.js | 2 … we(c)}return me.prototype=b.filters=b.pseudos,b.setFilters=new me,h=se.tokenize=function(e,t){var…
|
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/ |
H A D | jquery.js | 2 … we(c)}return me.prototype=b.filters=b.pseudos,b.setFilters=new me,h=se.tokenize=function(e,t){var…
|
/netbsd-src/external/bsd/ntp/dist/ |
H A D | CommitLog-4.1.0 | 4623 * ntpdc/ntpdc.c (tokenize): Define cp as const char *, remove
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | cpp.texi | 485 The compiler does not re-tokenize the preprocessor's output. Each
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | cpp.texi | 485 The compiler does not re-tokenize the preprocessor's output. Each
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | ChangeLog | 924 before trying to tokenize.
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2017 | 1268 * linespec.c (linespec_lexer_lex_string): Don't tokenize ABI tags. 1291 * linespec.c (linespec_lexer_lex_string): Don't tokenize ABI tags.
|