Home
last modified time | relevance | path

Searched refs:comments (Results 1 – 25 of 82) sorted by relevance

1234

/illumos-gate/usr/src/tools/onbld/Checks/
H A DComments.py51 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 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 Dsun_solaris_vartree002.sh196 typeset -a comments=( "${data_node.comments[@]}" )
221 typeset -a comments=(
250 typeset -a comments=(
/illumos-gate/usr/src/cmd/auditrecord/
H A Daudit_record_xml77 my $comments = [];
92 push @$comments, $comment;
102 foreach (@$comments) {
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dvartree1.sh114 typeset -a comments=( "${data_node.comments[@]}" )
139 typeset -a comments=(
167 typeset -a comments=(
H A Dvartree2.sh186 typeset -a comments=( "${data_node.comments[@]}" )
211 typeset -a comments=(
240 typeset -a comments=(
H A Dquoting.sh304 print foo) ]] || err_exit "command subsitution with long comments broken"
/illumos-gate/usr/src/lib/fm/libdiagcode/common/tests/
H A DREADME30 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/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
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dswaplns.in4 Read header comments before attempting to use. Have fun and remember
H A Dswaplns.ok3 Read header comments before attempting to use. Have fun and remember
/illumos-gate/
H A DCODE_OF_CONDUCT.md27 * 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/tools/scripts/
H A Dgit-pbchk.py272 comments = git_comments(parent)
273 multi = len(comments) > 1
277 for commit in comments:
/illumos-gate/usr/src/cmd/lp/filter/postscript/postscript/
H A Dps.requests23 % and includes everything up to next keyword line, except for comments which are
/illumos-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
/illumos-gate/usr/src/cmd/latencytop/
H A Dlatencytop.trans31 # # comments
/illumos-gate/usr/src/cmd/bhyve/
H A DREADME.sync22 syncs from FreeBSD, but currently disabled. See the comments in 'Makefile'
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A DRELEASE118 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 DNOTES76 (8) // style comments
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_utils.c3522 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 DChangeLog60 - 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]
298 - Clarify how gzopen() appends in zlib.h comments
501 - Improve comments in zconf.h where modified by configure
641 - Fix typos in zlib.h comments for deflateSetDictionary()
678 - Add comments to zlib.h about gzerror() usage [Brown]
737 - Fix some spelling errors in comments [Betts]
782 - Improve WinCE errno handling and comments [Chang]
[all …]
/illumos-gate/usr/src/data/zoneinfo/
H A Dzone_sun.tab9 # 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/cmd/sed/
H A DPOSIX12 historic practice", as most of the following comments refer to
14 the POSIX 1003.2 standard. All the comments are notes taken while
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_locore.S937 ! wakeups. ! See the comments in mutex_exit() for details.
954 ! See the comments in mutex_exit() for details.

1234