Searched refs:tmbuf (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | str_conv.c | 218 struct tm tmbuf; in krb5_timestamp_to_string() local 223 (void) localtime_r(×tamp2, &tmbuf); in krb5_timestamp_to_string() 225 memcpy(&tmbuf, localtime(×tamp2), 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(×tamp2, &tmbuf); in krb5_timestamp_to_sfstring() 254 memcpy((tmp = &tmbuf), localtime(×tamp2), sizeof(tmbuf)); in krb5_timestamp_to_sfstring()
|
/illumos-gate/usr/src/lib/storage/libg_fc/common/ |
H A D | cmd.c | 73 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 D | n5.c | 502 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 D | lux_util.c | 82 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 D | ns_config.c | 2792 char *cp, tmbuf[32]; in dupParam() local 2878 tmbuf[31] = '\0'; in dupParam() 2879 cp = lltostr((long)expire, &tmbuf[31]); in dupParam()
|