HomeSort by: relevance | last modified time | path
    Searched defs:myclock (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/resolv/
res_debug.c 1175 time_t myclock = secs; local in function:p_secstodate
1180 mytime = gmtime_r(&myclock, &res);
1182 mytime = gmtime(&myclock);
res_debug.c 1175 time_t myclock = secs; local in function:p_secstodate
1180 mytime = gmtime_r(&myclock, &res);
1182 mytime = gmtime(&myclock);

Completed in 64 milliseconds