Searched refs:comments (Results 1 - 25 of 63) sorted by relevance

123

/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/download/
H A DREADME23 A simple program that scans PostScript files for %%DocumentFonts: comments
27 and the comments in downloader.c for examples of map files. By default map
/opensolaris-onvv-gate/usr/src/cmd/auditrecord/
H A Daudit_record_xml77 my $comments = [];
92 push @$comments, $comment;
102 foreach (@$comments) {
/opensolaris-onvv-gate/usr/src/tools/scripts/
H A Dhg-active.py113 comments = filter(lambda x: x and not x.isspace(),
114 entry.comments)
117 if comments:
118 fh.write('%s\n' % '\n'.join(comments))
H A Dwx.sh136 # Get past comments
349 # Get past active entry comments
353 # output existing comments
358 # get past existing comments
362 # output new comments
363 while (getline < comments){
368 close comments
384 comments=$comment_file $wxdir/active >$wxtmp/tmp_active && \
391 An error occured trying to update comments for $1 in the active list.
697 $ME comments displa
[all...]
/opensolaris-onvv-gate/usr/src/lib/fm/libdiagcode/common/tests/
H A DREADME33 special comments embedded in them that the test driver (tstdiagcode.c)
39 Since DIAGCODE dictionaries allow comments with the '#' character,
40 the test driver looks for directives in the comments. The directive
41 comments start with:
/opensolaris-onvv-gate/usr/src/lib/libshell/common/tests/
H A Dvartree1.sh114 typeset -a comments=( "${data_node.comments[@]}" )
139 typeset -a comments=(
167 typeset -a comments=(
H A Dsun_solaris_vartree003.sh58 typeset -a comments=(
81 typeset -a comments=(
104 typeset -a comments=(
127 typeset -a comments=(
H A Dsun_solaris_vartree001.sh144 typeset -a comments=( "${data_node.comments[@]}" )
170 typeset -a comments=(
H A Dvartree2.sh186 typeset -a comments=( "${data_node.comments[@]}" )
211 typeset -a comments=(
240 typeset -a comments=(
H A Dsun_solaris_vartree002.sh196 typeset -a comments=( "${data_node.comments[@]}" )
221 typeset -a comments=(
250 typeset -a comments=(
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigRat/t/
H A Dbigratpm.inc10 $_ =~ s/#.*$//; # remove comments
12 next if /^$/; # skip empty lines & comments
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postreverse/
H A DREADME31 document to be parsed is that it contains DSC Page and Trailer comments. The
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/t/
H A Dstrap.t31 my %comments = (
38 for my $line ( sort keys %comments ) {
39 my $line_comment = $comments{$line};
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/native/
H A DKadmin.c463 char *comments = NULL; local
503 * Pull the comments out of the tl_data array
505 ret = extract_comments(&pr_rec, &comments);
514 ret = kadmin_to_Principal(&pr_rec, env, prin, cname, comments);
540 char *comments = NULL; local
551 &pw, &comments, &params);
568 * Handle any comments with read-modify-write
570 ret = edit_comments(&pr_rec, kprin, comments);
607 char *comments = NULL; local
618 &pw, &comments,
911 Principal_to_kadmin(JNIEnv *env, jobject prin, int new, krb5_principal *kprin, kadm5_principal_ent_rec *p, long *mask, char **pw, char **comments, kadm5_config_params *pparams) argument
1154 kadmin_to_Principal(kadm5_principal_ent_rec *p, JNIEnv *env, jobject prin, const char *prname, char *comments) argument
1648 edit_comments(kadm5_principal_ent_rec *p, krb5_principal kprin, char *comments) argument
1678 format_comments(kadm5_principal_ent_rec *p, long *mask, char *comments) argument
1721 extract_comments(kadm5_principal_ent_rec *p, char **comments) argument
[all...]
/opensolaris-onvv-gate/usr/src/tools/onbld/Checks/
H A DComments.py29 # Check delta comments:
54 def comchk(comments, check_db=True, output=sys.stderr, arcPath=None):
55 '''Validate checkin comments against ON standards.
57 Comments must be a list of one-line comments, with no trailing
79 for com in comments:
80 # Our input must be newline-free, comments are line-wise.
84 # Ignore valid comments we can't check
139 # that in the comments, allowing for possible '(fix
180 output.write("WARNING: Blank line(s) in comments\n")
186 "comments
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dbigfltpm.inc10 $_ =~ s/#.*$//; # remove comments
12 next if /^$/; # skip empty lines & comments
H A Dupgrade.inc56 next if /^#/; # skip comments
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DGenericEventHandler.cxx308 SGMLApplication::CharString *comments local
311 appEvent.comments = comments;
312 appEvent.seps = appEvent.comments + appEvent.nComments;
317 comments[i].ptr = iter.charsPointer();
318 comments[i].len = iter.charsLength();
319 clearString(comments[appEvent.nComments + i]);
323 comments[appEvent.nComments + i - 1].ptr = iter.charsPointer();
324 comments[appEvent.nComments + i - 1].len = iter.charsLength();
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dwritemain.SH23 : by putting a backslash in front. You may delete these comments.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dcflags.SH30 : by putting a backslash in front. You may delete these comments.
/opensolaris-onvv-gate/usr/src/tools/onbld/hgext/
H A Dcdm.py253 'show all ARC cases in checkin comments'
256 # We take a set of the appropriate comments to eliminate duplicates.
257 for elt in set(filter(Comments.isARC, act.comments())):
262 'show all bug IDs in checkin comments'
265 for elt in set(filter(Comments.isBug, act.comments())):
270 'show checkin comments for active files'
273 for elt in act.comments():
293 '''check checkin comments for active files
295 Check that checkin comments conform to O/N rules.'''
302 return Comments.comchk(active.comments(), check_d
[all...]
/opensolaris-onvv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DMakefile108 # text file containing comments to be bound into the help resource bundle
110 HELP_COMMENTS=./help-l10n-comments.txt
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/dataclasses/
H A DPrincipal.java74 boolean newComments; // are comments new or changed?
222 public boolean setComments(String comments) { argument
226 Comments = comments;
430 *<li>comments
/opensolaris-onvv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/
H A DparseMain.java489 static String commentFileName = "comments.txt";
565 BufferedReader comments =
568 while ((commentLine = comments.readLine()) != null)
570 comments.close();
/opensolaris-onvv-gate/usr/src/tools/onbld/Scm/
H A DWorkSpace.py92 self.comments = []
192 # We store comments per-entry as well, for the sake of
194 # of uniquifying comments for the general list (and possibly
199 self[fname].comments.extend(desc)
318 def comments(self): member in class:ActiveList

Completed in 205 milliseconds

123