/titanic_52/usr/src/contrib/ast/src/lib/libast/port/ |
H A D | astlicense.c | 101 #define COMMENT(x,b,s,u) comment(x,b,s,sizeof(s)-1,u) macro 821 COMMENT(¬ice, &buf, "All Rights Reserved", 0); in astlicense() 860 COMMENT(¬ice, &buf, "A copy of the License is available at", 0); in astlicense() 874 COMMENT(¬ice, &buf, "http://www.eclipse.org/org/documents/epl-v10.html", 0); in astlicense() 876 COMMENT(¬ice, &buf, "http://www.opensource.org/licenses/cpl", 0); in astlicense() 908 COMMENT(¬ice, &buf, "A copy of the Source Code Agreement is available", 0); in astlicense() 926 COMMENT(¬ice, &buf, "If you have copied or used this software without agreeing", 0); in astlicense() 927 COMMENT(¬ice, &buf, "to the terms of the license you are infringing on", 0); in astlicense() 928 COMMENT(¬ice, &buf, "the license and copyright and are violating", 0); in astlicense() 943 COMMENT( in astlicense() [all...] |
/titanic_52/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/ |
H A D | parsehelp.sh | 49 C) COMMENT="-c "$OPTARG;; 82 $JAVA_HOME/bin/java -classpath $CLASSPATH parseMain $COMMENT $VERBOSE $*
|
/titanic_52/usr/src/cmd/saf/ |
H A D | misc.h | 44 # define COMMENT '#' macro
|
H A D | util.c | 260 tp = strchr(p, COMMENT);
|
/titanic_52/usr/src/cmd/msgfmt/ |
H A D | gnu_po.y | 48 %token <str> COMMENT 69 comment : COMMENT
|
H A D | gnu_lex.c | 397 return (COMMENT); in yylex()
|
/titanic_52/usr/src/cmd/lp/lib/forms/ |
H A D | delform.c | 98 RMFILE (COMMENT);
|
H A D | wrform.c | 164 if (!(path = getformfile(name, COMMENT))) in wrform()
|
/titanic_52/usr/src/cmd/lp/include/ |
H A D | form.h | 94 #define COMMENT "comment" macro
|
/titanic_52/usr/src/lib/libnsl/saf/ |
H A D | doconfig.c | 49 #define COMMENT '#' macro 101 p = strchr(buf, COMMENT); in doconfig()
|
/titanic_52/usr/src/contrib/zlib/ |
H A D | inflate.h | 28 COMMENT, /* i: waiting for end of comment (gzip) */ enumerator 62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
|
/titanic_52/usr/src/boot/lib/libz/ |
H A D | inflate.h | 28 COMMENT, /* i: waiting for end of comment (gzip) */ enumerator 62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
|
H A D | inflate.c | 775 state->mode = COMMENT; 776 case COMMENT:
|
/titanic_52/usr/src/cmd/sed/ |
H A D | defs.h | 116 COMMENT, /* # */ enumerator
|
H A D | compile.c | 116 {'#', 0, COMMENT}, 118 {'\0', 0, COMMENT}, 271 case COMMENT: /* \0 # */ in compile_stream()
|
/titanic_52/usr/src/cmd/consadm/ |
H A D | consadm.c | 56 #define COMMENT '#' macro 393 if (buf[0] == COMMENT || buf[0] == NEWLINE || in addtolist() 456 if (value[0] == COMMENT || value[0] == NEWLINE || in removefromlist() 852 if (value[0] == COMMENT || in persistlist()
|
/titanic_52/usr/src/boot/lib/libstand/ |
H A D | gzipfs.c | 110 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro 147 if ((flags & COMMENT) != 0) { /* skip the .gz file comment */ in check_header()
|
H A D | pkgfs.c | 610 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro 670 if (flags & COMMENT) { in new_package()
|
/titanic_52/usr/src/cmd/autopush/ |
H A D | autopush.c | 77 #define COMMENT '#' macro 270 if ((buf[0] == COMMENT) || is_white_space(buf)) in set_info()
|
/titanic_52/usr/src/lib/libunistat/ |
H A D | Makefile.com | 122 COMMENT= "/* THIS FILE IS AUTOMATICALLY GENERATED: DO NOT EDIT */" 151 @echo $(COMMENT) > $@ 155 @echo $(COMMENT) > $@ 159 @echo $(COMMENT) > $@ 166 @echo $(COMMENT) > $@
|
/titanic_52/usr/src/common/ficl/test/ |
H A D | tester.fr | 54 : TESTING \ ( -- ) TALKING COMMENT.
|
/titanic_52/usr/src/uts/common/os/ |
H A D | privs.awk | 150 /INSERT COMMENT/ {
|
/titanic_52/usr/src/grub/grub-0.97/stage2/ |
H A D | gunzip.c | 248 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro 304 || ((buf[3] & COMMENT) && bad_field (-1))) in gunzip_test_header()
|
/titanic_52/usr/src/tools/scripts/ |
H A D | webrev.sh | 715 COMMENT=$5 895 print "<pre>$COMMENT</pre>\n" 910 "$COMMENT" 1431 COMMENT=$4 1444 <pre>$COMMENT</pre>
|
/titanic_52/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | ratz.c | 1589 COMMENT, /* i: waiting for end of comment (gzip) */ enumerator 1622 NAME -> COMMENT -> HCRC -> TYPE 2941 state->mode = COMMENT; 2942 case COMMENT: 3631 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro 3924 if ((flags & COMMENT) != 0) { /* skip the .gz file comment */
|