Searched refs:comment (Results 201 - 225 of 284) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/binutils/binutils/
H A Dobjcopy.c724 /* Line comment, Terminate the line here, in case a
1165 goto comment;
1182 goto comment;
1191 goto comment;
1208 goto comment;
1228 comment:
/freebsd-12-stable/contrib/ipfilter/tools/
H A Dipfstat.c784 printlivelist(fiop, out, set, fp, group, comment)
788 char *group, *comment;
915 static void printdeadlist(fiop, out, set, fp, group, comment)
919 char *group, *comment;
1015 printdeadlist(fiop, out, set, NULL, g->fg_name, comment);
/freebsd-12-stable/contrib/subversion/subversion/svnserve/
H A Dserve.c1080 lock->token, lock->owner, lock->comment,
2960 const char *comment;
2967 SVN_ERR(svn_ra_svn__parse_tuple(params, "c(?c)b(?r)", &path, &comment,
2980 comment, 0, 0, /* No expiration time. */
3040 const char *comment;
3050 SVN_ERR(svn_ra_svn__parse_tuple(params, "(?c)bl", &comment, &steal_lock,
3120 comment, FALSE,
2959 const char *comment; local
3039 const char *comment; local
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_import.c536 * comment (if available)
542 char *comment = NULL; local
558 ZPOOL_CONFIG_COMMENT, &comment) == 0)
560 ZPOOL_CONFIG_COMMENT, comment);
/freebsd-12-stable/sys/contrib/zlib/
H A Dinflate.c43 * - Move a comment on output buffer sizes from inffast.c to inflate.c
806 state->head->comment != Z_NULL &&
808 state->head->comment[state->length++] = (Bytef)len;
817 state->head->comment = Z_NULL;
H A Ddeflate.c691 str = s->gzhead->comment;
882 (s->gzhead->comment == Z_NULL ? 0 : 16)
953 if (s->gzhead->comment != Z_NULL) {
966 val = s->gzhead->comment[s->gzindex++];
H A Dzlib.h124 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ member in struct:gz_header_s
125 uInt comm_max; /* space at comment (only when reading header) */
573 file name, no extra data, no comment, no modification time (set to zero), no
814 deflate(). The text, time, os, extra field, name, and comment information
817 caller must assure that, if not Z_NULL, name and comment are terminated with
825 the time set to zero, and os set to 255, with no extra, name, or comment
1052 comment is not Z_NULL, then up to comm_max characters are written there,
1054 of extra, name, or comment are not Z_NULL and the respective field is not
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Ddeflate.c607 (s->gzhead->comment == Z_NULL ? 0 : 16)
718 if (s->gzhead->comment != NULL) {
734 val = s->gzhead->comment[s->gzindex++];
/freebsd-12-stable/contrib/llvm-project/libcxx/src/
H A Ddebug.cpp19 #pragma comment(lib, "pthread")
/freebsd-12-stable/contrib/llvm-project/libunwind/src/
H A DAddressSpace.hpp31 #pragma comment(lib, "dl")
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp644 if (TheTok.getKind() == tok::comment) {
710 End = ActiveCommentLoc; // don't truncate a decl comment.
2241 /// newline character that terminates the comment. Then update BufferPtr and
2258 // Scan over the body of the comment. The common case, when scanning, is that
2259 // the comment contains normal ascii characters with nothing interesting in
2263 // character that ends the line comment.
2315 // \n, then we had an escaped newline within the comment. Emit diagnostic
2316 // unless the next line is also a // comment.
2321 // Okay, we found a // comment that ends in a newline, if the next
2322 // line is also a // comment, bu
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dra_serf.h1407 const char *comment,
/freebsd-12-stable/contrib/subversion/subversion/svnadmin/
H A Dsvnadmin.c2564 file_contents->data, /* comment */
2572 file_contents->data, /* comment */
2631 if (lock->comment)
2632 comment_lines = svn_cstring_count_newlines(lock->comment) + 1;
2644 lock->comment ? lock->comment : ""));
/freebsd-12-stable/contrib/subversion/subversion/svnlook/
H A Dsvnlook.c2319 if (lock->comment)
2320 comment_lines = svn_cstring_count_newlines(lock->comment) + 1;
2331 lock->comment ? lock->comment : ""));
/freebsd-12-stable/contrib/libucl/include/
H A Ducl.h1262 * Utility function to find a comment object for the specified object in the input
1265 * @return string comment enclosed in ucl_object_t
1271 * Move comment from `from` object to `to` object
1275 * @return `true` if `from` has comment and it has been moved to `to`
1281 * Adds a new comment for an object
1283 * @param obj object to add comment to
1284 * @param comment string representation of a comment
1287 const ucl_object_t *obj, const char *comment);
/freebsd-12-stable/contrib/dialog/
H A Ddialog.h576 const char *comment; member in struct:__anon1104
/freebsd-12-stable/contrib/bsnmp/snmp_usm/
H A Dusm_snmp.c613 .comment = usm_comment,
/freebsd-12-stable/contrib/bsnmp/snmpd/
H A Dsnmpmod.h315 /* a comment describing what this module implements */
316 const char *comment; member in struct:snmp_module
/freebsd-12-stable/sys/contrib/zlib/test/
H A Dinfcover.c307 head.comment = out;
/freebsd-12-stable/stand/lua/
H A Dconfig.lua237 -- a full-line comment. The second is for 'exec' handling. Both have a single
238 -- capture group, but the difference is that the full-line comment pattern will
/freebsd-12-stable/crypto/openssh/
H A Dsshconnect2.c256 char *filename; /* comment for agent-only keys */
1384 char prompt[300], *passphrase, *comment; local
1407 passphrase, &private, &comment, &perm_ok))) {
1433 maybe_add_key_to_agent(id->filename, private, comment,
1437 free(comment);
1552 /* XXX "steals" key/comment from idlist */
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs/
H A Dfs-loader.h242 const char *comment, svn_boolean_t is_dav_comment,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc37 #pragma comment(lib, "psapi.lib")
/freebsd-12-stable/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_parse.y438 excess(const char *fname, size_t lineno, const char *func, const char *comment,
451 fname, lineno, func, datalen, comment, dst);
/freebsd-12-stable/contrib/byacc/test/yacc/
H A Dgrammar.tab.c134 #define PROTO_TRADITIONAL 1 /* comment out parameters */
135 #define PROTO_ABSTRACT 2 /* comment out parameter names */
188 long begin_comment; /* begin offset of comment */
189 long end_comment; /* end offset of comment */
190 char *comment; /* comment at start of parameter list */ member in struct:_ParameterList
198 long begin_comment; /* begin offset of comment */
199 long end_comment; /* end offset of comment */
213 char *comment; /* comment followin member in struct:parameter
[all...]

Completed in 437 milliseconds

1234567891011>>