| /src/external/apache2/llvm/dist/llvm/utils/lit/lit/ |
| BooleanExpression.py | 33 self.tokens = BooleanExpression.tokenize(string) 47 def tokenize(string): member in class:BooleanExpression
|
| /src/crypto/external/apache2/openssl/dist/ |
| Configure | 2152 my @a = tokenize($attr_str, qr|\s*,\s*|); 2184 @indexes = tokenize($index_str); 2269 foreach (tokenize($expand_variables->($+{VALUE}))) { 2277 tokenize($expand_variables->($+{VALUE}))) 2282 tokenize($expand_variables->($+{VALUE}))) 2287 tokenize($expand_variables->($+{VALUE}))) 2292 tokenize($expand_variables->($+{VALUE}))) 2297 tokenize($expand_variables->($+{VALUE}))) 2302 tokenize($expand_variables->($+{VALUE}))) 2307 tokenize($expand_variables->($+{VALUE})) 3729 sub tokenize { subroutine [all...] |
| /src/crypto/external/bsd/openssl/dist/ |
| Configure | 2025 my @a = tokenize($attr_str, qr|\s*,\s*|); 2057 @indexes = tokenize($index_str); 2142 foreach (tokenize($expand_variables->($+{VALUE}))) { 2150 tokenize($expand_variables->($+{VALUE}))) 2155 tokenize($expand_variables->($+{VALUE}))) 2160 tokenize($expand_variables->($+{VALUE}))) 2165 tokenize($expand_variables->($+{VALUE}))) 2170 tokenize($expand_variables->($+{VALUE}))) 2175 tokenize($expand_variables->($+{VALUE}))) 2180 tokenize($expand_variables->($+{VALUE})) 3570 sub tokenize { subroutine [all...] |
| /src/crypto/external/bsd/openssh/dist/ |
| ldapauth.c | 91 static int tokenize(char ** o, size_t size, char * input) { function 236 if ( tokenize(garray, sizeof(garray)/sizeof(*garray), g) < 0) { 276 if ( tokenize(urls, sizeof(urls)/sizeof(*urls), s) < 0)
|
| /src/external/bsd/tradcpp/dist/ |
| eval.c | 703 tokenize(struct place *p, char *expr) function 751 tokenize(p, expr);
|
| /src/lib/libintl/ |
| plural_parser.c | 157 tokenize(struct tokenizer_context *tcx, union token_data *token_data) function 237 return tokenize(tcx, token_data);
|
| /src/external/bsd/ntp/dist/ntpdc/ |
| ntpdc.c | 85 static void tokenize (const char *, char **, int *); 1177 * Tokenize the command line. If nothing on it, return. 1184 tokenize(cmdline, tokens, &ntok); 1290 * tokenize - turn a command line into tokens 1293 tokenize( function
|
| /src/external/bsd/ntp/dist/ntpq/ |
| ntpq.c | 198 static void tokenize (const char *, char **, int *); 1645 * Tokenize the command line. If nothing on it, return. 1647 tokenize(cmdline, tokens, &ntok); 1752 * tokenize - turn a command line into tokens 1761 tokenize( function
|