Searched refs:allow (Results 1 - 6 of 6) sorted by relevance

/haiku/src/servers/notification/
H A DAppUsage.cpp32 AppUsage::AppUsage(const char* name, const char* signature, bool allow) argument
36 fAllow(allow)
54 msg.AddBool("allow", fAllow);
69 msg.AddBool("allow", fAllow);
104 msg.FindBool("allow", &fAllow);
133 AppUsage::SetAllowed(bool allow) argument
135 fAllow = allow;
H A DNotificationWindow.cpp181 bool allow = false; local
194 allow = true;
197 allow = appUsage->Allowed();
200 if (allow) {
/haiku/headers/private/notification/
H A DAppUsage.h26 bool allow = true);
39 void SetAllowed(bool allow);
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dsecurity.c1056 * This is intended to allow graceful upgrades for files which
3034 * Always allow for root
3035 * Also always allow if no mapping has been defined
3459 int allow; local
3463 * Always allow for root unless execution is requested.
3465 * Also always allow if no mapping has been defined
3471 allow = 1;
3478 allow = (perm & (S_IXUSR | S_IXGRP | S_IXOTH)) != 0;
3481 allow = (perm & (S_IWUSR | S_IWGRP | S_IWOTH)) != 0;
3484 allow
3539 int allow; local
[all...]
H A Dacls.c3054 mode_t allow; local
3105 allow = 0;
3108 allow = pxace[j].perms;
3117 allow |= pxace[j].perms;
3127 perms = allow & ~deny;
3131 perms = (allow | grantgrps | grantwrld) & ~deny;
3135 perms = (allow | grantgrps | grantwrld)
3138 perms = allow;
3141 perms = (allow | grantwrld) & ~deny;
3145 perms = (allow | grantwrl
3377 mode_t allow; local
[all...]
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DReplyInterpreter.cpp146 uint32 allow = fReply->Stream().GetUInt(); local
151 *allowed = allow;

Completed in 113 milliseconds