Searched defs:warning (Results 1 - 6 of 6) sorted by relevance
/osnet-11/usr/src/lib/libxcurses/src/tic/ |
H A D | ticerror.c | 50 * Display warning message. 53 warning (char const *f, ...) function
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/ |
H A D | Lint.pm | 34 Produces a warning whenever an array is used in an implicit scalar 39 will elicit a warning. Using an explicit B<scalar()> silences the 40 warning. For example, 46 These options produce a warning whenever an operation implicitly 170 sub warning { subroutine 211 warning("Implicit scalar context for %s in %s", 219 warning("Illegal reference to private method name $method"); 229 warning('Implicit match on $_'); 234 warning('Implicit substitution on $_'); 245 warning('Implici [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/ |
H A D | ParseUtils.pm | 296 $self->warning("ignoring leading whitespace in link"); 299 $self->warning("ignoring trailing whitespace in link"); 397 $self->warning("(section) in '$page' deprecated"); 400 $self->warning("node '$node' contains non-escaped | or /"); 403 $self->warning("alternative text '$node' contains non-escaped | or /"); 483 =item $link-E<gt>warning() 491 sub warning { subroutine
|
/osnet-11/usr/src/grub/grub-0.97/netboot/ |
H A D | 3c595.c | 389 char *reason, *warning; local 398 warning = 0; 401 warning = "strange connector type in EEPROM."; 406 if (warning != 0) { 407 printf("warning: %s\n", warning);
|
/osnet-11/usr/src/lib/nsswitch/ldap/common/ |
H A D | getspent.c | 79 char **warning, **inactive, **expire, **flag; local 167 warning = __ns_ldap_getAttr(result->entry, _S_WARNING); 168 if (warning == NULL || warning[0] == NULL) 171 warning_str = warning[0];
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | utf8.c | 318 it is assumed that the caller will raise a warning, and this function 341 U32 warning = 0; local 357 warning = UTF8_WARN_EMPTY; 369 warning = UTF8_WARN_CONTINUATION; 375 warning = UTF8_WARN_NON_CONTINUATION; 384 warning = UTF8_WARN_FE_FF; 409 warning = UTF8_WARN_SHORT; 421 warning = UTF8_WARN_NON_CONTINUATION; 430 warning = UTF8_WARN_LONG; 436 warning [all...] |
Completed in 26 milliseconds