Searched refs:comment (Results 176 - 200 of 284) sorted by relevance

1234567891011>>

/freebsd-12-stable/crypto/openssh/
H A Dsshconnect.c1559 char *comment, char *passphrase)
1572 !ask_permission("Add key %s (%s) to agent?", authfile, comment)) {
1578 if ((r = ssh_add_identity_constrained(auth_sock, private, comment, 0,
1558 maybe_add_key_to_agent(char *authfile, const struct sshkey *private, char *comment, char *passphrase) argument
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_base/util/
H A Dfs_skels.c873 lock->comment =
1496 if (lock->comment)
1497 svn_skel__prepend(svn_skel__str_atom(lock->comment, pool), skel);
/freebsd-12-stable/usr.bin/dc/
H A Dbcode.c91 static void comment(void);
147 { '#', comment },
951 comment(void) function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
H A DSortJavaScriptImports.cpp216 while (Tok && Tok->is(tok::comment))
288 // After the first file level comment, consider line comments to be part
301 FirstNonImportLine = Line; // if no comment before.
/freebsd-12-stable/contrib/llvm-project/clang/lib/Rewrite/
H A DHTMLRewrite.cpp305 .comment { color: green; font-style: oblique }
481 case tok::comment:
483 "<span class='comment'>", "</span>");
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp70 while (Tok.is(tok::comment))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.cpp196 // If this is the start of a // comment, skip until the end of the line or
402 return; // Newline is end of comment.
404 // If this is the end of the buffer, end the comment.
424 PrintError(TokStart, "Unterminated comment!");
427 // End of the comment?
435 // Start of a nested comment?
816 // If the first non-blank/comment symbol on the line is '#',
895 // Skip C-style comment.
903 // Set TokStart to the beginning of the comment to enable proper
916 // We must not increment CurPtr after the comment wa
[all...]
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dompt-general.cpp158 #pragma comment(lib, "psapi.lib")
/freebsd-12-stable/contrib/ngatm/snmp_atm/
H A Dsnmp_atm.c384 .comment = "This module implements a private MIB for ATM interfaces.",
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra/
H A Dra_loader.h271 const char *comment,
/freebsd-12-stable/contrib/subversion/subversion/svn/
H A Dlist-cmd.c303 svn_cl__xml_tagged_cdata(&sb, scratch_pool, "comment", lock->comment);
/freebsd-12-stable/contrib/libarchive/libarchive/
H A Darchive_cryptor.c62 #pragma comment(lib, "Bcrypt.lib")
/freebsd-12-stable/sys/contrib/libsodium/src/libsodium/randombytes/salsa20/
H A Drandombytes_salsa20_random.c49 # pragma comment(lib, "advapi32.lib")
/freebsd-12-stable/crypto/openssh/regress/
H A DMakefile201 ${TEST_SSH_SSHKEYGEN} -q -t ed25519 -N '' -C 'test-comment-1234' -f $@
204 ${TEST_SSH_SSHKEYGEN} -lf $(OBJ)/t12.out.pub | grep test-comment-1234 >/dev/null
/freebsd-12-stable/contrib/subversion/subversion/include/private/
H A Dsvn_ra_svn_private.h877 const char *comment,
/freebsd-12-stable/usr.sbin/bsnmpd/modules/snmp_hast/
H A Dhast_snmp.c111 .comment = "This module implements the BEGEMOT MIB for HAST.",
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp178 // If FinishDirectiveToken, then assume the match is the start of a comment
200 // Or it could be preceded by the start of a comment.
314 // Tracker for markers in the input files. A marker is a comment of the form
322 // Marker declarations must be at the start of a comment or preceded by
397 /// ParseDirective - Go through the comment and see if it indicates expected
407 // First, scan the comment looking for markers.
421 // A single comment may contain multiple directives.
665 // Attach comment handler on first invocation.
688 // Detach comment handler once last active source file completed.
750 // If this comment i
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DTokenLexer.cpp65 assert((Tokens[0].getLocation().isFileID() || Tokens[0].is(tok::comment)) &&
677 if (Tok.is(tok::comment)) {
942 /// together to form a comment that comments out everything in the current
949 // We 'comment out' the rest of this macro by just ignoring the rest of the
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cpp32 #pragma comment(lib, "psapi")
37 #pragma comment(lib, "advapi32.lib")
/freebsd-12-stable/contrib/openpam/t/
H A Dt_openpam_readword.c182 T_FUNC(comment, "comment")
188 t_fprintf(tf, "# comment\n");
195 T_FUNC(whitespace_before_comment, "whitespace before comment")
201 t_fprintf(tf, " # comment\n");
208 T_FUNC(single_quoted_comment, "single-quoted comment")
214 t_fprintf(tf, " '# comment'\n");
216 ret = orw_expect(tf, "# comment", 0 /*lines*/, 0 /*eof*/, 1 /*eol*/);
221 T_FUNC(double_quoted_comment, "double-quoted comment")
227 t_fprintf(tf, " \"# comment\"\
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
H A Dadm_ops.c904 db_lock.comment = lock->comment;
/freebsd-12-stable/contrib/googletest/googletest/scripts/
H A Dpump.py230 # comment, including the trailing \n.
727 comment = line[loc + 2:].strip()
728 segs = [seg for seg in re.split(r'(\w+\W*)', comment) if seg != '']
/freebsd-12-stable/contrib/binutils/gas/
H A Dmacro.c936 comment field, and, since the nature of the MRI
937 comment field depends upon the exact instruction
941 it is not in a comment. */
/freebsd-12-stable/contrib/subversion/subversion/include/
H A Dsvn_fs.h3052 * @a comment is optional: it's either an xml-escapable UTF8 string
3055 * @a is_dav_comment describes whether the comment was created by a
3103 const char *comment,
3122 const char *comment,
/freebsd-12-stable/usr.bin/unifdef/
H A Dunifdef.c112 /* state of comment parser */
114 NO_COMMENT = false, /* outside a comment */
115 C_COMMENT, /* in a comment like this one */
118 FINISHING_COMMENT, /* star-backslash-newline in a C comment */
198 static Comment_state incomment; /* comment parser state */
534 * example being a multi-line comment hanging off the right of the
685 error("EOF in comment");
867 debug("parser line %d state %s comment %s line", linenum,
1229 * the comment state in the global variable incomment, and we also adjust
1546 error("EOF in comment");
[all...]

Completed in 413 milliseconds

1234567891011>>