Searched refs:comment (Results 1 - 25 of 273) sorted by relevance

1234567891011

/freebsd-current/tools/regression/netinet/rawconnect/
H A Drawconnect.t11 comment="rawconnect # open raw ip socket, connect it and then close"
18 echo "ok 1 - $comment"
20 echo "not ok 1 - $comment"
/freebsd-current/contrib/unifdef/tests/
H A Dcrlf.c14 comment
17 comment
/freebsd-current/usr.bin/calendar/tests/
H A Dcomment.sh2 CALENDAR_FILE="-f ${SRCDIR}/calendar.comment"
11 REGRESSION_TEST(`comment',`$CALENDAR -t 01.01.2020 -A 30')
/freebsd-current/contrib/bmake/unit-tests/
H A Dsh-jobs.exp0 comment-with-followup-line: This is printed.
2 no-comment: This is printed.
3 *** [no-comment] Error code 1
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...]
H A Ddirective-for-lines.mk12 # comment \
13 # continued comment
17 # comment \
18 # continued comment
31 # comment \
32 # continued comment
H A Dcomment.exp1 echo This is a shell comment: # comment
2 This is a shell comment:
3 echo This is not a shell comment: '# comment'
4 This is not a shell comment: # comment
5 A shell comment can#not start in the middle of a word.
/freebsd-current/contrib/openpam/t/
H A Dt_pam_conv.h37 char *comment; member in struct:t_pam_conv_script
H A Dt_pam_conv.c58 * etc.), script.comment will be set to point to a malloc()ed string
72 asprintf(&s->comment, "expected %d messages, got %d",
78 s->comment = NULL;
87 asprintf(&s->comment,
93 asprintf(&s->comment,
112 asprintf(&s->comment, "invalid message style %d",
122 s->comment = NULL;
126 asprintf(&s->comment, "%s", strerror(ENOMEM));
/freebsd-current/crypto/openssh/regress/
H A Dkeygen-comment.sh9 comment="$2"
14 if ! egrep "^([0-9]+) SHA256:(.){43} ${comment} \(.*\)\$" \
16 fail "comment is not correctly recovered for $t-key"
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}"
[all...]
/freebsd-current/sys/contrib/openzfs/lib/libshare/
H A Dsmb.h41 char comment[SMB_COMMENT_MAX]; /* Share's comment */ member in struct:smb_share_s
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_set/
H A Dvdev_set_001_pos.ksh32 # zpool set comment property on root vdev
39 log_assert "zpool set comment property on root vdev"
41 log_must zpool set comment="openzfs" ${TESTPOOL} root
43 COMMENT="$(zpool get -H -o value comment ${TESTPOOL} root)"
45 log_fail "cant retrieve comment property from root vdev"
49 log_fail "unexpected value for comment property: $COMMENT != \"openzfs\""
52 log_pass "zpool set comment property on root vdev"
/freebsd-current/crypto/openssl/crypto/des/asm/
H A Ddesboth.pl26 &comment("");
27 &comment("Load the data words");
32 &comment("");
33 &comment("IP");
71 &comment("");
72 &comment("FP");
/freebsd-current/contrib/bearssl/tools/
H A Derrors.c37 const char *comment; member in struct:__anon236
331 find_error_name(int err, const char **comment) argument
337 if (comment != NULL) {
338 *comment = errors[u].comment;
/freebsd-current/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-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_coverage_win_sections.cpp57 #pragma comment(linker, "/MERGE:.SCOV=.data")
65 #pragma comment(linker, "/MERGE:.SCOVP=.rdata")
/freebsd-current/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-current/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("Roun
[all...]
/freebsd-current/sbin/ffsinfo/
H A Dffsinfo.c299 * See the comment in sbin/growfs/debug.c for why this
340 char comment[80]; local
358 snprintf(comment, sizeof(comment), "Inode 0x%08jx", (uintmax_t)inode);
361 comment,
382 snprintf(comment, sizeof(comment), "Inode 0x%08jx: indirect 0",
385 comment,
398 snprintf(comment, sizeof(comment), "Inod
494 char comment[80]; local
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformWindows.c16 #pragma comment(linker, "/MERGE:.lprfb=.data")
17 #pragma comment(linker, "/MERGE:.lprfd=.data")
18 #pragma comment(linker, "/MERGE:.lprfv=.data")
19 #pragma comment(linker, "/MERGE:.lprfnd=.data")
/freebsd-current/sys/contrib/openzfs/lib/libshare/os/linux/
H A Dsmb.c78 char *dup_value = NULL, *path = NULL, *comment = NULL, *name = NULL; local
156 } else if (strcmp(key, "comment") == 0) {
157 free(comment);
158 comment = dup_value;
167 if (path == NULL || comment == NULL || guest_ok == NULL)
183 (void) strlcpy(shares->comment, comment,
184 sizeof (shares->comment));
192 free(comment);
196 comment
230 char name[SMB_NAME_MAX], comment[SMB_COMMENT_MAX]; local
[all...]
/freebsd-current/contrib/sendmail/contrib/
H A Dpasswd-to-alias.pl13 ($name,$passwd,$uid,$gid,$quota,$comment,$gcos,$dir,$shell) = @a;
/freebsd-current/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("Roun
[all...]
/freebsd-current/crypto/openssh/
H A Dauthfile.h52 const char *comment);
/freebsd-current/usr.bin/indent/
H A Dindent_codes.h52 #define comment 15 macro

Completed in 293 milliseconds

1234567891011