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

/systemd/src/shared/
H A Duid-range.c167 uid_t closest = UID_INVALID, candidate; local
173 candidate = *uid - 1;
181 if (candidate >= begin && candidate <= end) {
182 *uid = candidate;
186 if (end < candidate)

Completed in 1821 milliseconds