Searched refs:comment (Results 26 - 50 of 284) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteTest.cpp27 if (I->isNot(tok::comment)) continue;
/freebsd-12-stable/contrib/ntp/ntpdc/
H A Dntpdc.h59 const char *comment; member in struct:xcmd
/freebsd-12-stable/contrib/bmake/unit-tests/
H A Descape.mk33 # The "\" is not taken literally, and the "#" does not begin a comment.
50 # Backslash at end of line in a comment\
51 should continue the comment. \
52 # This is also tested in comment.mk.
65 VAR1BSc = 111\# backslash escapes comment char, so this is part of the value
66 VAR1BSsc = 111\ # This is a comment. Value ends with <backslash><space>
79 VAR2BSc = 222\\# backslash does not escape comment char, so this is a comment
80 VAR2BSsc = 222\\ # This is a comment. Value ends with <backslash><backslash>
99 # this should be processed as a comment
[all...]
/freebsd-12-stable/crypto/openssl/crypto/des/asm/
H A Dcrypt586.pl36 &comment("");
37 &comment("Load the 2 words");
56 &comment("");
57 &comment("Round $i");
60 &comment("");
61 &comment("Round ".sprintf("%d",$i+1));
72 &comment("");
73 &comment("FP");
166 &comment("");
H A Ddes-586.pl63 &comment("");
65 &comment("");
77 &comment("Round $i");
79 &comment("Round ".sprintf("%d",$i+1));
100 &comment("");
102 &comment("");
114 &comment("Round $i");
116 &comment("Round ".sprintf("%d",$i-1));
135 &comment("");
136 &comment("Loa
[all...]
/freebsd-12-stable/crypto/openssl/crypto/bn/asm/
H A Dco-586.pl34 &comment("mul a[$ai]*b[$bi]");
62 &comment("sqr a[$ai]*a[$bi]");
91 &comment("sqr a[$ai]*a[$bi]");
155 &comment("################## Calculate word $i");
181 &comment("saved r[$i]");
195 &comment("save r[$i]");
244 &comment("############### Calculate word $i");
277 &comment("saved r[$i]");
/freebsd-12-stable/usr.bin/ssh-copy-id/
H A Dssh-copy-id.sh44 while read alg key comment ; do \
47 printf "$alg $key $comment\n" >> "$keyfile" ; \
/freebsd-12-stable/usr.sbin/bluetooth/hcsecd/
H A Dlexer.l44 comment \#.*
70 {comment} ;
/freebsd-12-stable/crypto/openssl/crypto/md5/asm/
H A Dmd5-586.pl64 &comment("R0 $ki");
87 &comment("R1 $ki");
112 &comment("R2 $ki");
130 &comment("R2 $ki");
156 &comment("R3 $ki");
209 &comment("");
210 &comment("R0 section");
229 &comment("");
230 &comment("R1 section");
248 &comment("");
[all...]
/freebsd-12-stable/sys/dev/acpi_support/
H A Dacpi_rapidstart.c49 char *comment; member in struct:acpi_rapidstart_name_list
93 acpi_rapidstart_oids[i].comment);
100 acpi_rapidstart_oids[i].comment);
H A Dacpi_sony.c70 char *comment; member in struct:acpi_sony_name_list
142 acpi_sony_oids[i].comment);
149 acpi_sony_oids[i].comment);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_globals_win.cpp24 #pragma comment(linker, "/merge:.ASAN=.data")
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dlock.h39 const char *comment,
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dlock.h40 const char *comment,
/freebsd-12-stable/crypto/heimdal/appl/login/
H A DMakefile.am36 cd $(srcdir); perl ../../cf/make-proto.pl -o login-protos.h -q -P comment $(login_SOURCES) || rm -f login-protos.h
/freebsd-12-stable/lib/libipsec/
H A Dpolicy_token.l79 comment \#.*
/freebsd-12-stable/crypto/openssl/crypto/rc5/asm/
H A Drc5-586.pl43 &comment("");
51 &comment("Load the 2 words");
/freebsd-12-stable/usr.bin/indent/
H A Dargs.c204 int comment, i; local
210 comment = 0;
212 if (i == '*' && !comment && p > buf && p[-1] == '/') {
213 comment = p - buf;
215 } else if (i == '/' && comment && p > buf && p[-1] == '*') {
216 p = buf + comment - 1;
217 comment = 0;
219 if (p > buf && !comment)
/freebsd-12-stable/usr.sbin/bluetooth/bthidd/
H A Dlexer.l51 comment \#.*
86 {comment} ;
/freebsd-12-stable/usr.sbin/rrenumd/
H A Dlexer.l81 comment \#.*
/freebsd-12-stable/contrib/dma/
H A Dmail.c153 int comment; member in struct:parse_state
244 ps->comment++;
248 if (ps->comment)
249 ps->comment--;
267 if (ps->comment)
315 if (ps->comment)
/freebsd-12-stable/crypto/openssl/crypto/perlasm/
H A Dcbc.pl45 &comment("");
63 &comment("getting iv ptr from parameter $iv_off");
80 &comment("getting encrypt flag from parameter $enc_off");
84 &comment("get and push parameter $p3");
91 &comment("get and push parameter $p2");
98 &comment("get and push parameter $p1");
/freebsd-12-stable/crypto/openssh/
H A Dssh-keygen.c83 * Flag indicating that we just want to change the comment. This can be set
119 /* This is set to the new comment if given on the command line. */
333 char comment[61]; local
339 snprintf(comment, sizeof(comment),
345 fprintf(stdout, "Comment: \"%s\"\n", comment);
856 fingerprint_one_key(const struct sshkey *public, const char *comment) argument
869 comment ? comment : "no comment", sshkey_typ
880 char *comment = NULL; local
905 char *comment = NULL, *cp, *ep, *line = NULL; local
1021 char comment[1024], *prv_tmp, *pub_tmp, *prv_file, *pub_file; local
1354 char *comment; local
1439 char *comment = NULL; local
1465 char new_comment[1024], *comment, *passphrase; local
1680 char valid[64], *otmp, *tmp, *cp, *out, *comment, **plist = NULL; local
2362 char *comment; local
2430 char dotsshdir[PATH_MAX], comment[1024], *passphrase1, *passphrase2; local
[all...]
/freebsd-12-stable/bin/sh/
H A Dmksyntax.c61 const char *comment; member in struct:synclass
145 fprintf(hfile, "/* %s */\n", synclass[i].comment);
154 fprintf(hfile, "/* %s */\n", is_entry[i].comment);
/freebsd-12-stable/lib/libc/posix1e/
H A Dacl_from_text.c103 * Is an entirely comment line, skip to next
197 char *mybuf_p, *line, *cur, *notcomment, *comment, *entry; local
215 comment = line;
216 notcomment = strsep(&comment, "#");

Completed in 390 milliseconds

1234567891011>>