HomeSort by relevance Sort by last modified time
    Searched refs:comment (Results 1 - 25 of 204) sorted by null

1 2 3 4 5 6 7 8 9

  /onnv/onnv-gate/usr/src/lib/libpp/common/
ppcomment.c 25 * common preprocessor comment handler
31 ppcomment(char* head, char* comment, char* tail, int line)
34 ppprintf("%s%-.*s%s", head, MAXTOKEN - 4, comment, tail);
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/data/
DhcpResource.java 35 * 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) {
53 this.comment = comment;
57 return comment;
60 public void setComment(boolean comment) {
61 this.comment = comment;
91 return (comment == r.isComment()) && key.equals(r.getKey())
    [all...]
  /onnv/onnv-gate/usr/src/common/openssl/crypto/des/asm/
des686.pl 36 &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...]
desboth.pl 19 &comment("");
20 &comment("Load the data words");
25 &comment("");
26 &comment("IP");
64 &comment("");
65 &comment("FP");
des-586.pl 41 &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("Round $i")
    [all...]
  /onnv/onnv-gate/usr/src/cmd/lp/lib/forms/
freeform.c 55 if (pf->comment)
56 Free (pf->comment);
  /onnv/onnv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/tests/
template 12 comment=
  /onnv/onnv-gate/usr/src/cmd/ssh/ssh-add/
ssh-add.c 93 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...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
lex_assign.t 113 ($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 = $op unless defined $comment
    [all...]
  /onnv/onnv-gate/usr/src/common/openssl/crypto/bf/asm/
bf-686.pl 33 &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("Round $i")
    [all...]
bf-586.pl 30 &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("Round ".sprintf("%d",$i-1))
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fm/eversholt/common/
eft.h 55 char comment[EFT_HDR_MAXCOMMENT]; member in struct:eftheader
  /onnv/onnv-gate/usr/src/common/openssl/crypto/bn/asm/x86/
add.pl 10 &comment("");
31 &comment("Round $i");
43 &comment("");
57 &comment("Tail Round $i");
mul.pl 10 &comment("");
31 &comment("Round $i");
44 &comment("");
60 &comment("Tail Round $i");
mul_add.pl 10 &comment("");
37 &comment("Round $i");
50 &comment("");
66 &comment("Tail Round $i");
sqr.pl 10 &comment("");
25 &comment("Round $i");
33 &comment("");
46 &comment("Tail Round $i");
sub.pl 10 &comment("");
31 &comment("Round $i");
43 &comment("");
57 &comment("Tail Round $i");
  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/
pwd.h 53 struct comment { struct
  /onnv/onnv-gate/usr/src/common/openssl/crypto/perlasm/
x86asm.pl 58 &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
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/t/
strap.t 24 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), " comment '$name'" )
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/libelf/demo/
README 40 pcom.c print comment: prints the .comment section of ELF
44 acom.c append comment: appends to or creates a .comment
48 dcom.c delete comment: deletes a .comment section from an
52 tpcom.c threaded print comment: a threaded version of pcom.c.
  /onnv/onnv-gate/usr/src/cmd/gss/gsscred/
gsscred.h 58 char *comment; member in struct:GssCredEntry_t
76 const char *comment, char **errDetails);
  /onnv/onnv-gate/usr/src/common/openssl/crypto/bn/asm/
bn-586.pl 29 &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("Round $i")
    [all...]
  /onnv/onnv-gate/usr/src/cmd/auditrecord/
audit_record_xml 86 my $comment = $entry[4];
89 if (defined $comment && ($comment ne '')) {
92 push @$comments, $comment;
103 $commentStr .= " comment=$_:\n";
  /onnv/onnv-gate/usr/src/lib/libast/common/port/
astlicense.c 28 * generate a license comment -- see proto(1)
87 #define COMMENT(x,b,s,u) comment(x,b,s,sizeof(s)-1,u)
217 * center and copy comment line s to p
227 comment(Notice_t* notice, register Buffer_t* b, register char* s, register int n, int u) function
358 * read the license file and generate a comment in p, length size
658 comment(&notice, &buf, NiL, 1, 0);
659 comment(&notice, &buf, NiL, 0, 0);
665 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0);
670 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0)
    [all...]

Completed in 6529 milliseconds

1 2 3 4 5 6 7 8 9