Home
last modified time | relevance | path

Searched refs:now_tm (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_stats.c218 struct tm *now_tm; in of_timestamp() local
221 now_tm = localtime(&now); in of_timestamp()
223 (void) strftime(buf, bufsize, "%F:%H.%M.%S", now_tm); in of_timestamp()
/illumos-gate/usr/src/cmd/svc/configd/
H A Dbackend.c1009 struct tm now_tm; in backend_create_backup_locked() local
1086 if (localtime_r(&now, &now_tm) == NULL) { in backend_create_backup_locked()
1095 "-%Y""%m""%d""_""%H""%M""%S", &now_tm) >= PATH_MAX - len) { in backend_create_backup_locked()