-

krb5_timestamp_to_sfstring - Convert a timestamp to a string, with optional output padding.

+

krb5_timestamp_to_sfstring - Convert a timestamp to a string, with optional output padding.

-krb5_error_code krb5_timestamp_to_sfstring(krb5_timestamp timestamp, char *buffer, size_t buflen, char *pad)
+krb5_error_code krb5_timestamp_to_sfstring(krb5_timestamp timestamp, char *buffer, size_t buflen, char *pad)
-
param
+
param:

[in] timestamp - Timestamp to convert

[out] buffer - Buffer to hold the converted timestamp

[in] buflen - Length of buffer

@@ -68,7 +66,7 @@
-
retval
+
retval:
  • 0 Success; otherwise - Kerberos error codes

@@ -136,8 +134,8 @@