Searched refs:GLOB_MARK (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/contrib/tcsh/
H A Dglob.h64 #define GLOB_MARK 0x0008 /* Append / to matching directories. */ macro
H A Dglob.c497 if (((pglob->gl_flags & GLOB_MARK) &&
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dglob.h76 #define GLOB_MARK 0x0008 /* Append / to matching directories. */ macro
H A Dglob.c652 if (((pglob->gl_flags & GLOB_MARK) &&
/freebsd-9.3-release/include/
H A Dglob.h74 #define GLOB_MARK 0x0008 /* Append / to matching directories. */ macro
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dglob.hin79 #define GLOB_MARK 0x0008 /* Append / to matching directories. */
H A Dglob.c538 if (((pglob->gl_flags & GLOB_MARK) &&
/freebsd-9.3-release/crypto/openssh/
H A Dsftp.c574 /* Check whether path returned from glob(..., GLOB_MARK, ...) is a directory */
598 if (remote_glob(conn, abs_src, GLOB_MARK, NULL, &g)) {
682 if (glob(src, GLOB_NOCHECK | GLOB_MARK, NULL, &g)) {
867 GLOB_MARK|GLOB_NOCHECK|GLOB_BRACE|GLOB_KEEPSTAT|GLOB_NOSORT,
1821 remote_glob(conn, tmp, GLOB_DOOFFS|GLOB_MARK, NULL, &g);
1823 glob(tmp, GLOB_DOOFFS|GLOB_MARK, NULL, &g);
/freebsd-9.3-release/lib/libc/gen/
H A Dglob.c603 if (((pglob->gl_flags & GLOB_MARK) &&

Completed in 190 milliseconds