Searched refs:TIME_RNG (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/bin/pax/
H A Dsel_subs.h70 } TIME_RNG; typedef in typeref:struct:time_rng
H A Dsel_subs.c61 static TIME_RNG *trhead = NULL; /* time range list head */
62 static TIME_RNG *trtail = NULL; /* time range list tail */
329 TIME_RNG *pt;
373 if ((pt = (TIME_RNG *)malloc(sizeof(TIME_RNG))) == NULL) {
470 TIME_RNG *pt;

Completed in 61 milliseconds