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

/macosx-10.10.1/sudo-73/src/emul/
H A Dglob.h59 #define GLOB_MARK 0x0008 /* Append / to matching directories. */ macro
/macosx-10.10.1/OpenSSH-189/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.10.1/lukemftp-14/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.10.1/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.10.1/Heimdal-398.1.2/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.10.1/Libc-1044.1.2/include/
H A Dglob.h93 #define GLOB_MARK 0x0008 /* Append / to matching directories. */ macro
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/include/
H A Dglob.h101 #define GLOB_MARK 0x0008 /* append / to directories */ macro
/macosx-10.10.1/OpenSSH-189/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.10.1/ksh-23/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.10.1/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dexpand.c107 flags |= GLOB_MARK;
/macosx-10.10.1/sudo-73/src/
H A Dglob.c623 if (((pglob->gl_flags & GLOB_MARK) &&
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dglob.c621 if (((pglob->gl_flags & GLOB_MARK) &&

Completed in 317 milliseconds