Home
last modified time | relevance | path

Searched refs:tmbuf (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dstr_conv.c218 struct tm tmbuf; in krb5_timestamp_to_string() local
223 (void) localtime_r(&timestamp2, &tmbuf); in krb5_timestamp_to_string()
225 memcpy(&tmbuf, localtime(&timestamp2), sizeof(tmbuf)); in krb5_timestamp_to_string()
227 ret = strftime(buffer, buflen, fmt, &tmbuf); in krb5_timestamp_to_string()
240 struct tm tmbuf; in krb5_timestamp_to_sfstring() local
252 tmp = localtime_r(&timestamp2, &tmbuf); in krb5_timestamp_to_sfstring()
254 memcpy((tmp = &tmbuf), localtime(&timestamp2), sizeof(tmbuf)); in krb5_timestamp_to_sfstring()
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dcmd.c73 struct tm *tmbuf = NULL; in wait_random_time() local
92 if ((tmbuf = localtime(&timeval)) == NULL) { in wait_random_time()
99 seed = (unsigned int) tmbuf->tm_sec; in wait_random_time()
/illumos-gate/usr/src/cmd/troff/
H A Dn5.c502 char tmbuf[NTM]; local
509 if ((tmbuf[i++] = getch()) == '\n')
512 tmbuf[i++] = '\n';
513 tmbuf[i] = 0;
517 fdprintf(stderr, "%s", tmbuf);
/illumos-gate/usr/src/cmd/luxadm/
H A Dlux_util.c82 struct tm *tmbuf = NULL; in wait_random_time() local
100 if ((tmbuf = localtime(&timeval)) == NULL) { in wait_random_time()
107 seed = (unsigned int) tmbuf->tm_sec; in wait_random_time()
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_config.c2792 char *cp, tmbuf[32]; in dupParam() local
2878 tmbuf[31] = '\0'; in dupParam()
2879 cp = lltostr((long)expire, &tmbuf[31]); in dupParam()