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

/freebsd-current/lib/libc/gen/
H A Dglob-compat11.c74 size_t l_path_lim; member in struct:glob_limit
170 limit.l_path_lim = pglob->gl_matchc;
171 if (limit.l_path_lim == 0)
172 limit.l_path_lim = GLOB_LIMIT_PATH;
822 pglob->gl_matchc > limit->l_path_lim) {
H A Dglob.c106 size_t l_path_lim; member in struct:glob_limit
202 limit.l_path_lim = pglob->gl_matchc;
203 if (limit.l_path_lim == 0)
204 limit.l_path_lim = GLOB_LIMIT_PATH;
854 pglob->gl_matchc > limit->l_path_lim) {

Completed in 118 milliseconds