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

/freebsd-12-stable/bin/pax/
H A Dsel_subs.h72 } TIME_RNG; typedef in typeref:struct:time_rng
H A Dsel_subs.c62 static TIME_RNG *trhead = NULL; /* time range list head */
63 static TIME_RNG *trtail = NULL; /* time range list tail */
330 TIME_RNG *pt;
374 if ((pt = (TIME_RNG *)malloc(sizeof(TIME_RNG))) == NULL) {
471 TIME_RNG *pt;

Completed in 114 milliseconds