Searched refs:perm (Results 1 - 17 of 17) sorted by relevance

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/definitions/sys/shm_h/
H A D6-1.c28 struct ipc_perm perm = {0}; local
34 t.shm_perm = perm;
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dsecurity.c1251 * - from uid, gid and perm to securid (CACHED_SECURID)
1252 * - from a securid to uid, gid and perm (CACHED_PERMISSIONS)
1556 wanted.perm.uid = uid;
1557 wanted.perm.gid = gid;
1559 wanted.perm.mode = pxdesc->mode & 07777;
1560 wanted.perm.inh_fileid = const_cpu_to_le32(0);
1561 wanted.perm.inh_dirid = const_cpu_to_le32(0);
1567 wanted.perm.mode = mode & 07777;
1568 wanted.perm.inh_fileid = const_cpu_to_le32(0);
1569 wanted.perm
1925 int perm; local
2159 int perm; local
2293 int perm; local
3261 int perm; local
3407 int perm; local
[all...]
H A Dacls.c2717 int perm; local
2719 perm = 0;
2725 perm |= S_IXUSR;
2728 perm |= S_IWUSR;
2731 perm |= S_IRUSR;
2735 perm |= S_IXUSR;
2738 perm |= S_IWUSR;
2741 perm |= S_IRUSR;
2749 perm |= S_IXGRP;
2752 perm |
3884 int perm; local
[all...]
H A Dsecurity.h91 struct CACHED_PERMISSIONS perm; member in struct:CACHED_PERMISSIONS_LEGACY
/haiku-fatelf/src/kits/network/libbind/dst/
H A Dsupport.c293 * Open a file in the dst_path directory. If perm is specified, the
298 * perm File permission, if creating a new file.
304 dst_s_fopen(const char *filename, const char *mode, int perm) argument
319 if (perm)
320 chmod(pathname, perm);
H A Ddst_internal.h130 FILE *dst_s_fopen (const char *filename, const char *mode, int perm);
/haiku-fatelf/src/bin/coreutils/lib/
H A Dfile-has-acl.c100 acl_perm_t perm;
106 perm = ace->entry->acl_perm;
107 /* On Tru64, perm can also contain non-standard bits such as
109 if ((perm & ~(ACL_READ | ACL_WRITE | ACL_EXECUTE)) != 0)
/haiku-fatelf/src/add-ons/media/plugins/ffmpeg/libbz2/
H A Dhuffman.c172 Int32 *perm,
183 if (length[j] == i) { perm[pp] = j; pp++; };
170 BZ2_hbCreateDecodeTables( Int32 *limit, Int32 *base, Int32 *perm, UChar *length, Int32 minLen, Int32 maxLen, Int32 alphaSize ) argument
H A Dbzlib_private.h408 Int32 perm [BZ_N_GROUPS][BZ_MAX_ALPHA_SIZE]; member in struct:__anon2613
H A Ddecompress.c84 gPerm = &(s->perm[gSel][0]); \
342 &(s->perm[t][0]),
/haiku-fatelf/src/bin/diffutils/
H A DMakefile270 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
316 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
317 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
318 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
319 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
/haiku-fatelf/src/add-ons/input_server/methods/canna/rk/
H A Ddic.c628 char *path, *perm = DEFAULT_PERMISSION;
713 perm = "rw";
716 perm = "r";
719 perm = "w";
722 perm = "";
745 filename, dm1->dm_dicname, to, perm);
625 char *path, *perm = DEFAULT_PERMISSION; local
/haiku-fatelf/build/scripts/
H A Dbuild_haiku_image195 for file in `find $extractDir/common/bin -type f -a -perm +100 \
/haiku-fatelf/src/bin/gawk/
H A DMakefile651 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
704 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
705 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
706 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
707 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
/haiku-fatelf/src/bin/findutils/find/
H A Dparser.c263 PARSE_TEST ("perm", perm),
803 -nouser -nogroup -path PATTERN -perm [+-]MODE -regex PATTERN\n\
1302 * using the obsolete GNU syntax '-perm +MODE'. This old
1303 * syntax was withdrawn in favor of '-perm /MODE' because
1327 /* For example, '-perm 0644', which is valid and matches
1350 our_pred->args.perm.kind = kind;
1358 our_pred->args.perm.kind = PERM_AT_LEAST;
1361 our_pred->args.perm.kind = PERM_ANY;
1364 our_pred->args.perm
[all...]
H A Ddefs.h285 predicates ("primaries") such as -perm, -print, or -exec. The
319 struct perm_val perm; /* perm */ member in union:predicate::__anon3484
H A Dpred.c205 {pred_perm, "perm "},
1242 mode_t perm_val = pred_ptr->args.perm.val[S_ISDIR (mode) != 0];
1244 switch (pred_ptr->args.perm.kind)

Completed in 131 milliseconds