IPnom Home • Manuals • FreeBSD

 FreeBSD Man Pages

Man Sections:Commands (1)System Calls (2)Library Functions (3)Device Drivers (4)File Formats (5)Miscellaneous (7)System Utilities (8)
Keyword Live Search (10 results max):
 Type in part of a command in the search box.
 


krb5_us_timeofday(3)

NAME

     krb5_timeofday, krb5_us_timeofday -- whatever these functions do


LIBRARY

     Kerberos 5 Library (libkrb5, -lkrb5)


SYNOPSIS

     #include <krb5.h>

     krb5_error_code
     krb5_timeofday(krb5_context context, krb5_timestamp *timeret);

     krb5_error_code
     krb5_us_timeofday(krb5_context context, int32_t *sec, int32_t *usec);


DESCRIPTION

     krb5_timeofday() returns the current time, but adjusted with the time
     difference between the local host and the KDC.  krb5_us_timeofday() also
     returns microseconds.


SEE ALSO

     gettimeofday(2)

				 July 1, 2001

SPONSORED LINKS




Man(1) output converted with man2html , sed , awk