OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GLOB_LIMIT
(Results
1 - 11
of
11
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/lib/roken/
glob.hin
91
#define
GLOB_LIMIT
0x1000 /* Limit memory used by matches to ARG_MAX */
glob.c
684
if ((pglob->gl_flags &
GLOB_LIMIT
) && (newsize + *limit) >= ARG_MAX) {
/src/include/
glob.h
91
#define
GLOB_LIMIT
0x00400 /* Limit memory used by matches to ARG_MAX */
/src/crypto/external/bsd/openssh/dist/
sftp-glob.c
131
if ((r = glob(pattern, flags | GLOB_ALTDIRFUNC|
GLOB_LIMIT
, errfunc, pglob)) != 0)
sftp.c
746
if (glob(src, GLOB_NOCHECK |
GLOB_LIMIT
| GLOB_MARK, NULL, &g)) {
2065
(void)glob(tmp,
GLOB_LIMIT
|GLOB_DOOFFS|GLOB_MARK, NULL, &g);
readconf.c
2201
r = glob(arg2, GLOB_TILDE |
GLOB_LIMIT
, NULL, &gl);
/src/libexec/ftpd/
popen.c
139
int flags = GLOB_BRACE|GLOB_NOCHECK|GLOB_TILDE|
GLOB_LIMIT
;
conf.c
564
if (glob(curclass.notify, GLOB_BRACE|
GLOB_LIMIT
, NULL, &gl) != 0
ftpd.c
3439
int flags = GLOB_BRACE|GLOB_NOCHECK|GLOB_TILDE|
GLOB_LIMIT
;
/src/lib/libc/gen/
glob.c
96
struct
glob_limit
{
struct
166
static int glob0(const Char *, glob_t *, struct
glob_limit
*);
167
static int glob1(Char *, glob_t *, struct
glob_limit
*);
169
struct
glob_limit
*);
171
const Char *, glob_t *, struct
glob_limit
*);
172
static int globextend(const Char *, glob_t *, struct
glob_limit
*);
175
static int globexp1(const Char *, glob_t *, struct
glob_limit
*);
177
struct
glob_limit
*);
190
struct
glob_limit
limit = { 0, 0, 0, 0 };
237
globexp1(const Char *pattern, glob_t *pglob, struct
glob_limit
*limit
[
all
...]
/src/crypto/external/bsd/heimdal/dist/
configure
21601
GLOB_LIMIT
Completed in 49 milliseconds
Indexes created Thu Apr 23 00:23:13 UTC 2026