Searched defs:WARNING (Results 1 - 12 of 12) sorted by relevance
/illumos-gate/usr/src/cmd/abi/spectrans/parser/ |
H A D | errlog.h | 54 * WARNING, TRACING, VERBOSE (_TRACING), etc. 61 #define WARNING 1 macro
|
/illumos-gate/usr/src/cmd/awk/ |
H A D | main.c | 118 ERROR "field separator FS is empty" WARNING; local 132 ERROR "unknown option %s ignored", argv[1] WARNING; local
|
H A D | awk.h | 59 #define WARNING ), error(0, errbuf) macro
|
H A D | lib.c | 649 ERROR "%s argument out of domain", s WARNING; local 653 ERROR "%s result out of range", s WARNING; local
|
H A D | run.c | 210 s, ncall, ndef WARNING; local 1513 WARNING; local 1563 ERROR "warning: function has too many arguments" WARNING; local 1686 files[i].fname WARNING; 1694 files[i].fname WARNING; 1715 files[i].fname WARNING; 1723 files[i].fname WARNING;
|
/illumos-gate/usr/src/cmd/lp/include/ |
H A D | oam.h | 53 #define WARNING 2 macro
|
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/ |
H A D | Severity.java | 111 public static final Severity WARNING = new Severity(LOG_WARNING, field in class:Severity 112 Level.WARNING.intValue() - 1, "WARNING"); 136 severityMap.put("WARN", Severity.WARNING); 190 * <li>Level.WARNING becomes Severity.WARNING 205 if (l.intValue() >= Level.WARNING.intValue()) 206 return (WARNING);
|
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/ |
H A D | Debug.java | 51 * generate log entries, while setting the level to <b>WARNING</b> 102 printIf(s, WARNING); 144 printIf(o, s, WARNING); 291 static public final int WARNING = 3; field in class:Debug
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | db_headers.h | 207 #define WARNING(x) { syslog(LOG_ERR, "WARNING: %s", (x)); } macro 209 #define WARNING_M(x) { syslog(LOG_ERR, "WARNING: %s: %m", (x)); }
|
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/ |
H A D | parseMain.java | 511 Debug.setDebugLevel(Debug.WARNING); 743 printIf(s, WARNING); 796 static public final int WARNING = 2; field in class:Debug
|
/illumos-gate/usr/src/lib/libpp/i386/ |
H A D | ppdef.h | 30 #define WARNING 17 macro
|
/illumos-gate/usr/src/lib/libpp/sparc/ |
H A D | ppdef.h | 30 #define WARNING 17 macro
|
Completed in 625 milliseconds