Searched refs:IGNORE_CASE (Results 1 - 7 of 7) sorted by relevance
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | types.h | 122 IGNORE_CASE = 1, enumerator
|
/third_party/node/deps/v8/src/compiler/ |
H A D | heap-refs.h | 136 #define IGNORE_CASE(...) macro 138 HEAP_BROKER_OBJECT_LIST_BASE(V, IGNORE_CASE)
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | mkntfs.c | 1148 * @ic: IGNORE_CASE or CASE_SENSITIVE (ignored if @name not present) 1187 * If @ic is IGNORE_CASE, the @name comparison is not case sensitive and 1269 a->name_length, IGNORE_CASE, in mkntfs_attr_find() 1337 * @ic: IGNORE_CASE or CASE_SENSITIVE (ignored if @name not present) 1459 if (ic == IGNORE_CASE) { in insert_positioned_attr_in_mft_record() 1650 if (ic == IGNORE_CASE) { in insert_non_resident_attr_in_mft_record() 1837 if (ic == IGNORE_CASE) { in insert_resident_attr_in_mft_record() 2449 if (ic == IGNORE_CASE) { in upgrade_to_large_index() 2750 IGNORE_CASE, g_vol->upcase, in insert_index_entry_in_res_dir_index() 2755 IGNORE_CASE, g_vo in insert_index_entry_in_res_dir_index() [all...] |
H A D | ntfsmove.c | 500 IGNORE_CASE, ino->vol->upcase, ino->vol->upcase_len)) { in dont_move()
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | dir.c | 285 case_sensitivity = (NVolCaseSensitive(vol) ? CASE_SENSITIVE : IGNORE_CASE); in ntfs_inode_lookup_by_name() 1952 IGNORE_CASE_BOOL case_sensitive = IGNORE_CASE; in ntfs_delete()
|
H A D | reparse.c | 188 IGNORE_CASE, in ntfs_fix_file_name()
|
H A D | attrib.c | 2760 * @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)
|
Completed in 22 milliseconds