Home
last modified time | relevance | path

Searched refs:restriction (Results 1 – 23 of 23) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dpartition_support.cpp55 FileRestriction* restriction = *it; in find_file_restriction() local
56 if (restriction->device == device && restriction->node == node) in find_file_restriction()
57 return restriction; in find_file_restriction()
86 FileRestriction* restriction = find_file_restriction(device, node); in add_file_restriction() local
87 if (restriction) in add_file_restriction()
93 restriction = new FileRestriction(device, node, startOffset, endOffset); in add_file_restriction()
94 sFileRestrictions.push_back(restriction); in add_file_restriction()
101 FileRestriction* restriction = find_file_restriction(fd); in restricted_file_opened() local
102 if (!restriction) in restricted_file_opened()
105 lseek(fd, restriction->startOffset, SEEK_SET); in restricted_file_opened()
[all …]
/haiku/data/system/data/licenses/
H A DBitstream Charter6 for any purpose and without restriction; provided, that this notice is
H A DMIT7 in the Software without restriction, including without limitation the rights
H A DMIT (no promotion)5 in the Software without restriction, including without limitation the rights
H A DSGI Free B7 * to deal in the Software without restriction, including without limitation
H A DArtistic v2.063 Versions for any purpose without restriction, provided that you do not
69 Version of this Package in any medium without restriction, either gratis or for
132 Distribute the result without restriction, provided the result does not expose a
H A DSIL Open Font License v1.163 Copyright Holder. This restriction only applies to the primary font name as
H A DArtistic44 Standard Version of this Package without restriction, provided that you
H A DGNU GPL v3392 restriction, you may remove that term. If a license document contains
393 a further restriction but permits relicensing or conveying under this
395 of that license document, provided that the further restriction does
/haiku/src/tests/kits/net/service/
H A Dtestfile.txt7 in the Software without restriction, including without limitation the rights
/haiku/src/apps/haikudepot/build/scripts/
H A DREADME.md18 in the Software without restriction, including without limitation the rights
/haiku/
H A DLicense.md17 in the Software without restriction, including without limitation the rights
/haiku/src/kits/tracker/
H A DLICENSE9 the Software without restriction, including without limitation the rights to
H A DTrackerIcons.rdef10 the Software without restriction, including without limitation the rights to
/haiku/src/apps/deskbar/
H A DLICENSE9 the Software without restriction, including without limitation the rights to
/haiku/src/apps/mail/
H A DLICENSE9 the Software without restriction, including without limitation the rights to
H A Dwords22189 restriction/MS
/haiku/src/add-ons/kernel/drivers/graphics/et6x00/
H A Dlicense6 to deal in the Software without restriction, including without limitation
/haiku/src/system/libroot/posix/musl/
H A DCOPYRIGHT8 "Software"), to deal in the Software without restriction, including
/haiku/src/system/libnetwork/musl/
H A DCOPYRIGHT8 "Software"), to deal in the Software without restriction, including
/haiku/docs/user/interface/
H A DBitmap.dox409 \retval B_OK The overlay restriction structure was found.
410 \retval B_BAD_TYPE The overlay restriction structure for the bitmap could
/haiku/docs/develop/file_systems/
H A Dnode_monitoring.rst233 needs. With the restriction the kernel imposes to the number of
/haiku/docs/user/
H A DDoxyfile2743 # DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.