Searched refs:comment (Results 51 - 75 of 284) sorted by relevance

1234567891011>>

/freebsd-12-stable/crypto/heimdal/lib/ntlm/
H A DMakefile.am30 cd $(srcdir) && perl ../../cf/make-proto.pl -q -P comment -o heimntlm-protos.h $(dist_libheimntlm_la_SOURCES) || rm -f heimntlm-protos.h
/freebsd-12-stable/release/picobsd/build/
H A DMakefile.conf38 strip --remove-section=.note --remove-section=.comment ${.TARGET}
/freebsd-12-stable/sbin/setkey/
H A Dtoken.l84 comment \#.*
203 {comment}
/freebsd-12-stable/usr.sbin/jail/
H A Djaillex.l134 warnx("%s line %d: unterminated comment",
/freebsd-12-stable/contrib/llvm-project/libunwind/src/
H A DRWMutex.hpp21 #pragma comment(lib, "pthread")
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerExtFunctionsWindows.cpp35 __pragma(comment(linker, "/alternatename:" WIN_SYM_PREFIX STRINGIFY( \
/freebsd-12-stable/contrib/bearssl/tools/
H A Dbrssl.c37 #pragma comment(lib, "Ws2_32.lib")
H A Dbrssl.h183 const char *comment; member in struct:__anon375
203 const char *comment; member in struct:__anon376
243 const char *comment; member in struct:__anon377
484 * recognised then the error symbolic name is returned; if 'comment' is
485 * not NULL then '*comment' is then set to a descriptive human-readable
486 * message. If the error code 'err' is not recognised, then '*comment' is
489 const char *find_error_name(int err, const char **comment);
/freebsd-12-stable/contrib/jemalloc/src/
H A Dtsd.c309 # pragma comment(linker, "/INCLUDE:__tls_used")
310 # pragma comment(linker, "/INCLUDE:_tls_callback")
312 # pragma comment(linker, "/INCLUDE:_tls_used")
313 # pragma comment(linker, "/INCLUDE:tls_callback")
/freebsd-12-stable/sys/contrib/zstd/contrib/gen_html/
H A DMakefile11 CXXFLAGS += -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wno-comment
/freebsd-12-stable/lib/libfigpar/
H A Dfigpar.c95 uint8_t comment = 0; local
150 while (r != 0 && (isspace(*p) || *p == '#' || comment ||
153 comment = 1;
155 comment = 0;
331 * just hit an inline comment and have
/freebsd-12-stable/crypto/openssh/
H A Dauthfd.h33 const char *comment, u_int life, u_int confirm, u_int maxsign);
H A Dhostfile.h91 const char *rawkey; /* Text of key and any comment following it */
92 int keytype; /* Type of key; KEY_UNSPEC for invalid/comment lines */
94 const char *comment; /* Any comment following the key */ member in struct:hostkey_foreach_line
H A Dkrl.h47 int ssh_krl_set_comment(struct ssh_krl *krl, const char *comment);
H A Dauthfd.c206 char *comment = NULL; local
211 (r = sshbuf_get_cstring(ids, &comment, NULL)) != 0)
216 *commentp = comment;
217 comment = NULL;
221 free(comment);
425 const char *comment, u_int life, u_int confirm, u_int maxsign)
453 (r = sshbuf_put_cstring(msg, comment)) != 0)
424 ssh_add_identity_constrained(int sock, const struct sshkey *key, const char *comment, u_int life, u_int confirm, u_int maxsign) argument
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Dlock.h42 const char *comment,
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dt_regex_att.c400 char *name, *pattern, *input, *matches, *comment; local
455 comment = strtok(NULL, sep);
458 if (optional(comment)) {
469 if (unsupported(comment))
524 checkcomment(comment, lineno);
/freebsd-12-stable/crypto/openssl/crypto/cast/asm/
H A Dcast-586.pl69 &comment("");
78 &comment("Load the 2 words");
82 &comment('Get short key flag');
108 &comment('test short key flag');
149 &comment("round $i");
/freebsd-12-stable/contrib/binutils/opcodes/
H A Dia64-gen.c222 char *comment; /* Optional comment. */
467 char *comment;
482 if ((comment = strchr(name, '[')) != NULL)
491 if (comment > xsect)
492 comment = 0;
518 if (comment)
519 *comment = 0;
524 && ((comment == NULL && ics[i]->comment
221 char *comment; /* Optional comment. */ member in struct:iclass
465 char *comment; local
[all...]
/freebsd-12-stable/contrib/binutils/gas/
H A Dapp.c44 comment in do_scrub_chars. */
52 See the comment in do_scrub_chars. */
129 comment char, then it isn't a line separator. */
366 of comment.
473 as_warn (_("end of file in comment"));
487 as_warn (_("end of file in comment"));
710 /* We need to watch out for .symver directives. See the comment later
951 as_warn (_("end of file in multiline comment"));
965 as_warn ("end of file in comment; newline inserted");
1104 as_warn (_("end of file in comment; newlin
[all...]
/freebsd-12-stable/crypto/openssl/apps/
H A Decparam.c186 const char *comment; local
188 comment = curves[n].comment;
190 if (comment == NULL)
191 comment = "CURVE DESCRIPTION NOT AVAILABLE";
196 BIO_printf(out, "%s\n", comment);
/freebsd-12-stable/usr.bin/whois/
H A Dwhois.c453 int comment, s, f; local
500 comment = 0;
504 comment = 2;
514 if (comment == 1 && buf[0] == '#')
516 else if (comment == 2) {
520 comment = 1;
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBInstruction.i94 comment = property(__comment_property__, None, doc='''A read only property that returns the comment for this instruction as a string.''')
/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
H A DAffectedRangeManager.cpp137 Line->First->is(tok::comment) && Line->First->Next == nullptr &&
139 PreviousLine->Affected && PreviousLine->Last->is(tok::comment);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteMacros.cpp52 if (!ReturnComment && RawTokens[CurTok].is(tok::comment))
70 // Switch on comment lexing because we really do want them.
128 // comment the line out.
178 if (RawTok.is(tok::comment)) {
179 // Skip past the comment.

Completed in 300 milliseconds

1234567891011>>