Searched refs:tokens (Results 51 - 74 of 74) sorted by relevance

123

/freebsd-current/bin/sh/
H A Darith_yacc.c52 #error Arithmetic tokens are out of order.
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_config.c5478 * gettokens_netinfo - return tokens from NetInfo
5549 char *tokens = val_list[val_index]; local
5555 tokenlist[ntok] = tokens;
5556 while (!ISEOL(*tokens) && (!ISSPACE(*tokens) || quoted))
5557 quoted ^= (*tokens++ == '"');
5559 if (ISEOL(*tokens)) {
5560 *tokens = '\0';
5563 *tokens++ = '\0';
5564 while (ISSPACE(*tokens))
[all...]
/freebsd-current/sys/security/audit/
H A Daudit_bsm.c82 * tokens associated with this record.
107 TAILQ_INSERT_TAIL(&rec->token_q, tok, tokens);
113 * missing tokens. Write out the tokens to the record memory.
150 TAILQ_INSERT_HEAD(&rec->token_q, hdr, tokens);
153 TAILQ_INSERT_TAIL(&rec->token_q, trail, tokens);
157 TAILQ_FOREACH(cur, &rec->token_q, tokens) {
164 * Free a BSM audit record by releasing all the tokens and clearing the audit
174 TAILQ_REMOVE(&rec->token_q, tok, tokens);
319 * Implement auditing for the auditon() system call. The audit tokens tha
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp439 /// method should have no observable side-effect on the lexed tokens.
498 /// for each macro argument, the list of tokens that were provided to the
571 // If this macro expands to no tokens, don't bother to push it onto the
605 // Update the tokens location to include both its expansion and physical
666 /// vector of tokens in NewTokens. The new number of arguments will be placed
736 // Copy over argument tokens
778 // Read arguments as unexpanded tokens. This avoids issues, e.g., where
783 // ArgTokens - Build up a list of tokens that make up each argument. Each
808 // Read arguments as unexpanded tokens. This avoids issues, e.g., where
1045 /// Keeps macro expanded tokens fo
1050 cacheMacroExpandedTokens(TokenLexer *tokLexer, ArrayRef<Token> tokens) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h36 /// Encapsulates the data about a macro definition (e.g. its tokens).
57 /// This is the list of tokens that the macro is defined to.
234 /// Return the number of tokens that this macro expands to.
249 ArrayRef<Token> tokens() const {
266 "Changing replacement tokens after definition length got calculated");
H A DPreprocessor.h87 /// Stores token information for comparing actual tokens with
88 /// predefined values. Only handles simple tokens and identifiers.
123 /// preprocess tokens.
125 /// Lexers know only about tokens within a single source file, and don't
370 /// Saw a 'header-name' token; do not recognize any more 'import' tokens
647 /// require asking for multiple additional tokens. This counter makes it
652 /// The number of (LexLevel 0) preprocessor tokens.
658 /// The maximum number of (LexLevel 0) tokens before issuing a -Wmax-tokens
1094 /// Whether tokens ar
[all...]
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp835 // Tok1 and Tok2 are next 2 tokens peeked. See comment for
1086 llvm::join(tokens.begin() + oldPos, tokens.begin() + pos, " ");
1296 llvm::join(tokens.begin() + oldPos, tokens.begin() + pos, " ");
/freebsd-current/sys/cam/ctl/
H A Dctl_tpc.c176 /* Free inactive ROD tokens with expired timeout. */
208 /* Free ROD tokens. */
256 /* Free ROD tokens for this LUN. */
2428 int alloc_len, total_len, tokens, i; local
2435 tokens = 0;
2438 tokens++;
2440 if (tokens > 512)
2441 tokens = 512;
2443 total_len = sizeof(*data) + tokens * 96;
2456 if (i >= tokens)
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp1100 const std::vector<lldb::addr_t> &tokens = process->GetImageTokens(); variable
1101 const size_t token_num = tokens.size();
1103 if (tokens[i] == LLDB_INVALID_IMAGE_TOKEN)
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DCommentLexer.cpp694 // Now look ahead and return to normal state if we don't see any HTML tokens
/freebsd-current/contrib/bmake/unit-tests/
H A Dcond-token-plain.mk3 # Tests for plain tokens (that is, string literals without quotes)
/freebsd-current/share/mk/
H A Dsys.mk301 # Tell bmake to always pass job tokens, regardless of target depending on
H A Dgendirdeps.mk386 # to output _{VAR} tokens which we will turn into proper ${VAR} references.
/freebsd-current/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/test/
H A Dtest_libzfs_core.py2726 tokens = token.split(b'-')
2727 self.assertEqual(len(tokens), 4)
2728 version = tokens[0]
2729 packed_size = int(tokens[2], 16)
2730 compressed_nvs = tokens[3]
2782 tokens = token.split(b'-')
2783 self.assertEqual(len(tokens), 4)
2784 version = tokens[0]
2785 packed_size = int(tokens[2], 16)
2786 compressed_nvs = tokens[
[all...]
/freebsd-current/crypto/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm190 my @tokens;
199 @tokens = split /($DELIM|\n)/, $self->{SOURCE};
202 @tokens = split /(\\\\(?=\\*[{}])|\\[{}]|[{}\n])/, $self->{SOURCE};
212 while (@tokens) {
213 my $t = shift @tokens;
/freebsd-current/sys/net80211/
H A Dieee80211_ht.c2691 static int tokens = 0; /* XXX */ local
2701 dialogtoken = (tokens+1) % 63; /* XXX */
2736 tokens = dialogtoken; /* allocate token */
/freebsd-current/contrib/bc/src/
H A Dbc_parse.c1991 * @param next A set of tokens for what is valid *after* the expression.
2504 for (i = 0; i < next.len && t != next.tokens[i]; ++i)
2585 incdec = (next.tokens[i] != BC_LEX_NLINE);
2603 * @param next A set of tokens for what is valid *after* the expression.
/freebsd-current/contrib/bmake/mk/
H A Dgendirdeps.mk386 # to output _{VAR} tokens which we will turn into proper ${VAR} references.
/freebsd-current/contrib/wpa/src/wps/
H A Dwps_registrar.c50 static void wps_free_nfc_pw_tokens(struct dl_list *tokens, u16 pw_id) argument
53 dl_list_for_each_safe(token, prev, tokens, struct wps_nfc_pw_token,
61 static struct wps_nfc_pw_token * wps_get_nfc_pw_token(struct dl_list *tokens, argument
65 dl_list_for_each(token, tokens, struct wps_nfc_pw_token, list) {
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp66 for (const auto &T : MI.tokens()) {
179 /// if non-tokens have been emitted to the stream.
675 // These tokens are not expanded to anything and don't need whitespace before
720 // - The whitespace is necessary to keep the tokens apart and there is not
762 // Set to true if tokens should be expanded
788 // Read and print all of the pragma tokens.
839 // Don't print end of directive tokens, since they are typically newlines
881 // Ignore annotation tokens created by pragmas - the pragmas themselves
940 // -dM mode just scans and ignores all tokens in the files, then dumps out
1007 // The tokens afte
[all...]
/freebsd-current/libexec/rtld-elf/
H A Drtld.c1203 } tokens[] = { variable in typeref:struct:__anon16
1233 for (i = 0; i < (int)nitems(tokens); i++) {
1234 res = origin_subst_one(tokens[i].pass_obj ? obj : NULL,
1235 res, tokens[i].kw, tokens[i].subst, i != 0);
3602 * copy of the path, as strtok_r rewrites separator tokens
/freebsd-current/contrib/bsnmp/tests/
H A Dcatch.hpp8778 // Abstracts iterators into args as a stream of tokens, with option arguments uniformly handled
9143 virtual auto parse( std::string const& exeName, TokenStream const &tokens) const -> InternalParseResult = 0;
9235 // The exe name is not parsed out of the normal tokens, but is handled specially
9236 auto parse( std::string const&, TokenStream const &tokens ) const -> InternalParseResult override {
9237 return InternalParseResult::ok( ParseState( ParseResultType::NoMatch, tokens ) );
9260 auto parse( std::string const &, TokenStream const &tokens ) const -> InternalParseResult override {
9265 auto remainingTokens = tokens;
9337 auto parse( std::string const&, TokenStream const &tokens ) const -> InternalParseResult override {
9342 auto remainingTokens = tokens;
9514 auto parse( std::string const& exeName, TokenStream const &tokens ) cons
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp2292 TokenValue tokens[] = { local
2299 StringRef macroName = PP.getLastMacroWithSpelling(noteLoc, tokens);
/freebsd-current/contrib/sqlite3/
H A Dsqlite3.c3087 ** independent tokens (they are part of the token in which they are
5035 ** in a [prepared statement]. SQL parameters are tokens of the
13174 ** to the total number of tokens in the FTS5 table. Or, if iCol is
13176 ** the total number of tokens in column iCol, considering all rows in
13189 ** to the total number of tokens in the current row. Or, if iCol is
13191 ** *pnToken to the number of tokens in column iCol of the current row.
13218 ** 0 is returned. Otherwise, this function returns the number of tokens in
13395 ** tokens in the phrase, SQLITE_RANGE is returned and *ppToken and *pnToken
13512 ** determine the set of tokens to add to (or delete from) the
13569 ** 1st place" entries are added to the index for tokens "
[all...]

Completed in 1962 milliseconds

123