Home
last modified time | relevance | path

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

/netbsd-src/bin/pax/
H A Dsel_subs.c74 static TIME_RNG *trhead = NULL; /* time range list head */
75 static TIME_RNG *trtail = NULL; /* time range list tail */
337 TIME_RNG *pt; in trng_add()
381 if ((pt = malloc(sizeof(TIME_RNG))) == NULL) { in trng_add()
479 TIME_RNG *pt; in trng_match()
H A Dsel_subs.h69 } TIME_RNG; typedef