| /onnv/onnv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/ |
| parsehelp.sh | 49 C) COMMENT="-c "$OPTARG;; 82 $JAVA_HOME/bin/java -classpath $CLASSPATH parseMain $COMMENT $VERBOSE $*
|
| /onnv/onnv-gate/usr/src/cmd/saf/ |
| misc.h | 41 * comment delimiter 44 # define COMMENT '#'
|
| util.c | 47 char Comment[SIZE]; /* place holder for comments */ 98 * tag:type:flags:restart_count:command_string #comment 230 * remember the comment string 233 if ((sp->sc_comment = malloc((unsigned) (strlen(Comment) + 1))) == NULL) { 241 (void) strcpy(sp->sc_comment, Comment); 260 tp = strchr(p, COMMENT); 261 Comment[0] = '\0'; 263 (void) strcpy(Comment, tp + 1); /* skip the '#' */ 265 tp = strchr(Comment, '\n');
|
| /onnv/onnv-gate/usr/src/lib/libast/common/port/ |
| astlicense.c | 28 * generate a license comment -- see proto(1) 87 #define COMMENT(x,b,s,u) comment(x,b,s,sizeof(s)-1,u) 217 * center and copy comment line s to p 227 comment(Notice_t* notice, register Buffer_t* b, register char* s, register int n, int u) function 358 * read the license file and generate a comment in p, length size 658 comment(¬ice, &buf, NiL, 1, 0); 659 comment(¬ice, &buf, NiL, 0, 0); 665 comment(¬ice, &buf, BUF(&tmp), USE(&tmp), 0); 670 comment(¬ice, &buf, BUF(&tmp), USE(&tmp), 0) [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/tests/ |
| modifyaddr.san | 105 COMMENT=Modified 107 /usr/sbin/pntadm -r ${DHCPRSRC} -p ${DHCPPATH} -M ${SRVADDR} -e ${EXPIRE} -c ${COMMENT} -f ${FLAGS} ${SUBNETADDR} >>${OUTFILE} 2>&1 190 if [ "${FIELD}" != "${COMMENT}" ] 192 echo "Comment field of entry is not correct in ${SUBNETADDR}" 193 echo "${FIELD} != ${COMMENT}"
|
| displaynet.san | 106 COMMENT=Modified 187 if [ "${FIELD}" != "${COMMENT}" ] 189 echo "Comment field of entry is not correct in ${SUBNETADDR}" 190 echo "${FIELD} != ${COMMENT}"
|
| /onnv/onnv-gate/usr/src/cmd/lp/include/ |
| form.h | 68 char * comment; member in struct:FORM 94 #define COMMENT "comment"
|
| /onnv/onnv-gate/usr/src/cmd/lp/lib/forms/ |
| delform.c | 98 RMFILE (COMMENT);
|
| wrform.c | 111 if ((cp = formp->comment) && *cp) { 157 * Write out comment to a separate file (?) 164 if (!(path = getformfile(name, COMMENT))) 167 if (formp->comment) { 168 if (dumpstring(path, formp->comment) == -1) {
|
| /onnv/onnv-gate/usr/src/uts/common/zmod/ |
| inflate.h | 30 COMMENT, /* i: waiting for end of comment (gzip) */ 63 NAME -> COMMENT -> HCRC -> TYPE
|
| inflate.c | 50 * - Move a comment on output buffer sizes from inffast.c to inflate.c 734 state->mode = COMMENT; 736 case COMMENT: 743 state->head->comment != Z_NULL && 745 state->head->comment[state->length++] = len; 754 state->head->comment = Z_NULL; [all...] |
| /onnv/onnv-gate/usr/src/lib/libnsl/saf/ |
| doconfig.c | 49 #define COMMENT '#' 101 p = strchr(buf, COMMENT); 228 * these assignments make the comment below true
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/conf/ |
| keysets.pl | 12 $COMMENT=0x80; 29 $v|=$COMMENT if ($c =~ /\#/); 125 #define CONF_COMMENT $COMMENT
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/pntadm/ |
| AddClientEntry.java | 48 PntAdm.COMMENT, 162 String comment = options.valueOf(PntAdm.COMMENT); local 163 if (comment != null) { 164 dhcpClientRecord.setComment(comment);
|
| ModifyClientEntry.java | 49 PntAdm.COMMENT, 193 String comment = options.valueOf(PntAdm.COMMENT); local 194 if (comment != null) { 195 newDhcpClientRecord.setComment(comment);
|
| PntAdm.java | 74 public static final int COMMENT = 'c';
|
| /onnv/onnv-gate/usr/src/cmd/msgfmt/ |
| gnu_po.y | 48 %token <str> COMMENT 58 po : comment 69 comment : COMMENT label
|
| gnu_lex.c | 381 /* comment start */ 397 return (COMMENT);
|
| /onnv/onnv-gate/usr/src/lib/libunistat/ |
| Makefile.com | 119 COMMENT= "/* THIS FILE IS AUTOMATICALLY GENERATED: DO NOT EDIT */" 148 @echo $(COMMENT) > $@ 152 @echo $(COMMENT) > $@ 156 @echo $(COMMENT) > $@ 163 @echo $(COMMENT) > $@
|
| /onnv/onnv-gate/usr/src/cmd/consadm/ |
| consadm.c | 56 #define COMMENT '#' 393 if (buf[0] == COMMENT || buf[0] == NEWLINE || 456 if (value[0] == COMMENT || value[0] == NEWLINE || 852 if (value[0] == COMMENT ||
|
| /onnv/onnv-gate/usr/src/uts/common/os/ |
| privs.awk | 51 # The input file should contain a standard Sun comment and ident string 150 /INSERT COMMENT/ {
|
| /onnv/onnv-gate/usr/src/cmd/autopush/ |
| autopush.c | 44 * # Comment lines begin with a # in column one. 77 #define COMMENT '#' 270 if ((buf[0] == COMMENT) || is_white_space(buf))
|
| /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/ |
| gunzip.c | 248 #define COMMENT 0x10 /* bit 4 set: file comment present */ 304 || ((buf[3] & COMMENT) && bad_field (-1))) [all...] |
| /onnv/onnv-gate/usr/src/tools/scripts/ |
| webrev.sh | 584 # takes a delta comment, rendered as an HTML snippet, as the third 586 # file, the path, and the comment. The HTML will be delivered on stdout, 645 COMMENT=$5 825 print "<pre>$COMMENT</pre>\n" 840 "$COMMENT" 845 # framed_sdiff <filename> <filepath> <lhsfile> <rhsfile> <comment> [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/x2p/ |
| a2p.c | 30 #define COMMENT 262 [all...] |