/illumos-gate/usr/src/tools/onbld/Checks/ |
H A D | Comments.py | 51 def changeid_present(comments): argument 52 if len(comments) < 3: 54 if comments[-2] != '': 56 if re.match('^Change-Id: I[0-9a-f]+', comments[-1]): 60 def comchk(comments, check_db=True, output=sys.stderr, bugs=None): argument 94 if changeid_present(comments): 95 comments = comments[:-2] 99 for com in comments:
|
/illumos-gate/usr/src/cmd/ast/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 | 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=(
|
/illumos-gate/usr/src/cmd/auditrecord/ |
H A D | audit_record_xml | 77 my $comments = []; 92 push @$comments, $comment; 102 foreach (@$comments) {
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
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 | quoting.sh | 304 print foo) ]] || err_exit "command subsitution with long comments broken"
|
/illumos-gate/usr/src/lib/fm/libdiagcode/common/tests/ |
H A D | README | 30 special comments embedded in them that the test driver (tstdiagcode.c) 36 Since DIAGCODE dictionaries allow comments with the '#' character, 37 the test driver looks for directives in the comments. The directive 38 comments start with:
|
/illumos-gate/usr/src/tools/scripts/ |
H A D | git-pbchk.py | 273 comments = git_comments(parent) 274 multi = len(comments) > 1 278 for commit in comments: 556 comments = git_comments(parent_branch) 557 if len(comments) > 5 and not allow_questionable_requests: 560 (parent_branch, len(comments)))
|
/illumos-gate/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
|
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/ |
H A D | swaplns.in | 4 Read header comments before attempting to use. Have fun and remember
|
H A D | swaplns.ok | 3 Read header comments before attempting to use. Have fun and remember
|
/illumos-gate/ |
H A D | CODE_OF_CONDUCT.md | 27 * Trolling, insulting/derogatory comments, and personal or political attacks 41 reject comments, commits, code, wiki edits, issues, mailing list posts, and
|
/illumos-gate/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
|
/illumos-gate/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
|
/illumos-gate/usr/src/cmd/latencytop/ |
H A D | latencytop.trans | 31 # # comments
|
/illumos-gate/usr/src/cmd/bhyve/ |
H A D | README.sync | 22 syncs from FreeBSD, but currently disabled. See the comments in 'Makefile'
|
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | RELEASE | 118 01-08-06 ppproto: preserve #! first line for # comments 170 00-02-14 pppopen(): general comments with "bme" (begin middle end) string 269 proto does // comments by default (fixes bug introduced 07/17/94) 271 spice up proto copyright comments for nonexclusive license 322 PP_COMMENT now truncates comments to MAXTOKEN-4 365 fix ppproto bug that botched -ih comments 377 92-06-11 fix bug where comments dissappeared after disabled macro in standalone
|
H A D | NOTES | 76 (8) // style comments
|
/illumos-gate/usr/src/lib/libbe/common/ |
H A D | be_utils.c | 3522 FILE *comments = NULL; in _update_vfstab() local 3539 if ((comments = fopen(vfstab, "r")) == NULL || in _update_vfstab() 3587 while (fgets(comments_buf, BUFSIZ, comments)) { in _update_vfstab() 3654 (void) fclose(comments); in _update_vfstab() 3655 comments = NULL; in _update_vfstab() 3688 if (comments != NULL) in _update_vfstab() 3689 (void) fclose(comments); in _update_vfstab()
|
/illumos-gate/usr/src/contrib/zlib/ |
H A D | ChangeLog | 60 - Add fallthrough comments for gcc 152 - Update inflateBack() comments, since inflate() can be faster 194 - Fix comments in win32/Makefile.gcc for proper usage 233 - Fix minor typo in zlib.h comments [Rzesniowiecki] 282 - Add assertions to fill_window() in deflate.c to match comments 298 - Clarify how gzopen() appends in zlib.h comments 501 - Improve comments in zconf.h where modified by configure 585 - Update comments in configure and Makefile.in for default --shared 588 - Change NULL's to Z_NULL's in deflate.c and in comments in zlib.h 621 - Correct inflate() comments with regard to automatic header detection [all …]
|
/illumos-gate/usr/src/data/zoneinfo/ |
H A D | zone_sun.tab | 9 # zone1970.tab's comments), but with the following additional restrictions: 47 # Lines beginning with `#' are comments. 50 #code coordinates TZ comments
|
/illumos-gate/usr/src/uts/sun4v/ml/ |
H A D | mach_locore.S | 937 ! wakeups. ! See the comments in mutex_exit() for details. 954 ! See the comments in mutex_exit() for details.
|
/illumos-gate/usr/src/cmd/sed/ |
H A D | POSIX | 12 historic practice", as most of the following comments refer to 14 the POSIX 1003.2 standard. All the comments are notes taken while
|