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

12345678910

/freebsd-10.0-release/tools/regression/lib/libc/nss/
H A Dtest-getusershell.t6 comment=$2
9 echo "ok $number - $comment"
11 echo "not ok $number - $comment"
H A Dtest-getaddr.t6 comment=$2
9 echo "ok $number - $comment"
11 echo "not ok $number - $comment"
H A Dtest-getgr.t6 comment=$2
9 echo "ok $number - $comment"
11 echo "not ok $number - $comment"
H A Dtest-getproto.t6 comment=$2
9 echo "ok $number - $comment"
11 echo "not ok $number - $comment"
H A Dtest-getpw.t6 comment=$2
9 echo "ok $number - $comment"
11 echo "not ok $number - $comment"
H A Dtest-getrpc.t6 comment=$2
9 echo "ok $number - $comment"
11 echo "not ok $number - $comment"
H A Dtest-getserv.t6 comment=$2
9 echo "ok $number - $comment"
11 echo "not ok $number - $comment"
H A Dtest-gethostby.t6 comment=$2
9 echo "ok $number - $comment"
11 echo "not ok $number - $comment"
/freebsd-10.0-release/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-10.0-release/crypto/openssl/util/
H A Dextract-section.pl4 if (/=for\s+comment\s+openssl_manual_section:(\S+)/)
/freebsd-10.0-release/tools/regression/lib/libc/resolv/
H A Dresolv.t6 comment=$2
9 echo "ok $number - $comment"
11 echo "not ok $number - $comment"
/freebsd-10.0-release/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-10.0-release/contrib/openpam/lib/libpam/
H A Dopenpam_readword.c58 int ch, comment, escape, quote; local
64 comment = 0;
67 comment = 1;
68 if (!is_lws(ch) && !comment)
165 * A backslash at the end of a comment does cause line continuation.
/freebsd-10.0-release/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");
/freebsd-10.0-release/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;
94 const char *comment;
106 /* Get comment. */
107 SVN_ERR(get_comment(&comment, ctx, opt_state, pool));
111 return svn_client_lock(targets, comment, opt_state->force, ctx, pool);
92 const char *comment; local
/freebsd-10.0-release/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-10.0-release/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-10.0-release/crypto/openssh/
H A Dssh-add.c102 char *certpath = NULL, *comment = NULL; local
105 public = key_load_public(filename, &comment);
111 fprintf(stderr, "Identity removed: %s (%s)\n", filename, comment);
120 free(comment);
121 comment = NULL;
123 if ((cert = key_load_public(certpath, &comment)) == NULL)
131 comment);
142 free(comment);
170 char *comment = NULL; local
203 private = key_parse_private(&keyblob, filename, "", &comment);
319 char *comment, *fp; local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Support/Windows/
H A DProcess.inc25 #pragma comment(lib, "psapi.lib")
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dlock.c59 new_l->comment = apr_pstrdup(pool, new_l->comment);
/freebsd-10.0-release/sbin/ffsinfo/
H A Dffsinfo.c305 * See the comment in sbin/growfs/debug.c for why this
346 char comment[80]; local
364 snprintf(comment, sizeof(comment), "Inode 0x%08x", inode);
367 comment,
388 snprintf(comment, sizeof(comment), "Inode 0x%08x: indirect 0",
391 comment,
404 snprintf(comment, sizeof(comment), "Inod
498 char comment[80]; local
[all...]

Completed in 128 milliseconds

12345678910