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

  /onnv/onnv-gate/usr/src/cmd/prstat/
prutil.h 39 extern void Warn(char *, ...);
prutil.c 63 Warn(char *format, ...)
222 Warn(gettext("realloc() failed, attempt %d"), cnt);
269 Warn(gettext("cannot get real time class parameters"));
277 Warn(gettext("cannot enter the real time class"));
prstat.c     [all...]
  /onnv/onnv-gate/usr/src/cmd/fm/eversholt/eftinfo/common/
eftinfo.c 87 int Warn;
178 Warn++;
  /onnv/onnv-gate/usr/src/cmd/fm/eversholt/esc/common/
escmain.c 85 int Warn = 1; /* the esc compiler should issue language warnings */
178 Warn = 0;
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/x2p/
s2p.PL 23 : warn "Couldn't copy $from to $to: $!\n";
581 sub Warn($;$){
585 warn( "$0: $loc$msg\n" );
658 Warn( "duplicate label $lab (first defined at $dl)", $fl );
685 Warn( "unexpected `}'", $fl );
789 Warn( "ambiguous translation for character `$fc' in `y' command",
977 Warn( "`\\' cannot be last in pattern", $fl );
997 Warn( "unmatched `\\)'", $fl );
1005 Warn( "unmatched `\\{'", $fl );
1019 Warn( "maximum less than minimum in `\\{$rep\\}'"
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fm/eversholt/common/
out.h 59 #define O_WARN 0x0004 /* O_PROG, stderr, do nothing unless Warn is set */
103 extern int Warn;
out.c 157 if ((flags & O_WARN) && Warn == 0)
  /onnv/onnv-gate/usr/src/cmd/fm/modules/common/eversholt/
eft.c 62 int Warn; /* zero -- eft.so should not issue language warnings */
139 { "warn", FMD_TYPE_BOOL, "false" },
332 Warn = fmd_prop_get_int32(hdl, "warn");
337 out(O_DEBUG, "initialized, verbose %d warn %d maxfme %d",
338 Verbose, Warn, Max_fme);
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
xsubpp 223 warn("Warning: ignoring non-text typemap file '$typemap'\n"), next
226 or warn ("Warning: could not open typemap file '$typemap': $!\n"), next;
243 warn("Warning: File '$typemap' Line $. '$line' TYPEMAP entry needs 2 or 3 columns\n"), next;
248 warn("Warning: File '$typemap' Line $. '$line' Invalid prototype '$proto'\n")
573 Warn("Warning: Ignoring duplicate alias '$orig_alias'")
576 Warn("Warning: Aliases '$orig_alias' and '$XsubAliasValues{$value}' have identical values")
865 Warn("Warning: #else/elif/endif without #if in this function");
873 Warn("Warning: #if without #endif in this function") if $cpplevel;
1131 Warn("Warning: duplicate function definition '$clean_func_name' detected");
1174 # warn "pushing '$arg'\n"
    [all...]
Install.pm 114 warn "Warning: You do not have permissions to " .
364 $Inc_uninstall_warn_handler ||= new ExtUtils::Install::Warn;
493 package ExtUtils::Install::Warn;

Completed in 240 milliseconds