Searched refs:_cups_gettimeofday (Results 1 – 2 of 2) sorted by relevance
90 extern int _cups_gettimeofday(struct timeval *tv, void *tz) _CUPS_PRIVATE;91 # define gettimeofday(a,b) _cups_gettimeofday(a, b)
27 _cups_gettimeofday(struct timeval *tv, /* I - Timeval struct */ in _cups_gettimeofday() function