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

/illumos-gate/usr/src/cmd/saf/
H A Dmisc.h44 # define COMMENT '#' macro
/illumos-gate/usr/src/lib/libnsl/saf/
H A Ddoconfig.c49 #define COMMENT '#' macro
101 p = strchr(buf, 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/zmod/
H A Dinflate.h30 COMMENT, /* i: waiting for end of comment (gzip) */ enumerator in enum:__anon9342
63 NAME -> COMMENT -> HCRC -> TYPE
/illumos-gate/usr/src/cmd/lp/include/
H A Dform.h94 #define COMMENT "comment" macro
/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/sed/
H A Ddefs.h116 COMMENT, /* # */ enumerator in enum:e_args
/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 ->
/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/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/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/cmd/init/
H A Dinit.c287 #define COMMENT 5 macro
1623 if (state == COMMENT) {
1639 state = COMMENT;

Completed in 108 milliseconds