Searched defs:timestring (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dgc_via_tkt.c331 char timestring[17]; local
337 timestring,
338 sizeof (timestring),
353 t_err ? "unknown" : timestring);
H A Dpac.c605 char timestring[17]; local
612 timestring,
613 sizeof (timestring), &fill);
620 pac_timestring, timestring, pac_princname);
/illumos-gate/usr/src/lib/libfru/libnvfru/
H A Dnvfru.c61 char timestring[TIMESTRINGLEN]; local
78 if (strftime(timestring, sizeof (timestring), "%c",
83 (void) nvlist_add_string(nv, path, timestring);
/illumos-gate/usr/src/cmd/krb5/klist/
H A Dklist.c583 char timestring[BUFSIZ]; local
587 if (!krb5_timestamp_to_sfstring((krb5_timestamp) tv, timestring,
589 printf(timestring);
/illumos-gate/usr/src/cmd/prtfru/
H A Dprtfru.c482 char *errmsg = NULL, timestring[TIMESTRINGLEN], path[16384]; local
560 if (strftime(timestring, sizeof (timestring), GMT, tm)
565 safeputs(timestring);
747 char timestring[128]; local
753 (void) sprintf(timestring,
757 (void) sprintf(timestring,
759 if (strftime(timestring,
760 sizeof (timestring), GMT, tm) == 0)
761 (void) sprintf(timestring,
839 char timestring[128]; local
[all...]

Completed in 371 milliseconds