localtime_r        37 lib/replace/strptime.c #if ! HAVE_LOCALTIME_R && ! defined localtime_r
localtime_r        43 lib/replace/strptime.c static struct tm *localtime_r __P ((const time_t *, struct tm *));
localtime_r       582 lib/replace/strptime.c 	    if (localtime_r (&secs, tm) == NULL)
localtime_r       888 nsswitch/pam_winbind.c 	if ((localtime_r(&now, &tm_now) == NULL) ||
localtime_r       889 nsswitch/pam_winbind.c 	    (localtime_r(&next_change, &tm_next_change) == NULL)) {