HomeSort by relevance Sort by last modified time
    Searched full:tmnow (Results 1 - 1 of 1) sorted by null

  /external/dhcpcd-6.8.2/
common.c 250 struct tm tmnow; local
254 localtime_r(&now, &tmnow);
255 strftime(buf, sizeof(buf), "%b %d %T ", &tmnow);

Completed in 81 milliseconds