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

123456789

/freebsd-9.3-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-9.3-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-9.3-release/crypto/openssl/util/
H A Dextract-section.pl4 if (/=for\s+comment\s+openssl_manual_section:(\S+)/)
/freebsd-9.3-release/tools/regression/lib/libc/resolv/
H A Dresolv.t6 comment=$2
9 echo "ok $number - $comment"
11 echo "not ok $number - $comment"
/freebsd-9.3-release/crypto/openssl/crypto/des/asm/
H A Ddes686.pl36 &comment("Don't even think of reading this code");
37 &comment("It was automatically generated by $prog");
38 &comment("Which is a perl program used to generate the x86 assember for");
39 &comment("any of elf, a.out, Win32, or Solaris");
40 &comment("It can be found in SSLeay 0.6.5+ or in libdes 3.26+");
41 &comment("eric <eay\@cryptsoft.com>");
42 &comment("");
63 &comment("");
64 &comment("Load the 2 words");
73 &comment("");
[all...]
H A Ddesboth.pl19 &comment("");
20 &comment("Load the data words");
25 &comment("");
26 &comment("IP");
64 &comment("");
65 &comment("FP");
H A Ddes-586.pl41 &comment("");
42 &comment("Load the 2 words");
56 &comment("");
57 &comment("IP");
86 &comment("");
87 &comment("Round $i");
90 &comment("");
91 &comment("Round ".sprintf("%d",$i+1));
100 &comment("");
101 &comment("Roun
[all...]
/freebsd-9.3-release/contrib/bind9/doc/misc/
H A Dformat-options.pl34 my $comment = "";
36 $comment = $&;
40 while (length($line) >= 79 - length($comment)) {
42 # this makes sure that the comment has something in front of it
43 $len = 75 - length($comment);
48 print $start.$line.$comment."\n";
/freebsd-9.3-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.pl30 &comment("");
39 &comment("Load the 2 words");
55 &comment("");
56 &comment("Round $i");
59 &comment("");
60 &comment("Round ".sprintf("%d",$i+1));
74 &comment("");
75 &comment("Round $i");
77 &comment("");
78 &comment("Roun
[all...]
/freebsd-9.3-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-9.3-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-9.3-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-9.3-release/crypto/openssh/
H A Dssh-add.c103 char *certpath = NULL, *comment = NULL; local
106 public = key_load_public(filename, &comment);
112 fprintf(stderr, "Identity removed: %s (%s)\n", filename, comment);
121 free(comment);
122 comment = NULL;
124 if ((cert = key_load_public(certpath, &comment)) == NULL)
132 comment);
143 free(comment);
171 char *comment = NULL; local
204 private = key_parse_private(&keyblob, filename, "", &comment);
323 char *comment, *fp; local
[all...]
/freebsd-9.3-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 198 milliseconds

123456789