Home
last modified time | relevance | path

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

/freebsd/lib/libc/gen/
H A Dglob-compat11.c69 #define GLOB_LIMIT_STAT 1024 /* number of stat system calls */ macro
626 limit->l_stat_cnt++ >= GLOB_LIMIT_STAT) { in glob2()
H A Dglob.c101 #define GLOB_LIMIT_STAT 1024 /* number of stat system calls */ macro
659 limit->l_stat_cnt++ >= GLOB_LIMIT_STAT) { in glob2()
/freebsd/crypto/openssh/openbsd-compat/
H A Dglob.c141 #define GLOB_LIMIT_STAT 2048 macro
648 limitp->glim_stat++ >= GLOB_LIMIT_STAT) {