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

/freebsd-13-stable/include/
H A Dglob.h76 #define GLOB_MARK 0x0008 /* Append / to matching directories. */ macro
/freebsd-13-stable/contrib/tcsh/
H A Dglob.h64 #define GLOB_MARK 0x0008 /* Append / to matching directories. */ macro
H A Dglob.c506 if (((pglob->gl_flags & GLOB_MARK) &&
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dglob.h80 #define GLOB_MARK 0x0008 /* Append / to matching directories. */ macro
H A Dglob.c653 if (((pglob->gl_flags & GLOB_MARK) &&
/freebsd-13-stable/crypto/openssh/
H A Dsftp.c609 /* Check whether path returned from glob(..., GLOB_MARK, ...) is a directory */
633 if ((r = remote_glob(conn, abs_src, GLOB_MARK, NULL, &g)) != 0) {
723 if (glob(src, GLOB_NOCHECK | GLOB_MARK, NULL, &g)) {
943 GLOB_MARK|GLOB_NOCHECK|GLOB_BRACE|GLOB_KEEPSTAT|GLOB_NOSORT,
1944 remote_glob(conn, tmp, GLOB_DOOFFS|GLOB_MARK, NULL, &g);
1946 glob(tmp, GLOB_DOOFFS|GLOB_MARK, NULL, &g);
/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dglob.c536 if (((pglob->gl_flags & GLOB_MARK) &&
/freebsd-13-stable/lib/libc/gen/
H A Dglob-compat11.c636 if ((pglob->gl_flags & GLOB_MARK) &&
H A Dglob.c668 if ((pglob->gl_flags & GLOB_MARK) &&

Completed in 237 milliseconds