Searched refs:lastfmt (Results 1 – 5 of 5) sorted by relevance
1369 static const char *lastfmt; in xenconserror() local1382 if (last == now && lastfmt == fmt) in xenconserror()1386 lastfmt = fmt; in xenconserror()
2274 static char *lastfmt; local2283 if ((last == (now & ~1)) && (lastfmt == fmt))2287 lastfmt = fmt;
2839 static char *lastfmt; local2846 if ((last == (now & ~1)) && (lastfmt == fmt))2849 lastfmt = fmt;
3570 static char *lastfmt; in ecpp_error() local3589 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(last, lastfmt)) in ecpp_error()3595 if ((last == (now & ~1)) && (lastfmt == fmt)) in ecpp_error()3599 lastfmt = fmt; in ecpp_error()
4362 static const char *lastfmt; in asyerror() local4375 if (last == now && lastfmt == fmt) in asyerror()4379 lastfmt = fmt; in asyerror()