Home
last modified time | relevance | path

Searched refs:comment (Results 1 – 25 of 884) sorted by relevance

12345678910>>...36

/freebsd/usr.bin/m4/tests/
H A Dcomments.m44 define(`comment', `COMMENT')dnl macro
6 # this is a comment
7 >> this is a comment
8 p this is a comment
9 p this is a comment q comment too
13 # this is a comment
14 >> this is a comment
15 p this is a comment
16 p this is a comment q comment too
20 # this is a comment
[all …]
H A Dregress.comments.out2 # this is a comment
9 >> this is a comment
34 p this is a comment
35 p this is a comment q COMMENT too
40 p this is a comment
41 p this is a comment q comment too
44 # this is a comment
/freebsd/usr.bin/calendar/tests/
H A Dcalendar.comment1 1 1 jan 1 // comment
2 1 2 jan 2 /* comment */
3 1 3 jan /* comment */3
4 1 4 /* comment*/jan 4
5 // comment
6 /* comment */1 5 jan 5
7 1/* comment */ 6 jan 6
8 1 7 jan 7 // /* comment */ comment
9 1 1/* comment */1 jan /* comment */11 // comment
11 1 13 http://localhost.local/ // URL with additional comment
/freebsd/sbin/ffsinfo/
H A Dffsinfo.c340 char comment[80]; in dump_whole_ufs1_inode() local
358 snprintf(comment, sizeof(comment), "Inode 0x%08jx", (uintmax_t)inode); in dump_whole_ufs1_inode()
361 comment, in dump_whole_ufs1_inode()
382 snprintf(comment, sizeof(comment), "Inode 0x%08jx: indirect 0", in dump_whole_ufs1_inode()
385 comment, in dump_whole_ufs1_inode()
398 snprintf(comment, sizeof(comment), "Inode 0x%08jx: indirect 1", in dump_whole_ufs1_inode()
401 comment, in dump_whole_ufs1_inode()
412 snprintf(comment, sizeof(comment), in dump_whole_ufs1_inode()
416 comment, in dump_whole_ufs1_inode()
430 snprintf(comment, sizeof(comment), "Inode 0x%08jx: indirect 2", in dump_whole_ufs1_inode()
[all …]
/freebsd/contrib/unifdef/tests/
H A Drecursive.experr23 unifdef: parser line 1 state C comment START line
25 unifdef: parser line 2 state C comment START line
27 unifdef: parser line 3 state NO comment START line
29 unifdef: parser line 4 state NO comment START line
31 unifdef: parser line 5 state NO comment START line
33 unifdef: parser line 6 state NO comment START line
35 unifdef: parser line 7 state NO comment START line
52 unifdef: parser line 8 state NO comment START line
54 unifdef: parser line 9 state NO comment START line
56 unifdef: parser line 10 state NO comment START line
[all …]
/freebsd/contrib/tcsh/
H A Dhost.defs242 comment : Intel Paragon running OSF/1
251 comment : Amiga running Amix 2.02
260 comment : celerity Accel
269 comment : digital vax or alpha running vms posix
279 comment : Hewlett Packard running OSF/1
289 comment : Hewlett Packard running MORE/bsd
302 comment : Hewlett Packard running HP/UX
318 comment : Hewlett Packard apollo running Domain/OS
327 comment : Sun Microsystems series 2 workstation (68010 based)
328 comment : Sun Microsystems series 3 workstation (68020 based)
[all …]
/freebsd/sys/contrib/openzfs/lib/libshare/os/linux/
H A Dsmb.c78 char *dup_value = NULL, *path = NULL, *comment = NULL, *name = NULL; in smb_retrieve_shares() local
157 free(comment); in smb_retrieve_shares()
158 comment = dup_value; in smb_retrieve_shares()
167 if (path == NULL || comment == NULL || guest_ok == NULL) in smb_retrieve_shares()
183 (void) strlcpy(shares->comment, comment, in smb_retrieve_shares()
184 sizeof (shares->comment)); in smb_retrieve_shares()
192 free(comment); in smb_retrieve_shares()
196 comment = NULL; in smb_retrieve_shares()
209 free(comment); in smb_retrieve_shares()
214 comment = NULL; in smb_retrieve_shares()
[all …]
/freebsd/contrib/bc/tests/bc/
H A Dstdin.txt2 # "string in a hash comment"
3 # /* comment in a hash comment */
5 "String /* with partial comment"
6 "String /* with full comment */"
9 3 /* Comment with a # hash comment */ + 4
10 "String with a # hash comment"
/freebsd/crypto/openssh/regress/
H A Dkeygen-comment.sh9 comment="$2"
14 if ! egrep "^([0-9]+) SHA256:(.){43} ${comment} \(.*\)\$" \
34 comment="foo bar"
37 ${SSHKEYGEN} $fmtarg -N '' -C "${comment}" \
40 check_fingerprint $OBJ/$t-key "${comment}"
41 check_fingerprint $OBJ/$t-key.pub "${comment}"
47 comment="no comment"
49 check_fingerprint $OBJ/$t-key "${comment}"
/freebsd/crypto/openssl/crypto/bn/asm/
H A Dbn-586.pl149 &comment("");
174 &comment("Round $i");
186 &comment("");
201 &comment("Tail Round $i");
265 &comment("");
286 &comment("Round $i");
299 &comment("");
315 &comment("Tail Round $i");
371 &comment("");
386 &comment("Round $i");
[all …]
/freebsd/crypto/openssl/crypto/bf/asm/
H A Dbf-586.pl42 &comment("");
51 &comment("Load the 2 words");
67 &comment("");
68 &comment("Round $i");
71 &comment("");
72 &comment("Round ".sprintf("%d",$i+1));
86 &comment("");
87 &comment("Round $i");
89 &comment("");
90 &comment("Round ".sprintf("%d",$i-1));
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Dsh-jobs.mk10 all: .PHONY comment .WAIT comment-with-followup-line .WAIT no-comment
18 comment: .PHONY
25 comment-with-followup-line: .PHONY
33 no-comment: .PHONY
H A Dcomment.mk1 # $NetBSD: comment.mk,v 1.7 2024/04/23 22:51:28 rillig Exp $
5 # This is a comment.
8 This is a multiline comment.
10 # Another multiline comment \
25 VAR= # This comment makes the variable value empty.
27 # comment.
32 # The comment does not need to start at the beginning of a word (as in the
36 # The space before the comment is always trimmed.
42 # This comment ends with 2 backslashes. An even number of backslashes does
45 VAR= not part of the comment
[all...]
/freebsd/contrib/file/magic/Magdir/
H A Dmagic14 # some samples start with a comment line
19 # few samples with 1st comment line and without seperator comment line
21 # few sample with 1st comment line and without seperator comment line and regular expression like: …
25 # few samples with 1st comment line and without seperator comment line and string value like:
30 # few samples with 1st comment line and without seperator comment line and short value like:
36 # many samples sttart with separator comment line
39 # few samples with 1st empty line and without seperator comment line like: biosig espressif
50 # some (34/339) samples start comment line
/freebsd/crypto/openssl/crypto/des/asm/
H A Ddes-586.pl62 &comment("");
64 &comment("");
76 &comment("Round $i");
78 &comment("Round ".sprintf("%d",$i+1));
99 &comment("");
101 &comment("");
113 &comment("Round $i");
115 &comment("Round ".sprintf("%d",$i-1));
134 &comment("");
135 &comment("Load the 2 words");
[all …]
H A Ddesboth.pl26 &comment("");
27 &comment("Load the data words");
32 &comment("");
33 &comment("IP");
71 &comment("");
72 &comment("FP");
H A Dcrypt586.pl35 &comment("");
36 &comment("Load the 2 words");
55 &comment("");
56 &comment("Round $i");
59 &comment("");
60 &comment("Round ".sprintf("%d",$i+1));
71 &comment("");
72 &comment("FP");
165 &comment("");
/freebsd/release/packages/
H A Dgenerate-ucl.sh7 comment=
107 comment="$(make -C ${srctree}/release/packages -f Makefile.package -V ${outname}_COMMENT)"
121 echo "comment=${comment}"
130 [ -z "${comment}" ] && comment="${outname} package"
131 [ ! -z "${_descr}" ] && comment="${comment} (${_descr})"
153 COMMENT "${comment}" \
/freebsd/sbin/growfs/
H A Ddebug.c97 dbg_dump_hex(struct fs *sb, const char *comment, unsigned char *mem) in dbg_dump_hex() argument
105 fprintf(dbg_log, "# %d@%lx: %s\n", indent, (unsigned long)mem, comment); in dbg_dump_hex()
125 dbg_dump_fs(struct fs *sb, const char *comment) in dbg_dump_fs() argument
133 fprintf(dbg_log, "# %d@%lx: %s\n", indent, (unsigned long)sb, comment); in dbg_dump_fs()
348 dbg_dump_cg(const char *comment, struct cg *cgr) in dbg_dump_cg() argument
356 fprintf(dbg_log, "# %d@%lx: %s\n", indent, (unsigned long)cgr, comment); in dbg_dump_cg()
401 dbg_dump_csum(const char *comment, struct csum *cs) in dbg_dump_csum() argument
408 fprintf(dbg_log, "# %d@%lx: %s\n", indent, (unsigned long)cs, comment); in dbg_dump_csum()
426 dbg_dump_csum_total(const char *comment, struct csum_total *cs) in dbg_dump_csum_total() argument
433 fprintf(dbg_log, "# %d@%lx: %s\n", indent, (unsigned long)cs, comment); in dbg_dump_csum_total()
[all …]
/freebsd/lib/libpam/modules/pam_ssh/
H A Dpam_ssh.c64 #define ssh_add_identity(auth, key, comment) \ argument
65 ssh_add_identity_constrained(auth, key, comment, 0, 0, 0, NULL, NULL, 0)
71 char *comment; member
103 char *comment; in pam_ssh_load_key() local
116 ret = sshkey_load_private(fn, "", &key, &comment); in pam_ssh_load_key()
122 ret = sshkey_load_private(fn, passphrase, &key, &comment); in pam_ssh_load_key()
128 openpam_log(PAM_LOG_DEBUG, "loaded '%s' from %s", comment, fn); in pam_ssh_load_key()
131 free(comment); in pam_ssh_load_key()
135 psk->comment = comment; in pam_ssh_load_key()
150 free(psk->comment); in pam_ssh_free_key()
[all …]
/freebsd/contrib/openpam/t/
H A Dt_pam_conv.c72 asprintf(&s->comment, "expected %d messages, got %d", in t_pam_conv()
78 s->comment = NULL; in t_pam_conv()
87 asprintf(&s->comment, in t_pam_conv()
93 asprintf(&s->comment, in t_pam_conv()
112 asprintf(&s->comment, "invalid message style %d", in t_pam_conv()
122 s->comment = NULL; in t_pam_conv()
126 asprintf(&s->comment, "%s", strerror(ENOMEM)); in t_pam_conv()
/freebsd/crypto/openssl/providers/common/der/
H A Doids_to_c.pm27 my ($name, $comment) = @{ shift() };
31 (my $C_comment = $comment) =~ s|^| * |msg;
46 my ($name, $comment) = @{ shift() };
52 (my $C_comment = $comment) =~ s|^| * |msg;
85 my $comment = $&;
93 push @OID_names, [ $name, $comment ];
/freebsd/contrib/bearssl/tools/
H A Derrors.c37 const char *comment; member
331 find_error_name(int err, const char **comment) in find_error_name() argument
337 if (comment != NULL) { in find_error_name()
338 *comment = errors[u].comment; in find_error_name()
/freebsd/crypto/openssh/
H A Dssh-add.c118 delete_one(int agent_fd, const struct sshkey *key, const char *comment, in delete_one() argument
130 sshkey_type(key), comment ? comment : "no comment"); in delete_one()
175 char *certpath = NULL, *comment = NULL; in delete_file() local
181 if ((r = sshkey_load_public(filename, &public, &comment)) != 0) { in delete_file()
188 if (delete_one(agent_fd, public, comment, filename, qflag) == 0) in delete_file()
196 free(comment); in delete_file()
197 comment = NULL; in delete_file()
199 if ((r = sshkey_load_public(certpath, &cert, &comment)) != 0) { in delete_file()
209 if (delete_one(agent_fd, cert, comment, certpath, qflag) == 0) in delete_file()
216 free(comment); in delete_file()
[all …]
/freebsd/sys/tools/syscalls/scripts/
H A Dsyscall_h.lua58 local comment
60 comment = "obsolete"
62 comment = "old"
64 comment = "freebsd" .. c
67 v.num, comment, v.name))

12345678910>>...36