/titanic_44/usr/src/lib/libast/common/port/ |
H A D | astlicense.c | 88 #define COMMENT(x,b,s,u) comment(x,b,s,sizeof(s)-1,u) macro 687 COMMENT(¬ice, &buf, "All Rights Reserved", 0); in astlicense() 726 COMMENT(¬ice, &buf, "A copy of the License is available at", 0); in astlicense() 740 COMMENT(¬ice, &buf, "http://www.eclipse.org/org/documents/epl-v10.html", 0); in astlicense() 742 COMMENT(¬ice, &buf, "http://www.opensource.org/licenses/cpl", 0); in astlicense() 774 COMMENT(¬ice, &buf, "A copy of the Source Code Agreement is available", 0); in astlicense() 792 COMMENT(¬ice, &buf, "If you have copied or used this software without agreeing", 0); in astlicense() 793 COMMENT(¬ice, &buf, "to the terms of the license you are infringing on", 0); in astlicense() 794 COMMENT(¬ice, &buf, "the license and copyright and are violating", 0); in astlicense() 809 COMMENT(¬ice, &buf, "This is free software; you can redistribute it and/or", 0); in astlicense() [all …]
|
/titanic_44/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_44/usr/src/cmd/saf/ |
H A D | misc.h | 44 # define COMMENT '#' macro
|
H A D | util.c | 260 tp = strchr(p, COMMENT);
|
/titanic_44/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_44/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_44/usr/src/cmd/lp/include/ |
H A D | form.h | 94 #define COMMENT "comment" macro
|
/titanic_44/usr/src/uts/common/zmod/ |
H A D | inflate.h | 30 COMMENT, /* i: waiting for end of comment (gzip) */ enumerator
|
H A D | inflate.c | 734 state->mode = COMMENT; 736 case COMMENT:
|
/titanic_44/usr/src/lib/libnsl/saf/ |
H A D | doconfig.c | 49 #define COMMENT '#' macro 101 p = strchr(buf, COMMENT); in doconfig()
|
/titanic_44/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_44/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_44/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_44/usr/src/lib/libunistat/ |
H A D | Makefile.com | 166 @echo $(COMMENT) > $@
|
/titanic_44/usr/src/uts/common/os/ |
H A D | privs.awk | 150 /INSERT COMMENT/ {
|
H A D | priv_defs | 25 INSERT COMMENT
|
/titanic_44/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_44/usr/src/tools/scripts/ |
H A D | webrev.sh | 715 COMMENT=$5 895 print "<pre>$COMMENT</pre>\n" 910 "$COMMENT"
|
/titanic_44/usr/src/cmd/init/ |
H A D | init.c | 287 #define COMMENT 5 macro 1623 if (state == COMMENT) { in getcmd() 1639 state = COMMENT; in getcmd()
|
/titanic_44/usr/src/lib/libsqlite/src/ |
H A D | parse.y | 66 %nonassoc END_OF_FILE ILLEGAL SPACE UNCLOSED_STRING COMMENT FUNCTION
|