Searched defs:COMMENT (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Da2p.c30 #define COMMENT 262 macro
1898 "NEWLINE","COMMENT","FUN1","FUNN","GRGR","PRINT","PRINTF","SPRINTF_OLD",
2005 "hunksep : COMMENT",
2009 "nlstuff : COMMENT",
2013 "separator : COMMENT maybe",
/osnet-11/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...]
/osnet-11/usr/src/grub/grub2/grub-core/io/
H A Dgzio.c156 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro
214 || ((hdr.flags & COMMENT) && eat_field (gzio->file, -1)))
/osnet-11/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)))

Completed in 468 milliseconds