HomeSort by: relevance | last modified time | path
    Searched defs:warn2 (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libc/time/
strftime.c 295 enum warn warn2 = IN_SOME; local in function:_fmt
298 ptlim, &warn2, loc);
299 if (warn2 == IN_ALL)
300 warn2 = IN_THIS;
301 if (warn2 > *warnp)
302 *warnp = warn2;
608 enum warn warn2 = IN_SOME; local in function:_fmt
611 ptlim, &warn2, loc);
612 if (warn2 == IN_ALL)
613 warn2 = IN_THIS
    [all...]

Completed in 114 milliseconds