/titanic_41/usr/src/tools/scripts/ |
H A D | hg-active.py | 113 comments = filter(lambda x: x and not x.isspace(), 114 entry.comments) 117 if comments: 118 fh.write('%s\n' % '\n'.join(comments))
|
/titanic_41/usr/src/lib/libshell/common/tests/ |
H A D | sun_solaris_vartree003.sh | 58 typeset -a comments=( 81 typeset -a comments=( 104 typeset -a comments=( 127 typeset -a comments=(
|
H A D | vartree1.sh | 114 typeset -a comments=( "${data_node.comments[@]}" ) 139 typeset -a comments=( 167 typeset -a comments=(
|
H A D | vartree2.sh | 186 typeset -a comments=( "${data_node.comments[@]}" ) 211 typeset -a comments=( 240 typeset -a comments=(
|
H A D | sun_solaris_vartree001.sh | 144 typeset -a comments=( "${data_node.comments[@]}" ) 170 typeset -a comments=(
|
H A D | sun_solaris_vartree002.sh | 196 typeset -a comments=( "${data_node.comments[@]}" ) 221 typeset -a comments=( 250 typeset -a comments=(
|
H A D | quoting.sh | 303 print foo) ]] || err_exit "command subsitution with long comments broken"
|
/titanic_41/usr/src/cmd/auditrecord/ |
H A D | audit_record_xml | 77 my $comments = []; 92 push @$comments, $comment; 102 foreach (@$comments) {
|
/titanic_41/usr/src/cmd/krb5/kadmin/gui/native/ |
H A D | Kadmin.c | 463 char *comments = NULL; in Java_Kadmin_loadPrincipal() local 505 ret = extract_comments(&pr_rec, &comments); in Java_Kadmin_loadPrincipal() 514 ret = kadmin_to_Principal(&pr_rec, env, prin, cname, comments); in Java_Kadmin_loadPrincipal() 540 char *comments = NULL; in Java_Kadmin_savePrincipal() local 551 &pw, &comments, ¶ms); in Java_Kadmin_savePrincipal() 570 ret = edit_comments(&pr_rec, kprin, comments); in Java_Kadmin_savePrincipal() 607 char *comments = NULL; in Java_Kadmin_createPrincipal() local 618 &pw, &comments, ¶ms); in Java_Kadmin_createPrincipal() 643 ret = edit_comments(&pr_rec, kprin, comments); in Java_Kadmin_createPrincipal() 912 kadm5_principal_ent_rec *p, long *mask, char **pw, char **comments, in Principal_to_kadmin() argument [all …]
|
/titanic_41/usr/src/lib/fm/libdiagcode/common/tests/ |
H A D | README | 33 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:
|
/titanic_41/usr/src/tools/onbld/Checks/ |
H A D | Comments.py | 48 def comchk(comments, check_db=True, output=sys.stderr): argument 78 for com in comments:
|
/titanic_41/usr/src/cmd/lp/filter/postscript/download/ |
H A D | README | 23 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
|
/titanic_41/usr/src/tools/onbld/Scm/ |
H A D | WorkSpace.py | 90 self.comments = [] 243 entry.comments = desc + entry.comments 323 def comments(self): member in ActiveList 441 cstr.write(' ' + '\n '.join(entry.comments) + '\n')
|
/titanic_41/usr/src/tools/onbld/hgext/ |
H A D | cdm.py | 313 for elt in set(filter(Comments.isBug, act.comments())): 321 for elt in act.comments(): 355 return Comments.comchk(active.comments(), check_db=check_db, output=ui) 995 comments = '\n'.join(active.comments()) 997 message = cmdutil.logmessage(opts) or ui.edit(comments, user)
|
/titanic_41/usr/src/cmd/krb5/kadmin/gui/dataclasses/ |
H A D | Principal.java | 222 public boolean setComments(String comments) { in setComments() argument 226 Comments = comments; in setComments()
|
/titanic_41/usr/src/cmd/lp/filter/postscript/postscript/ |
H A D | ps.requests | 23 % and includes everything up to next keyword line, except for comments which are
|
/titanic_41/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/ |
H A D | parseMain.java | 565 BufferedReader comments = in main() local 568 while ((commentLine = comments.readLine()) != null) in main() 570 comments.close(); in main()
|
/titanic_41/usr/src/cmd/lp/filter/postscript/postreverse/ |
H A D | README | 31 document to be parsed is that it contains DSC Page and Trailer comments. The
|
/titanic_41/usr/src/cmd/latencytop/common/ |
H A D | latencytop.trans | 31 # # comments
|
/titanic_41/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
H A D | Makefile | 110 HELP_COMMENTS=./help-l10n-comments.txt
|
/titanic_41/ |
H A D | README | 34 Commits should have comments of the following form:
|
/titanic_41/usr/src/lib/libpp/common/ |
H A D | RELEASE | 107 01-08-06 ppproto: preserve #! first line for # comments 159 00-02-14 pppopen(): general comments with "bme" (begin middle end) string 258 proto does // comments by default (fixes bug introduced 07/17/94) 260 spice up proto copyright comments for nonexclusive license 311 PP_COMMENT now truncates comments to MAXTOKEN-4 354 fix ppproto bug that botched -ih comments 366 92-06-11 fix bug where comments dissappeared after disabled macro in standalone
|
H A D | NOTES | 76 (8) // style comments
|
/titanic_41/usr/src/cmd/avs/dscfg/etc/ |
H A D | dscfg_format | 26 # Lines starting `#' are comments, lines starting `%' are descriptive
|
/titanic_41/usr/src/lib/libbe/common/ |
H A D | be_utils.c | 3186 FILE *comments = NULL; in _update_vfstab() local 3203 if ((comments = fopen(vfstab, "r")) == NULL || in _update_vfstab() 3251 while (fgets(comments_buf, BUFSIZ, comments)) { in _update_vfstab() 3318 (void) fclose(comments); in _update_vfstab() 3319 comments = NULL; in _update_vfstab() 3352 if (comments != NULL) in _update_vfstab() 3353 (void) fclose(comments); in _update_vfstab()
|