Searched refs:last (Results 1 – 2 of 2) sorted by relevance
215 const char *last = nhost; in addgetnetgrentX() local216 if (last == NULL in addgetnetgrentX()217 || (nuser != NULL && nuser > last)) in addgetnetgrentX()218 last = nuser; in addgetnetgrentX()219 if (last == NULL in addgetnetgrentX()220 || (ndomain != NULL && ndomain > last)) in addgetnetgrentX()221 last = ndomain; in addgetnetgrentX()224 = (last == NULL in addgetnetgrentX()226 : last + strlen (last) + 1 - buffer); in addgetnetgrentX()
335 size_t last = 0; in prune_cache() local381 last = MAX (last, cnt); in prune_cache()442 if (first <= last) in prune_cache()459 while (first <= last) in prune_cache()
Completed in 6 milliseconds