HomeSort by relevance Sort by last modified time
    Searched refs:WARN (Results 1 - 22 of 22) sorted by null

  /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/
Makefile 30 WARN=-Wall -Wno-reorder -Wwrite-strings -Wpointer-arith -Wnested-externs -Woverloaded-virtual -Wbad-function-cast
45 #CXXFLAGS=-ansi $(DEBUG) $(WARN)
Makefile.comm 10 CXXFLAGS=$(DEBUG) $(OPTIMIZE) $(WARN)
  /onnv/onnv-gate/usr/src/tools/ctf/dump/
dump.c 46 #define WARN(x) { warn(x); return (E_ERROR); }
214 WARN("cth_lbloff is not aligned properly\n");
216 WARN("file is truncated or cth_lbloff is corrupt\n");
218 WARN("file is truncated or cth_objtoff is corrupt\n");
220 WARN("file is corrupt -- cth_lbloff > cth_objtoff\n");
278 WARN("cth_objtoff is not aligned properly\n");
280 WARN("file is truncated or cth_objtoff is corrupt\n");
282 WARN("file is truncated or cth_funcoff is corrupt\n");
284 WARN("file is corrupt -- cth_objtoff > cth_funcoff\n")
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
charnames.t 3 my @WARN;
11 $SIG{__WARN__} = sub { push @WARN, @_ };
225 print "not " unless grep { /"HORIZONTAL TABULATION" is deprecated/ } @WARN;
233 print "not " if grep { /"VERTICAL TABULATION" is deprecated/ } @WARN;
268 print "not " if grep { /you asked for U+110000/ } @WARN;
perl5db.pl 6384 sub warn { subroutine
    [all...]
  /onnv/onnv-gate/usr/src/lib/libpp/i386/
ppdebug.h 140 "WARN", WARN,
ppdef.h 145 #define WARN (1L<<31)
  /onnv/onnv-gate/usr/src/lib/libpp/sparc/
ppdebug.h 140 "WARN", WARN,
ppdef.h 145 #define WARN (1L<<31)
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/t/
test-harness.t 524 is( $warning, <<WARN );
529 WARN
  /onnv/onnv-gate/usr/src/lib/libpp/common/
pp.tab 101 warn
152 WARN # note obnoxious incompatibilities
ppcontrol.c 540 if ((pp.state & (STRICT|WARN)) && !(pp.mode & (HOSTED|RELAX)))
543 if (!(pp.state & WARN) || strcmp(p + 1, dirname(PRAGMA)))
767 if ((pp.state & WARN) && !(pp.mode & HOSTED))
807 if ((pp.state & WARN) && !(pp.mode & HOSTED))
911 if ((pp.state & WARN) && !(pp.mode & (HOSTED|RELAX)) && var.type != TOK_TOKCAT && !(var.type & TOK_ID))
1066 if (!(pp.mode & HOSTED) && (!(pp.state & COMPATIBILITY) || (pp.state & WARN))) switch (*pp.token)
1123 if (pp.state & WARN) error(1, "use the ## operator to concatenate macro arguments");
    [all...]
ppcall.c 66 if ((sym->flags & SYM_PREDICATE) && (pp.state & (CONDITIONAL|WARN)) == (CONDITIONAL|WARN))
ppexpr.c 153 predicate(int warn)
168 if (warn && peekchr() != '(') switch (index)
248 if (warn && !(pp.mode & HOSTED) && (sym = ppsymref(pp.symtab, pred)) && (sym->flags & SYM_PREDICATE))
692 return pp.state & WARN;
694 if (pp.state & WARN) error(1, "%s: unknown option name", s);
ppsearch.c 89 if ((pp.state & WARN) && (pp.mode & (HOSTED|MARKHOSTED|RELAX|PEDANTIC)) == PEDANTIC)
535 if ((pp.state & WARN) && (pp.mode & (HOSTED|MARKHOSTED|RELAX|PEDANTIC)) == PEDANTIC)
ppop.c 739 if (!(pp.state & WARN) && !(pp.arg_style & STYLE_gnu))
    [all...]
pplex.c 749 if (st & (STRICT|WARN)) error(1, "%-*.*s: space ignored in operator", op - tp, op - tp, tp);
1306 if (st & (STRICT|WARN)) error(1, "\\%c: non-standard character constant", c);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/scsi/impl/
scsi_hba.c 633 SCSI_HBA_LOG((_LOG_NF(WARN), "failed to resolve '%s' "
640 SCSI_HBA_LOG((_LOG_NF(WARN), "no probe '%s' driver, "
644 SCSI_HBA_LOG((_LOG_NF(WARN), "failed to resolve '%s' "
651 SCSI_HBA_LOG((_LOG_NF(WARN), "no nodev '%s' driver, "
660 SCSI_HBA_LOG((_LOG_NF(WARN),
1005 SCSI_HBA_LOG((_LOG(WARN), self, NULL,
    [all...]
  /onnv/onnv-gate/usr/src/cmd/su/
su.c 117 enum messagemode { USAGE, ERR, WARN };
485 message(WARN, gettext("No directory! Using home=/"));
666 message(WARN,
    [all...]
  /onnv/onnv-gate/usr/src/cmd/print/scripts/
ppdmgr     [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
BigInt.pm 160 my %WARN; # warn only once for low-level libs
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
ipseckey.c 77 * WARN() and ERROR() do the same thing really, with ERROR() the function
79 * This will print out all accumulated errors before bailing. The WARN()
87 #define WARN(x, y, z) ERROR(x, y, z);\
    [all...]

Completed in 2279 milliseconds