Searched refs:comment (Results 26 - 50 of 65) sorted by relevance

123

/osnet-11/usr/src/lib/libadt_jni/
H A Dauditxml_jni672 my $comment = '';
675 $comment = "\t// (required) formatted: $format";
677 $comment = "\t// required";
681 $comment = "\t// (optional) formatted: $format";
683 $comment = "\t// optional";
717 private $storage;$comment
/osnet-11/usr/src/lib/libbsm/
H A Dauditxml.pm61 my $comment;
62 my $commentKid = $kid->getKid('comment');
64 $comment = $commentKid->getContent;
68 $entry{$kidId} = [$external, $kid, $tokenId, $format, $comment];
H A Dauditxml440 # strip off double tab so that comment can be longer
1046 my $comment = $entry->getContent();
1066 $line = "/* $comment */\n\t" if defined $comment;
1078 $line = "/* $comment */\n\t" if defined $comment;
/osnet-11/usr/src/lib/libnsl/netselect/
H A Dnetselect.c54 static int comment(char *);
278 if (!(blank(line) || comment(line))) {
332 if (!(blank(linep) || comment(linep))) {
604 * comment() returns true if the line is a comment, 0 otherwise.
608 comment(char *cp) function
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dsrvsvc_svc.c854 uint8_t *comment; local
868 comment = (uint8_t *)NDR_STRDUP(mxa, si.shr_cmnt);
873 if (netname == NULL || comment == NULL || info == NULL) {
890 info1->shi1_comment = comment;
905 info2->shi2_comment = comment;
917 info501->shi501_comment = comment;
933 info502->shi502_comment = comment;
961 info503->shi503_comment = comment;
982 info1004->shi1004_comment = comment;
2120 * Level 1: share name, share type and comment fiel
2349 uint8_t *comment = empty_string; local
[all...]
H A Dsrvsvc_clnt.c165 char *comment; local
210 comment = "";
212 comment = (char *)info1[i].shi1_comment;
218 si->si_comment = strdup(comment);
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dstage2.c789 int pos = 0, literal = 0, comment = 0; local
833 if (comment)
836 comment = 0;
841 comment = 1;
/osnet-11/usr/src/lib/libpp/common/
H A Dppproto.c83 char cc[3]; /* beg mid end comment char */
2125 pppopen(char* file, int fd, char* notice, char* options, char* package, char* comment, int flags) argument
2191 if (!comment)
2192 comment = "/*";
2193 if (!(proto->cc[0] = comment[0]))
2195 else if (comment[1])
2197 proto->cc[1] = comment[1];
2198 proto->cc[2] = comment[2] ? comment[2] : comment[
[all...]
H A Dppfsm.h237 if ((pp.in->flags & IN_flush) && pp.level == 1 && !INMACRO(rp) && (!pp.comment || !INCOMMENT(rp)) && (c = op - pp.outbuf) > 0 && *(op - 1) == '\n') \
H A Dppop.c431 if (pp.comment = va_arg(ap, PPCOMMENT))
987 ppcomment = pp.comment;
988 pp.comment = 0;
995 pp.comment = ppcomment;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/
H A DStraps.pm481 my $is_comment = $strap->_is_comment($line, \$comment);
483 Checks if the given line is a comment. If so, it will place it into
484 C<$comment> (sans #).
489 my($self, $line, $comment) = @_;
492 $$comment = $1;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
H A Dmktables392 ## May have an optional comment as a 2nd arg.
398 my $comment = shift;
401 if (defined $comment) {
402 $comment =~ s/\s+\Z//;
403 $comment =~ s/^/# /gm;
404 push @OUT, "#\n$comment\n#\n";
710 $comment, ## comment field
1464 ## Construct a nice comment to add to the file, and build data
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DPretty.pm45 sub comment { subroutine
51 return $self->SUPER::comment( "$CGI::Pretty::LINEBREAK$CGI::Pretty::INDENT$s$CGI::Pretty::LINEBREAK" ) . $CGI::Pretty::LINEBREAK;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dautouse.pm159 are found early. When you ship your application you should comment
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DConstant.pm263 is used to avoid C<memEQ> for short names, or to generate a comment to
517 my ($indent, $comment, $namelen, $items, @items) = @_;
524 if ($comment) {
525 $body = wrap ($leader, $follower, $comment) . "\n";
536 # Ensure that the enclosing C comment doesn't end
539 # gcc -Wall doesn't like finding /* inside a comment
729 # Ensure that the enclosing C comment doesn't end
732 # gcc -Wall doesn't like finding /* inside a comment
758 to add or remove constants, which would result in this comment and section
1033 my $comment
[all...]
/osnet-11/usr/src/lib/libresolv2/common/nameser/
H A Dns_print.c112 const char *comment; local
929 comment = "unknown IPSECKEY gateway type";
1040 comment = "unknown RR type";
1045 comment = "RR format error";
1051 rdlen != 0U ? " (" : "", comment));
/osnet-11/usr/src/cmd/sendmail/src/
H A Dmacro.c22 ERROR Read the comment in conf.h
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DUCD.pm107 comment ISO 10646 comment field
222 mirrored unicode10 comment
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c600 char *t, *comment; local
625 * comment (col 3)
626 * All leading spaces will be deleted from the comment
630 comment = t = strchr(buf, '#');
631 if (comment) {
633 ++comment;
634 } while (*comment != '\0' && isspace(*comment));
635 if (*comment != '\0') {
636 *--comment
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dsfs.c75 grub_uint8_t comment[1]; member in struct:grub_sfs_obj
425 /* The filename and comment dynamically increase the size of
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DAsmdata.pm26 $insn_data{comment} = [35, \&PUT_comment_t, "GET_comment_t"];
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/
H A DDProf.pm63 The fourth line is a comment. The fifth line contains three variables
/osnet-11/usr/src/lib/libdevinfo/
H A Dlibdevinfo.h780 char *alias_id, char *comment);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/x2p/
H A Ds2p.t17 A $testcase{<name>} contains entries (after the comment ### <name> ###):
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dh2ph.PL509 # C comment removal adapted from perlfaq6:
808 Include the code from the B<.h> file as a comment in the B<.ph> file.

Completed in 224 milliseconds

123