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

/freebsd-10-stable/bin/pax/
H A Dsel_subs.h70 } TIME_RNG; typedef in typeref:struct:time_rng
H A Dsel_subs.c60 static TIME_RNG *trhead = NULL; /* time range list head */
61 static TIME_RNG *trtail = NULL; /* time range list tail */
328 TIME_RNG *pt;
372 if ((pt = (TIME_RNG *)malloc(sizeof(TIME_RNG))) == NULL) {
469 TIME_RNG *pt;

Completed in 42 milliseconds