Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Dps.c1215 struct carveup *otb = *old.tb, *ntb = *new.tb; in top_common() local
1218 if (old.count && (!new.count || *otb->slot < *ntb->slot)) { in top_common()
1226 if (!old.count || *otb->slot > *ntb->slot) mix.tb[mix.count] = ntb; in top_common()
1229 if (filter(otb->slot, ntb->slot, new.whence-old.whence)) { in top_common()
1230 mix.tb[mix.count] = otb; in top_common()