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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dtypes.h122 IGNORE_CASE = 1, enumerator in enum:__anon1546
H A Dreparse.c188 IGNORE_CASE,
H A Ddir.c285 case_sensitivity = (NVolCaseSensitive(vol) ? CASE_SENSITIVE : IGNORE_CASE);
1955 IGNORE_CASE_BOOL case_sensitive = IGNORE_CASE;
H A Dattrib.c2760 * @ic: IGNORE_CASE or CASE_SENSITIVE (ignored if @name not present)
2799 * If @ic is IGNORE_CASE, the @name comparison is not case sensitive and
2998 * @ic: IGNORE_CASE or CASE_SENSITIVE (ignored if @name not present)
3162 IGNORE_CASE, NULL, 0, ctx);
3613 * @ic: IGNORE_CASE or CASE_SENSITIVE (ignored if @name not present)
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c847 * @ic: IGNORE_CASE or CASE_SENSITIVE (ignored if @name not present)
886 * If @ic is IGNORE_CASE, the @name comparison is not case sensitive and
968 a->name_length, IGNORE_CASE,
1036 * @ic: IGNORE_CASE or CASE_SENSITIVE (ignored if @name not present)
1158 if (ic == IGNORE_CASE) {
1349 if (ic == IGNORE_CASE) {
1536 if (ic == IGNORE_CASE) {
2148 if (ic == IGNORE_CASE) {
2449 IGNORE_CASE, g_vol->upcase,
2454 IGNORE_CASE, g_vo
[all...]
/haiku/src/kits/support/
H A DString.cpp34 #define IGNORE_CASE true macro
1720 return _DoReplace(replaceThis, withThis, 1, 0, IGNORE_CASE);
1767 min_clamp0(fromOffset, Length()), IGNORE_CASE);
1783 min_clamp0(fromOffset, Length()), IGNORE_CASE);

Completed in 90 milliseconds