Home
last modified time | relevance | path

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

/coreutils/src/
Dset-fields.c32 static size_t n_frp_allocated; variable
48 if (n_frp == n_frp_allocated) in add_range_pair()
49 frp = X2NREALLOC (frp, &n_frp_allocated); in add_range_pair()
76 n_frp_allocated = 0; in complement_rp()