Searched refs:COMMENT (Results 1 - 25 of 26) sorted by relevance

12

/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/
H A Dparsehelp.sh49 C) COMMENT="-c "$OPTARG;;
82 $JAVA_HOME/bin/java -classpath $CLASSPATH parseMain $COMMENT $VERBOSE $*
/illumos-gate/usr/src/cmd/saf/
H A Dmisc.h44 # define COMMENT '#' macro
H A Dutil.c260 tp = strchr(p, COMMENT);
/illumos-gate/usr/src/lib/libast/common/port/
H A Dastlicense.c88 #define COMMENT(x,b,s,u) comment(x,b,s,sizeof(s)-1,u) macro
687 COMMENT(&notice, &buf, "All Rights Reserved", 0);
726 COMMENT(&notice, &buf, "A copy of the License is available at", 0);
740 COMMENT(&notice, &buf, "http://www.eclipse.org/org/documents/epl-v10.html", 0);
742 COMMENT(&notice, &buf, "http://www.opensource.org/licenses/cpl", 0);
774 COMMENT(&notice, &buf, "A copy of the Source Code Agreement is available", 0);
792 COMMENT(&notice, &buf, "If you have copied or used this software without agreeing", 0);
793 COMMENT(&notice, &buf, "to the terms of the license you are infringing on", 0);
794 COMMENT(&notice, &buf, "the license and copyright and are violating", 0);
809 COMMENT(
[all...]
/illumos-gate/usr/src/uts/common/zmod/
H A Dinflate.h30 COMMENT, /* i: waiting for end of comment (gzip) */ enumerator in enum:__anon9342
63 NAME -> COMMENT -> HCRC -> TYPE
H A Dinflate.c734 state->mode = COMMENT;
736 case COMMENT:
/illumos-gate/usr/src/cmd/lp/include/
H A Dform.h94 #define COMMENT "comment" macro
/illumos-gate/usr/src/cmd/lp/lib/forms/
H A Ddelform.c98 RMFILE (COMMENT);
H A Dwrform.c164 if (!(path = getformfile(name, COMMENT)))
/illumos-gate/usr/src/boot/lib/libz/
H A Dinflate.h28 COMMENT, /* i: waiting for end of comment (gzip) */ enumerator in enum:__anon108
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
H A Dinflate.c775 state->mode = COMMENT;
776 case COMMENT:
/illumos-gate/usr/src/lib/libnsl/saf/
H A Ddoconfig.c49 #define COMMENT '#' macro
101 p = strchr(buf, COMMENT);
/illumos-gate/usr/src/cmd/sed/
H A Ddefs.h116 COMMENT, /* # */ enumerator in enum:e_args
H A Dcompile.c116 {'#', 0, COMMENT},
118 {'\0', 0, COMMENT},
271 case COMMENT: /* \0 # */
/illumos-gate/usr/src/cmd/msgfmt/
H A Dgnu_po.y48 %token <str> COMMENT
69 comment : COMMENT
H A Dgnu_lex.c397 return (COMMENT);
/illumos-gate/usr/src/lib/libunistat/
H A DMakefile.com122 COMMENT= "/* THIS FILE IS AUTOMATICALLY GENERATED: DO NOT EDIT */"
151 @echo $(COMMENT) > $@
155 @echo $(COMMENT) > $@
159 @echo $(COMMENT) > $@
166 @echo $(COMMENT) > $@
/illumos-gate/usr/src/cmd/consadm/
H A Dconsadm.c56 #define COMMENT '#' macro
393 if (buf[0] == COMMENT || buf[0] == NEWLINE ||
456 if (value[0] == COMMENT || value[0] == NEWLINE ||
852 if (value[0] == COMMENT ||
/illumos-gate/usr/src/boot/lib/libstand/
H A Dgzipfs.c111 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro
148 if ((flags & COMMENT) != 0) { /* skip the .gz file comment */
H A Dpkgfs.c610 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro
670 if (flags & COMMENT) {
/illumos-gate/usr/src/cmd/autopush/
H A Dautopush.c77 #define COMMENT '#' macro
270 if ((buf[0] == COMMENT) || is_white_space(buf))
/illumos-gate/usr/src/uts/common/os/
H A Dprivs.awk150 /INSERT COMMENT/ {
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dgunzip.c248 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro
304 || ((buf[3] & COMMENT) && bad_field (-1)))
/illumos-gate/usr/src/tools/scripts/
H A Dwebrev.sh716 COMMENT=$5
896 print "<pre>$COMMENT</pre>\n"
911 "$COMMENT"
1442 COMMENT=$4
1455 <pre>$COMMENT</pre>
/illumos-gate/usr/src/cmd/init/
H A Dinit.c287 #define COMMENT 5 macro
1623 if (state == COMMENT) {
1639 state = COMMENT;

Completed in 3046 milliseconds

12