Searched refs:comment (Results 226 - 250 of 284) sorted by relevance

1234567891011>>

/freebsd-12-stable/sys/dev/rc/
H A Drc.c1244 printrcflags(struct rc_chans *rc, char *comment) argument
1251 rc->rc_rcb->rcb_unit, rc->rc_chan, comment,
/freebsd-12-stable/contrib/subversion/subversion/include/
H A Dsvn_repos.h2616 const char *comment,
2634 const char *comment,
H A Dsvn_ra.h1931 * @a comment is optional: it's either an xml-escapable string
1956 const char *comment,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3612 const char *comment = inst->GetComment(&exe_ctx); variable
3618 if (comment != nullptr && comment[0] == '\0')
3619 comment = nullptr;
3623 if (mnemonic != nullptr && operands != nullptr && comment != nullptr)
3624 strm.Printf("%-8s %-25s ; %s", mnemonic, operands, comment);
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dclient.c226 &(*lock)->comment, &cdate, &edate));
1303 later documented in this comment) in order to fix the segmentation
2473 const char *comment,
2500 SVN_ERR(svn_ra_svn__write_cmd_lock(conn, iterpool, path, comment,
2595 const char *comment,
2609 comment, steal_lock));
2635 return ra_svn_lock_compat(session, path_revs, comment, steal_lock,
2470 ra_svn_lock_compat(svn_ra_session_t *session, apr_hash_t *path_revs, const char *comment, svn_boolean_t steal_lock, svn_ra_lock_callback_t lock_func, void *lock_baton, apr_pool_t *pool) argument
2592 ra_svn_lock(svn_ra_session_t *session, apr_hash_t *path_revs, const char *comment, svn_boolean_t steal_lock, svn_ra_lock_callback_t lock_func, void *lock_baton, apr_pool_t *pool) argument
/freebsd-12-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex397 % the input line (except we remove a trailing comment). #1 should be a
413 \argremovecomment #1\comment\ArgTerm%
417 % First remove any @comment, then any @c comment.
418 \def\argremovecomment#1\comment#2\ArgTerm{\argremovec #1\c\ArgTerm}
712 % Do @comment since we are called inside an environment such as
718 \comment
945 % @comment ...line which is ignored...
946 % @c is the same as @comment
947 % @ignore ... @end ignore is another way to write a comment
[all...]
/freebsd-12-stable/contrib/dialog/
H A Dutil.c75 #define RC_DATA(name,comment) , #name "_color", comment " color"
77 #define RC_DATA(name,comment) /*nothing */
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp849 } else if (Tok.is(tok::comment) && !KeepMacroComments) {
850 // If this is a comment token in the argument list and we're just in
851 // -C mode (not -CC mode), discard the comment.
1176 } while (Tok.getKind() == tok::comment);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h255 /// Tracks all of the comment handlers that the client registered
1196 /// Add the specified comment handler to the preprocessor.
1199 /// Remove the specified comment handler.
1402 /// Lex a token. If it's a comment, keep lexing until we get
1403 /// something not a comment.
1410 while (Result.getKind() == tok::comment);
1430 while (Result.getKind() == tok::comment);
1837 /// When the macro expander pastes together a comment (/##/) in Microsoft
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_local/
H A Dra_plugin.c1509 const char *comment,
1542 err = svn_repos_fs_lock_many(sess->repos, targets, comment,
1543 FALSE /* not DAV comment */,
1502 svn_ra_local__lock(svn_ra_session_t *session, apr_hash_t *path_revs, const char *comment, svn_boolean_t force, svn_ra_lock_callback_t lock_func, void *lock_baton, apr_pool_t *pool) argument
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp35 #pragma comment(linker, "/include:__libfuzzer_is_present")
/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntp_config.c510 int comment
527 return_value |= dump_config_tree(cfg_ptr, df, comment);
538 int comment
564 if (comment) {
/freebsd-12-stable/contrib/subversion/subversion/svn/
H A Dutil.c812 /* "<comment>xx</comment>" */
813 svn_cl__xml_tagged_cdata(sb, pool, "comment", lock->comment);
/freebsd-12-stable/contrib/gcclibs/libcpp/
H A Dlex.c234 about in a comment. */
320 /* Skip a C-style block comment. We find the end of the comment by
322 nonzero if comment terminated by EOF, zero otherwise.
324 Buffer->cur points to the initial asterisk of the comment. */
348 comes immediately before the true comment delimiter.
356 "\"/*\" within comment");
380 /* Skip a C++ line comment, leaving buffer->cur pointing to the
382 if a multiline comment. */
674 /* The stored comment include
[all...]
/freebsd-12-stable/contrib/bearssl/src/ssl/
H A Dssl_engine.c78 #pragma comment(lib, "advapi32")
/freebsd-12-stable/contrib/bsnmp/snmp_target/
H A Dtarget_snmp.c835 .comment = target_comment,
/freebsd-12-stable/contrib/bsnmp/snmp_vacm/
H A Dvacm_snmp.c1021 .comment = vacm_comment,
/freebsd-12-stable/contrib/bsnmp/snmpd/
H A Daction.c1049 return (string_get(value, m->config->comment, -1));
/freebsd-12-stable/crypto/heimdal/lib/hdb/
H A DMakefile.in1136 cd $(srcdir); perl ../../cf/make-proto.pl -q -P comment -o hdb-protos.h $(dist_libhdb_la_SOURCES) || rm -f hdb-protos.h
1139 cd $(srcdir); perl ../../cf/make-proto.pl -q -P comment -p hdb-private.h $(dist_libhdb_la_SOURCES) || rm -f hdb-private.h
/freebsd-12-stable/release/picobsd/build/
H A Dpicobsd670 strip --remove-section=.note --remove-section=.comment crunch1
/freebsd-12-stable/crypto/openssl/crypto/
H A Dsparccpuid.S181 .word 0x95408000 !rd %ccr,%o2, see comment above
/freebsd-12-stable/crypto/openssl/include/openssl/
H A Dec.h406 const char *comment; member in struct:__anon8241
/freebsd-12-stable/crypto/openssh/
H A Dhostfile.c784 lineinfo.comment = cp;
/freebsd-12-stable/contrib/amd/doc/
H A Dtexinfo.tex423 % the input line (except we remove a trailing comment). #1 should be a
439 \argremovecomment #1\comment\ArgTerm%
443 % First remove any @comment, then any @c comment.
444 \def\argremovecomment#1\comment#2\ArgTerm{\argremovec #1\c\ArgTerm}
658 % Do @comment since we are called inside an environment such as
664 \comment
930 % @comment ...line which is ignored...
931 % @c is the same as @comment
932 % @ignore ... @end ignore is another way to write a comment
[all...]
/freebsd-12-stable/contrib/ntp/ntpq/
H A Dntpq.c552 builtins[icmd].comment = msg;
2369 fprintf(fp, "function: %s\n", xcp->comment);

Completed in 258 milliseconds

1234567891011>>