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

/macosx-10.9.5/sudo-72/src/emul/
H A Dglob.h59 #define GLOB_MARK 0x0008 /* Append / to matching directories. */ macro
/macosx-10.9.5/OpenSSH-186/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) &&
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libnetbsd/
H A Dftpglob.h72 #define GLOB_MARK 0x0008 /* Append / to matching directories. */ macro
H A Dglob.c529 if (((pglob->gl_flags & GLOB_MARK) &&
/macosx-10.9.5/tcsh-65/tcsh/
H A Dglob.h64 #define GLOB_MARK 0x0008 /* Append / to matching directories. */ macro
H A Dglob.c494 if (((pglob->gl_flags & GLOB_MARK) &&
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dglob.hin81 #define GLOB_MARK 0x0008 /* Append / to matching directories. */
H A Dglob.c536 if (((pglob->gl_flags & GLOB_MARK) &&
/macosx-10.9.5/Libc-997.90.3/include/
H A Dglob.h93 #define GLOB_MARK 0x0008 /* Append / to matching directories. */ macro
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/include/
H A Dglob.h101 #define GLOB_MARK 0x0008 /* append / to directories */ macro
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dsftp.c505 /* Check whether path returned from glob(..., GLOB_MARK, ...) is a directory */
529 if (remote_glob(conn, abs_src, GLOB_MARK, NULL, &g)) {
607 if (glob(src, GLOB_NOCHECK | GLOB_MARK, NULL, &g)) {
791 GLOB_MARK|GLOB_NOCHECK|GLOB_BRACE|GLOB_KEEPSTAT|GLOB_NOSORT,
1713 remote_glob(conn, tmp, GLOB_DOOFFS|GLOB_MARK, NULL, &g);
1715 glob(tmp, GLOB_DOOFFS|GLOB_MARK, NULL, &g);
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Dglob.c263 if (!endslash && (gp->gl_flags & GLOB_MARK) && (type = (*gp->gl_type)(gp, stakptr(MATCHPATH(gp)), 0)))
270 else if (type == GLOB_DIR && (gp->gl_flags & GLOB_MARK))
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Dexpand.c107 flags |= GLOB_MARK;
/macosx-10.9.5/sudo-72/src/
H A Dglob.c623 if (((pglob->gl_flags & GLOB_MARK) &&
/macosx-10.9.5/Libc-997.90.3/gen/FreeBSD/
H A Dglob.c621 if (((pglob->gl_flags & GLOB_MARK) &&

Completed in 286 milliseconds