Lines Matching defs:now
399 * important now that the rfc1535 stuff restricts searches)865 struct timeval now;869 gettimeofday(&now, NULL);870 u32 = now.tv_sec;872 u32 = now.tv_usec;874 u32 += now.tv_sec;883 struct timeval now;887 gettimeofday(&now, NULL);888 u16 = (u_int16_t) (now.tv_sec ^ now.tv_usec);