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

1234567891011>>

/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dcomment.exp0 comment testing start
3 This is how a comment looks: # comment
4 comment testing done
H A Dcomment.mk1 # This is a comment
7 Multiline comment
12 # This is an escaped comment \
15 # Another escaped comment \
20 # This is NOT an escaped comment due to the double backslashes \\
22 @echo comment testing done
25 @echo comment testing start
31 @echo This is how a comment looks: '# comment'
/freebsd-11-stable/tools/regression/netinet/rawconnect/
H A Drawconnect.t12 comment="rawconnect # open raw ip socket, connect it and then close"
19 echo "ok 1 - $comment"
21 echo "not ok 1 - $comment"
/freebsd-11-stable/crypto/openssl/util/
H A Dextract-section.pl4 if (/=for\s+comment\s+openssl_manual_section:(\S+)/)
/freebsd-11-stable/contrib/openpam/t/
H A Dt_pam_conv.h39 char *comment; member in struct:t_pam_conv_script
H A Dt_pam_conv.c60 * etc.), script.comment will be set to point to a malloc()ed string
74 asprintf(&s->comment, "expected %d messages, got %d",
80 s->comment = NULL;
89 asprintf(&s->comment,
95 asprintf(&s->comment,
114 asprintf(&s->comment, "invalid message style %d",
124 s->comment = NULL;
128 asprintf(&s->comment, "%s", strerror(ENOMEM));
/freebsd-11-stable/crypto/openssl/crypto/bf/asm/
H A Dbf-686.pl33 &comment("");
34 &comment("Load the 2 words");
39 &comment("");
40 &comment("P pointer, s and enc flag");
53 &comment("");
54 &comment("Round $i");
57 &comment("");
58 &comment("Round ".sprintf("%d",$i+1));
73 &comment("");
74 &comment("Roun
[all...]
H A Dbf-586.pl31 &comment("");
40 &comment("Load the 2 words");
56 &comment("");
57 &comment("Round $i");
60 &comment("");
61 &comment("Round ".sprintf("%d",$i+1));
75 &comment("");
76 &comment("Round $i");
78 &comment("");
79 &comment("Roun
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/x86/
H A Dsqr.pl10 &comment("");
25 &comment("Round $i");
33 &comment("");
46 &comment("Tail Round $i");
H A Dadd.pl10 &comment("");
31 &comment("Round $i");
43 &comment("");
57 &comment("Tail Round $i");
H A Dmul.pl10 &comment("");
31 &comment("Round $i");
44 &comment("");
60 &comment("Tail Round $i");
H A Dmul_add.pl10 &comment("");
37 &comment("Round $i");
50 &comment("");
66 &comment("Tail Round $i");
H A Dsub.pl10 &comment("");
31 &comment("Round $i");
43 &comment("");
57 &comment("Tail Round $i");
/freebsd-11-stable/release/packages/
H A Dgenerate-ucl.sh8 comment=
104 comment="$(make -C ${srctree}/release/packages -f Makefile.package -V ${outname}_COMMENT)"
121 echo "comment=${comment}"
129 [ -z "${comment}" ] && comment="${outname} package"
130 [ ! -z "${_descr}" ] && comment="${comment} (${_descr})"
138 -e "s/%COMMENT%/${comment}/" \
/freebsd-11-stable/crypto/openssl/crypto/des/asm/
H A Ddesboth.pl19 &comment("");
20 &comment("Load the data words");
25 &comment("");
26 &comment("IP");
64 &comment("");
65 &comment("FP");
/freebsd-11-stable/contrib/gcc/
H A Ddwarf2asm.c38 /* How to start an assembler comment. */
46 to print a newline, since the caller may want to add a comment. */
70 const char *comment, ...)
75 va_start (ap, comment);
85 if (flag_debug_asm && comment)
88 vfprintf (asm_out_file, comment, ap);
103 const char *comment, ...)
107 va_start (ap, comment);
117 if (flag_debug_asm && comment)
120 vfprintf (asm_out_file, comment, a
68 dw2_asm_output_data(int size, unsigned HOST_WIDE_INT value, const char *comment, ...) argument
101 dw2_asm_output_delta(int size, const char *lab1, const char *lab2, const char *comment, ...) argument
134 dw2_asm_output_offset(int size, const char *label, section *base ATTRIBUTE_UNUSED, const char *comment, ...) argument
195 dw2_asm_output_addr(int size, const char *label, const char *comment, ...) argument
217 dw2_asm_output_addr_rtx(int size, rtx addr, const char *comment, ...) argument
244 dw2_asm_output_nstring(const char *str, size_t orig_len, const char *comment, ...) argument
511 dw2_asm_output_data_uleb128(unsigned HOST_WIDE_INT value, const char *comment, ...) argument
572 dw2_asm_output_data_sleb128(HOST_WIDE_INT value, const char *comment, ...) argument
634 dw2_asm_output_delta_uleb128(const char *lab1 ATTRIBUTE_UNUSED, const char *lab2 ATTRIBUTE_UNUSED, const char *comment, ...) argument
805 dw2_asm_output_encoded_addr_rtx(int encoding, rtx addr, bool public, const char *comment, ...) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dlock-cmd.c45 /* Get a lock comment, allocate it in POOL and store it in *COMMENT. */ argument
47 get_comment(const char **comment, svn_client_ctx_t *ctx,
60 _("Lock comment contains a zero byte"));
72 *comment = NULL;
80 *comment = comment_string->data;
117 const char *comment;
130 /* Get comment. */
131 SVN_ERR(get_comment(&comment, ctx, opt_state, pool));
142 SVN_ERR(svn_client_lock(targets, comment, opt_state->force, ctx, pool));
115 const char *comment; local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dlock.c59 new_l->comment = apr_pstrdup(pool, new_l->comment);
/freebsd-11-stable/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-11-stable/sbin/ffsinfo/
H A Dffsinfo.c306 * See the comment in sbin/growfs/debug.c for why this
347 char comment[80]; local
365 snprintf(comment, sizeof(comment), "Inode 0x%08jx", (uintmax_t)inode);
368 comment,
389 snprintf(comment, sizeof(comment), "Inode 0x%08jx: indirect 0",
392 comment,
405 snprintf(comment, sizeof(comment), "Inod
501 char comment[80]; local
[all...]
/freebsd-11-stable/usr.bin/indent/
H A Dindent_codes.h53 #define comment 15 macro
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformWindows.c15 #pragma comment(linker, "/MERGE:.lprfc=.data")
16 #pragma comment(linker, "/MERGE:.lprfd=.data")
17 #pragma comment(linker, "/MERGE:.lprfv=.data")
18 #pragma comment(linker, "/MERGE:.lprfnd=.data")
/freebsd-11-stable/lib/msun/tests/
H A Dfmaxmin_test.c89 static const char *comment = NULL; variable
114 comment == NULL ? "" : comment);
136 comment = "# TODO: testcase 6-7 fails invariant with clang 3.8+ (bug 208703)";
140 comment = NULL;
145 comment = "# TODO: testcase 11-12 fails invariant with clang 3.8+ (bug 208703)";
151 comment = NULL;
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dpasswd-to-alias.pl13 ($name,$passwd,$uid,$gid,$quota,$comment,$gcos,$dir,$shell) = @a;
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dbn-586.pl138 &comment("");
163 &comment("Round $i");
175 &comment("");
190 &comment("Tail Round $i");
254 &comment("");
275 &comment("Round $i");
288 &comment("");
304 &comment("Tail Round $i");
360 &comment("");
375 &comment("Roun
[all...]

Completed in 189 milliseconds

1234567891011>>