Searched refs:strict (Results 1 - 11 of 11) sorted by relevance

/haiku/src/system/kernel/fs/
H A Dvfs_net_boot.h22 virtual bool IsBootDevice(KDiskDevice* device, bool strict);
H A Dvfs_boot.h20 virtual bool IsBootDevice(KDiskDevice* device, bool strict) = 0;
H A Dvfs_boot.cpp182 virtual bool IsBootDevice(KDiskDevice* device, bool strict);
189 DiskBootMethod::IsBootDevice(KDiskDevice* device, bool strict) argument
223 if (strict && device->Size() != disk->device.unknown.size)
404 bool strict = true; local
410 if (!bootMethod->IsBootDevice(device, strict))
417 if (!partitions.IsEmpty() || !strict)
420 // we couldn't find any potential boot devices, try again less strict
421 strict = false;
H A Dvfs_net_boot.cpp362 NetBootMethod::IsBootDevice(KDiskDevice* device, bool strict) argument
/haiku/headers/os/support/
H A DUrl.h64 void UrlEncode(bool strict = false);
65 void UrlDecode(bool strict = false);
72 bool strict = false,
75 bool strict = false);
109 bool strict, bool directory = false);
111 bool strict);
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dunistr.h71 extern BOOL ntfs_forbidden_chars(const ntfschar *name, int len, BOOL strict);
73 const ntfschar *name, int len, BOOL strict);
H A Dunistr.c1488 * If @strict is TRUE, then trailing dots and spaces are forbidden.
1495 BOOL ntfs_forbidden_chars(const ntfschar *name, int len, BOOL strict) argument
1509 (strict && (name[len-1] == const_cpu_to_le16(' ') ||
1532 * If @strict is TRUE, then trailing dots and spaces are forbidden.
1540 BOOL strict)
1558 forbidden = ntfs_forbidden_chars(name, len, strict);
1539 ntfs_forbidden_names(ntfs_volume *vol, const ntfschar *name, int len, BOOL strict) argument
/haiku/src/kits/support/
H A DUrl.cpp618 BUrl::UrlEncode(bool strict) argument
620 fUser = _DoUrlEncodeChunk(fUser, strict);
621 fPassword = _DoUrlEncodeChunk(fPassword, strict);
622 fHost = _DoUrlEncodeChunk(fHost, strict);
623 fFragment = _DoUrlEncodeChunk(fFragment, strict);
624 fPath = _DoUrlEncodeChunk(fPath, strict, true);
629 BUrl::UrlDecode(bool strict) argument
631 fUser = _DoUrlDecodeChunk(fUser, strict);
632 fPassword = _DoUrlDecodeChunk(fPassword, strict);
633 fHost = _DoUrlDecodeChunk(fHost, strict);
767 UrlEncode(const BString& url, bool strict, bool directory) argument
774 UrlDecode(const BString& url, bool strict) argument
1304 _DoUrlEncodeChunk(const BString& chunk, bool strict, bool directory) argument
1330 _DoUrlDecodeChunk(const BString& chunk, bool strict) argument
[all...]
/haiku/src/servers/app/
H A DScreen.h42 bool strict = true);
H A DScreen.cpp127 float frequency, bool strict)
143 strict ? ", strict" : "");
145 if (strict) {
126 SetBestMode(uint16 width, uint16 height, uint32 colorSpace, float frequency, bool strict) argument
/haiku/src/libs/compat/freebsd_iflib/
H A Dsubr_gtaskqueue.c668 int strict; local
685 for (strict = 1; mincnt == INT_MAX; strict = 0) {
689 if (strict) {

Completed in 170 milliseconds