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

123456789

/opensolaris-onvv-gate/usr/src/lib/libpp/common/
H A Dppcomment.c25 * common preprocessor comment handler
31 ppcomment(char* head, char* comment, char* tail, int line) argument
34 ppprintf("%s%-.*s%s", head, MAXTOKEN - 4, comment, tail);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/data/
H A DDhcpResource.java35 * record is either an option setting for the DHCP daemon or a comment.
40 private boolean comment; field in class:DhcpResource
50 public DhcpResource(String key, String value, boolean comment) { argument
53 this.comment = comment;
57 return comment;
60 public void setComment(boolean comment) { argument
61 this.comment = comment;
91 return (comment
[all...]
/opensolaris-onvv-gate/usr/src/common/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...]
/opensolaris-onvv-gate/usr/src/common/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...]
/opensolaris-onvv-gate/usr/src/common/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");
/opensolaris-onvv-gate/usr/src/cmd/lp/lib/forms/
H A Dfreeform.c55 if (pf->comment)
56 Free (pf->comment);
/opensolaris-onvv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/tests/
H A Dtemplate12 comment=
/opensolaris-onvv-gate/usr/src/cmd/ssh/ssh-add/
H A Dssh-add.c93 char *comment = NULL; local
96 public = key_load_public(filename, &comment);
103 filename, comment);
110 xfree(comment);
139 char *comment = NULL; local
148 private = key_load_private(filename, "", &comment);
149 if (comment == NULL)
150 comment = xstrdup(filename);
158 gettext("Enter passphrase for %.200s: "), comment);
163 xfree(comment);
201 char *comment, *fp; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dlex_assign.t113 ($op, undef, $comment) = /^([^\#]+)(\#\s+(.*))?/;
114 $comment = $op unless defined $comment;
119 $skip = ($op =~ /^'\?\?\?'/ or $comment =~ /skip\(.*\Q$^O\E.*\)/i)
121 $integer = ($comment =~ /^i_/) ? "use integer" : '' ;
122 (print "#skipping $comment:\nok $ord\n"), next if $skip eq 'skip';
131 print "# \$comment: got `\$a', expected `\$b'\n";
138 print "# skipping $comment: unimplemented:\nok $ord\n";
148 ($op, undef, $comment) = /^([^\#]+)(\#\s+(.*))?/;
149 $comment
[all...]
/opensolaris-onvv-gate/usr/src/cmd/fm/eversholt/common/
H A Deft.h55 char comment[EFT_HDR_MAXCOMMENT]; member in struct:eftheader
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/
H A Dpwd.h53 struct comment { struct
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/perlasm/
H A Dx86asm.pl58 &comment("Don't even think of reading this code");
59 &comment("It was automatically generated by $filename");
60 &comment("Which is a perl program used to generate the x86 assember for");
61 &comment("any of ELF, a.out, COFF, Win32, ...");
62 &comment("eric <eay\@cryptsoft.com>");
63 &comment("");
122 SOL - solaris systems, which are elf with strange comment lines
/opensolaris-onvv-gate/usr/src/cmd/auditrecord/
H A Dmkmsg.pl107 my @comment = split(/\s*:\s*/, ${$case}[2]);
110 my $comment;
111 foreach $comment (@comment) {
112 addToMsgFile($comment);
H A Daudit_record_xml86 my $comment = $entry[4];
89 if (defined $comment && ($comment ne '')) {
92 push @$comments, $comment;
103 $commentStr .= " comment=$_:\n";
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/t/
H A Dstrap.t24 my $comment;
25 ok( !$strap->_is_comment("foo", \$comment), '_is_comment(), not a comment' );
26 ok( !defined $comment, ' no comment set' );
28 ok( !$strap->_is_comment("f # oo", \$comment), ' not a comment with #' );
29 ok( !defined $comment, ' no comment set' );
44 ok( $strap->_is_comment($line, \$comment), " commen
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sgs/libelf/demo/
H A D00README36 pcom.c print comment: prints the .comment section of an ELF file.
40 acom.c append comment: appends to, or creates a .comment section
44 dcom.c delete comment: deletes a .comment section from an ELF file.
48 tpcom.c threaded print comment: a threaded version of pcom.c.
/opensolaris-onvv-gate/usr/src/cmd/gss/gsscred/
H A Dgsscred.h58 char *comment; member in struct:GssCredEntry_t
76 const char *comment, char **errDetails);
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bn/asm/
H A Dbn-586.pl29 &comment("");
133 &comment("Round $i");
146 &comment("");
162 &comment("Tail Round $i");
189 &comment("");
210 &comment("Round $i");
223 &comment("");
239 &comment("Tail Round $i");
262 &comment("");
277 &comment("Roun
[all...]

Completed in 73 milliseconds

123456789