Searched refs:warn2 (Results 1 – 2 of 2) sorted by relevance
| /mirbsd/src/lib/libc/time/ |
| D | strftime.c | 223 int warn2 = IN_SOME; local 226 if (warn2 == IN_ALL) 227 warn2 = IN_THIS; 228 if (warn2 > *warnp) 229 *warnp = warn2; 497 int warn2 = IN_SOME; local 499 pt = _fmt(Locale->x_fmt, t, pt, ptlim, &warn2); 500 if (warn2 == IN_ALL) 501 warn2 = IN_THIS; 502 if (warn2 > *warnp) [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | malloc.c | 318 # define warn2 Perl_warn_nocontext macro 321 # define warn2 warn macro 393 # define croak2(mess, arg1, arg2) (warn2((mess), (arg1), (arg2)), exit(1)) 398 # ifndef warn2 399 # define warn2(mess, arg1, arg2) fprintf(stderr, (mess), (arg1), (arg2)) macro 2156 warn2("%srealloc() %signored", in Perl_realloc()
|