Searched refs:isdir (Results 1 - 15 of 15) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dacls.h172 mode_t umask, BOOL isdir);
178 const SID *usid, const SID *gsid, BOOL isdir);
183 int isdir, const SID *usid, const SID *gsid);
190 const SID *usid, const SID *gsid, BOOL isdir);
192 int isdir, const SID * usid, const SID * gsid);
H A Dsecurity.c1926 BOOL isdir; local
1940 isdir = (ni->mrec->flags & MFT_RECORD_IS_DIRECTORY)
1952 usid, gsid, isdir);
1962 usid, gsid, isdir);
2027 BOOL isdir; local
2040 isdir = (ni->mrec->flags & MFT_RECORD_IS_DIRECTORY)
2055 usid, gsid, isdir);
2156 BOOL isdir; local
2172 isdir = (ni->mrec->flags & MFT_RECORD_IS_DIRECTORY)
2184 usid, gsid, isdir);
2294 BOOL isdir; local
2389 inherit_posix(struct SECURITY_CONTEXT *scx, ntfs_inode *dir_ni, mode_t mode, BOOL isdir) argument
2471 ntfs_alloc_securid(struct SECURITY_CONTEXT *scx, uid_t uid, gid_t gid, ntfs_inode *dir_ni, mode_t mode, BOOL isdir) argument
2563 BOOL isdir; local
2616 ntfs_alloc_securid(struct SECURITY_CONTEXT *scx, uid_t uid, gid_t gid, mode_t mode, BOOL isdir) argument
2710 BOOL isdir; local
2904 BOOL isdir; local
3082 BOOL isdir; local
3408 BOOL isdir; local
3530 BOOL isdir; local
[all...]
H A Dacls.c1137 mode_t mask, BOOL isdir)
1148 if (isdir)
1232 if (defcnt && isdir) {
1372 BOOL isdir; member in struct:BUILD_CONTEXT
1441 if (pset->isdir) {
1470 if (pset->isdir) {
1497 if (pset->isdir) {
1516 if (pset->isdir) {
1593 if (pset->isdir) {
1686 if (pset->isdir) {
1135 ntfs_build_inherited_posix( const struct POSIX_SECURITY *pxdesc, mode_t mode, mode_t mask, BOOL isdir) argument
1885 buildacls_posix(struct MAPPING* const mapping[], char *secattr, int offs, const struct POSIX_SECURITY *pxdesc, int isdir, const SID *usid, const SID *gsid) argument
2212 buildacls(char *secattr, int offs, mode_t mode, int isdir, const SID * usid, const SID * gsid) argument
2526 ntfs_build_descr_posix(struct MAPPING* const mapping[], struct POSIX_SECURITY *pxdesc, int isdir, const SID *usid, const SID *gsid) argument
2627 ntfs_build_descr(mode_t mode, int isdir, const SID * usid, const SID * gsid) argument
2713 merge_permissions(BOOL isdir, le32 owner, le32 group, le32 world, le32 special) argument
2968 build_std_permissions(const char *securattr, const SID *usid, const SID *gsid, BOOL isdir) argument
3056 build_owngrp_permissions(const char *securattr, const SID *usid, BOOL isdir) argument
3238 build_ownadmin_permissions(const char *securattr, const SID *usid, const SID *gsid, BOOL isdir) argument
3436 ntfs_build_permissions_posix( struct MAPPING *const mapping[], const char *securattr, const SID *usid, const SID *gsid, BOOL isdir) argument
3881 ntfs_build_permissions(const char *securattr, const SID *usid, const SID *gsid, BOOL isdir) argument
[all...]
H A Dreparse.c226 int count, BOOL isdir)
257 && (ni->mrec->flags & MFT_RECORD_IS_DIRECTORY ? isdir : !isdir))
472 int count, const char *mnt_point, BOOL isdir)
512 target = search_absolute(vol,&junction[7],count - 7, isdir);
575 int count, const char *mnt_point, BOOL isdir)
616 count - 1, isdir);
619 count - 3, isdir);
708 BOOL isdir; local
712 isdir
225 search_absolute(ntfs_volume *vol, ntfschar *path, int count, BOOL isdir) argument
471 ntfs_get_fulllink(ntfs_volume *vol, ntfschar *junction, int count, const char *mnt_point, BOOL isdir) argument
574 ntfs_get_abslink(ntfs_volume *vol, ntfschar *junction, int count, const char *mnt_point, BOOL isdir) argument
[all...]
H A Dsecurity.h264 mode_t mode, BOOL isdir);
267 uid_t uid, gid_t gid, mode_t mode, BOOL isdir);
/haiku-fatelf/src/bin/bash/lib/glob/
H A Dglob.c429 int lose, skip, ndirs, isdir, sdlen, add_current; local
588 isdir = glob_testdir (subdir);
589 if (isdir < 0 && (flags & GX_MATCHDIRS))
598 if (isdir == 0)
/haiku-fatelf/src/bin/less/
H A Dfilename.c944 int isdir = 0; local
953 isdir = (r >= 0 && S_ISDIR(statbuf.st_mode));
963 isdir = (f >= 0);
968 return (isdir);
/haiku-fatelf/src/bin/zip/
H A Dzipup.c303 int isdir; /* set for a directory name */ local
308 isdir = z->iname[z->nam-1] == (char)0x2f; /* ascii[(unsigned)('/')] */
315 isdir = 1;
317 } else if (isdir != ((a & MSDOS_DIR_ATTR) != 0)) {
378 else if (isdir) { /* directory */
567 else if (!isdir)
H A Dbeos.c197 char *ex2in(x, isdir, pdosflag)
199 int isdir; /* input: x is a directory */
225 if (isdir == 42) return n; /* avoid warning on unused variable */
H A Dfileio.c357 int newname(name, isdir, casesensitive)
359 int isdir; /* true for a directory */
372 if ((iname = ex2in(name, isdir, &dosflag)) == NULL)
399 if ((zname = ex2in(name, isdir, NULL)) != NULL) {
/haiku-fatelf/src/bin/unzip/
H A Dbeos.c53 static void printBeOSexfield OF((int isdir, uch *extra_field));
1258 static void printBeOSexfield( int isdir, uch *extra_field )
1267 isdir = isdir;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/fs_shell/
H A Drootfs.c102 static int do_unlink(nspace *ns, vnode *dir, const char *name, bool isdir);
1008 do_unlink(nspace *ns, vnode *dir, const char *name, bool isdir) argument
1052 if (isdir && !(vn->mode & MY_S_IFDIR)) {
1057 if (!isdir && (vn->mode & MY_S_IFDIR)) {
/haiku-fatelf/src/libs/pdflib/config/
H A Dltmain.sh4054 isdir=no
4065 -d) isdir=yes ;;
4123 test -d "$dest" && isdir=yes
4124 if test "$isdir" = yes; then
/haiku-fatelf/src/bin/gdb/
H A Dltmain.sh4454 isdir=no
4465 -d) isdir=yes ;;
4523 test -d "$dest" && isdir=yes
4524 if test "$isdir" = yes; then
/haiku-fatelf/src/libs/print/libgutenprint/scripts/
H A Dltmain.sh1877 isdir=no
1888 -d) isdir=yes ;;
1939 test -d "$dest" && isdir=yes
1940 if test "$isdir" = yes; then

Completed in 145 milliseconds