Searched refs:comment (Results 101 - 125 of 284) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DMacroInfo.cpp50 assert((macroStart.isFileID() || firstToken.is(tok::comment)) &&
52 assert((macroEnd.isFileID() || lastToken.is(tok::comment)) &&
/freebsd-12-stable/contrib/ntp/include/
H A Dntp_config.h341 int dump_config_tree(config_tree *ptree, FILE *df, int comment);
342 int dump_all_config_trees(FILE *df, int comment);
/freebsd-12-stable/contrib/openpam/
H A Dmkpkgng.in140 comment: BSD-licensed PAM implementation
/freebsd-12-stable/contrib/openpam/t/
H A Dt_openpam_readlinev.c208 T_FUNC(comment, "comment")
214 t_fprintf(tf, "# comment\n");
221 T_FUNC(whitespace_before_comment, "whitespace before comment")
227 t_fprintf(tf, " # comment\n");
326 T(comment);
/freebsd-12-stable/crypto/openssh/
H A Dkrl.c96 char *comment; member in struct:ssh_krl
172 free(krl->comment);
201 ssh_krl_set_comment(struct ssh_krl *krl, const char *comment) argument
203 free(krl->comment);
204 if ((krl->comment = strdup(comment)) == NULL)
757 (r = sshbuf_put_cstring(buf, krl->comment)) != 0)
1028 (r = sshbuf_get_cstring(copy, &krl->comment, NULL)) != 0)
1034 *krl->comment ? ": " : "", krl->comment);
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp168 (Changes[i].IsInsideToken && Changes[i].Tok->is(tok::comment))) &&
169 Changes[i - 1].Tok->is(tok::comment) &&
171 // BreakableLineCommentSection does comment reflow changes and here is
193 // get treated as a trailing comment change here, since this might
195 // by the comment aligner here.
205 Changes.back().IsTrailingComment = Changes.back().Tok->is(tok::comment);
216 if (Change.Tok->is(tok::comment)) {
258 // Compare current token to previous non-comment token to ensure whether
262 Changes[PreviousNonComment].Tok->is(tok::comment))
285 // as mentioned in the ScopeStack comment
[all...]
H A DNamespaceEndCommentsFixer.cpp26 // Short namespaces don't need an end comment.
38 // Collects all the non-comment tokens between opening parenthesis
85 return RBraceTok->Next && RBraceTok->Next->is(tok::comment);
93 // Matches a valid namespace end comment.
134 llvm::errs() << "Error while adding namespace end comment: "
148 llvm::errs() << "Error while updating namespace end comment: "
223 // remove end comment, it will be merged in next one
234 // The next token in the token stream after the place where the end comment
238 if (EndCommentNextTok && EndCommentNextTok->is(tok::comment))
H A DFormatTokenLexer.cpp384 if ((*I)->isNot(tok::comment)) {
501 // Turn the remainder of this line into a comment.
510 HashToken->Tok.setKind(tok::comment);
713 // comments. When a single line comment ends with a \, it'll cause the next
714 // line of code to be lexed as a comment, breaking formatting. The code below
716 // the comment token at the backslash, and resets the lexer to restart behind
720 FormatTok->is(tok::comment) && FormatTok->TokenText.startswith("//")) {
766 if (FormatTok->Tok.is(tok::comment)) {
864 if (Tok.is(tok::comment) && (Tok.TokenText == "// clang-format on" ||
871 if (Tok.is(tok::comment)
[all...]
/freebsd-12-stable/contrib/sendmail/makemap/
H A Dmakemap.c267 char comment = '#'; local
349 comment = *optarg;
590 if (ibuf[0] == '\0' || ibuf[0] == comment)
/freebsd-12-stable/contrib/llvm-project/libcxx/src/
H A Dchrono.cpp41 #pragma comment(lib, "rt")
H A Dmutex.cpp17 #pragma comment(lib, "pthread")
H A Dthread.cpp39 #pragma comment(lib, "pthread")
/freebsd-12-stable/contrib/llvm-project/libunwind/src/
H A Dconfig.h86 __pragma(comment(linker, "/alternatename:" SYMBOL_NAME(aliasname) "=" \
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_new_delete.cpp30 #define COMMENT_EXPORT(sym) __pragma(comment(linker, "/export:" sym))
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DCommentLexer.cpp762 case '/': { // BCPL comment.
768 // merged this non-Doxygen comment into a bunch of Doxygen comments
776 // Skip it even if the comment is not a Doxygen one, because //< and /*<
787 case '*': { // C comment.
805 llvm_unreachable("second character of comment should be '/' or '*'");
810 // between them. So we can search for the start of the next comment.
816 // between them -- guaranteed by comment extraction) into a newline. We
818 // after a comment).
831 // Skip C comment closing sequence.
837 // Synthenize newline just after the C comment, regardles
[all...]
/freebsd-12-stable/contrib/bmake/unit-tests/
H A DMakefile35 TESTS+= comment
/freebsd-12-stable/crypto/openssl/crypto/perlasm/
H A Dx86masm.pl147 # comment out OPENSSL_ia32cap_P declarations
155 sub ::comment { foreach (@_) { push(@out,"\t; $_\n"); } }
H A Dx86nasm.pl131 # comment out OPENSSL_ia32cap_P declarations
138 sub ::comment { foreach (@_) { push(@out,"\t; $_\n"); } }
/freebsd-12-stable/usr.bin/bmake/unit-tests/
H A DMakefile36 TESTS+= comment
/freebsd-12-stable/contrib/gdb/
H A Ddjunpack.bat35 Rem See the comment above about the reason for using COPY.
/freebsd-12-stable/contrib/binutils/ld/
H A Dldlex.l74 static void comment (void);
139 <BOTH,SCRIPT,EXPRESSION,VERS_START,VERS_NODE,VERS_SCRIPT>"/*" { comment (); }
322 <MRI>"*".* { /* Mri comment line */ }
323 <MRI>";".* { /* Mri comment line */ }
386 characters are a comment opening, put the input back and
391 comment ();
632 /* Eat the rest of a C-style comment. */
635 comment (void)
663 einfo( "%F%P: EOF in comment\n");
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dlock.c53 #define COMMENT_KEY "comment"
200 lock->comment, APR_HASH_KEY_STRING, pool);
314 lock->comment = hash_fetch(hash, COMMENT_KEY);
708 const char *comment;
926 info->lock->comment = apr_pstrdup(lb->result_pool, lb->comment);
1103 const char *comment,
1151 lb.comment = comment;
705 const char *comment; member in struct:lock_baton
1097 svn_fs_fs__lock(svn_fs_t *fs, apr_hash_t *targets, const char *comment, svn_boolean_t is_dav_comment, apr_time_t expiration_date, svn_boolean_t steal_lock, svn_fs_lock_callback_t lock_callback, void *lock_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dlock.c54 #define COMMENT_KEY "comment"
207 lock->comment, APR_HASH_KEY_STRING, scratch_pool);
328 lock->comment = hash_fetch(hash, COMMENT_KEY);
728 const char *comment;
947 info->lock->comment = apr_pstrdup(lb->result_pool, lb->comment);
1125 const char *comment,
1173 lb.comment = comment;
725 const char *comment; member in struct:lock_baton_t
1119 svn_fs_x__lock(svn_fs_t *fs, apr_hash_t *targets, const char *comment, svn_boolean_t is_dav_comment, apr_time_t expiration_date, svn_boolean_t steal_lock, svn_fs_lock_callback_t lock_callback, void *lock_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
/freebsd-12-stable/tools/regression/security/open_to_operation/
H A Dopen_to_operation.c131 ok_mode(const char *testname, const char *comment, int mode) argument
135 if (comment == NULL)
139 mode, comment);
143 notok_mode(const char *testname, const char *comment, int mode) argument
147 if (comment == NULL)
152 mode, comment);
/freebsd-12-stable/sbin/gvinum/
H A Dgvinum.c572 char comment[1], buf[GV_CFG_LEN - 1], *sname, *ptr; local
577 comment[0] = '\0';
583 gctl_ro_param(req, "comment", -1, comment);
1414 printconfig(FILE *of, const char *comment) argument
1428 gctl_ro_param(req, "comment", -1, comment);
1441 if (*comment != '\0')

Completed in 145 milliseconds

1234567891011>>