Searched refs:glob0 (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Dglob.c154 static int glob0 (const Char *, glob_t *);
211 return glob0(patbuf, pglob);
226 return glob0(pattern, pglob);
232 return glob0(pattern, pglob);
278 *rv = glob0(patbuf, pglob);
404 glob0(const Char *pattern, glob_t *pglob) function
464 qprintf("glob0:", patbuf);
/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dglob.c159 static int glob0(const Char *, glob_t *, struct glob_lim *);
228 return glob0(patbuf, pglob, &limit);
243 return glob0(pattern, pglob, limitp);
248 return glob0(pattern, pglob, limitp);
295 return glob0(patbuf, pglob, limitp);
472 glob0(const Char *pattern, glob_t *pglob, struct glob_lim *limitp) function
545 qprintf("glob0:", patbuf);
/freebsd-10-stable/lib/libc/gen/
H A Dglob.c161 static int glob0(const Char *, glob_t *, struct glob_limit *,
260 return (glob0(patbuf, pglob, &limit, pattern));
276 return (glob0(pattern, pglob, limit, origpat));
306 return (glob0(pattern, pglob, limit, NULL));
354 return (glob0(pattern, pglob, limit, NULL));
532 glob0(const Char *pattern, glob_t *pglob, struct glob_limit *limit, function
596 qprintf("glob0:", patbuf);
/freebsd-10-stable/release/picobsd/tinyware/msh/
H A Dsh4.c32 _PROTOTYPE(void glob0, (char *a0, unsigned int a1, int a2, int (*a3)(char *, char *)));
458 glob0((char *)cl->w_words, cl->w_nword, sizeof(char *), xstrcmp);
637 glob0(a0, a1, a2, a3) function
/freebsd-10-stable/crypto/openssh/
H A Dssh_namespace.h359 #define glob0 Fssh_glob0 macro

Completed in 117 milliseconds