Searched refs:limit (Results 1 – 4 of 4) sorted by relevance
117 struct rlimit limit; in do_test() local118 if (getrlimit (RLIMIT_NOFILE, &limit) < 0) in do_test()123 limit.rlim_cur = RLIM_INFINITY; in do_test()124 if (setrlimit (RLIMIT_NOFILE, &limit) < 0) in do_test()
95 Idx limit, Idx subexp_idx,1965 check_dst_limits_calc_pos (const re_match_context_t *mctx, Idx limit, in check_dst_limits_calc_pos() argument1969 struct re_backref_cache_entry *lim = mctx->bkref_ents + limit; in check_dst_limits_calc_pos()
8110 * elf/dl-minimal.c (malloc): Remove limit for size of allocation.
216 # These two tests probably fails due to an arbitrary limit on the number of
Completed in 26 milliseconds