Home | Sort by: relevance | last modified time | path |
/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); |