Home | History | Annotate | Download | only in orig

Lines Matching refs:localtime_r

19371 ** localtime_r() available under most POSIX platforms, except that the 
19376 ** If the user has not indicated to use localtime_r() or localtime_s()
19387 ** The following routine implements the rough equivalent of localtime_r()
19396 ** library function localtime_r() is used to assist in the calculation of
19419 rc = localtime_r(t, pTm)==0;
19453 /* EVIDENCE-OF: R-55269-29598 The localtime_r() C function normally only