Searched refs:OPT_IGNORE_CASE (Results 1 – 9 of 9) sorted by relevance
/dports/security/rhash/RHash-1.4.2/ |
H A D | file_set.c | 46 …item->search_filepath = (opt.flags & OPT_IGNORE_CASE ? str_tolower(item->filepath) : item->filepat… in file_set_item_set_filepath() 163 search_filepath = (opt.flags & OPT_IGNORE_CASE ? in file_set_exist()
|
H A D | parse_cmdline.h | 38 OPT_IGNORE_CASE = 0x200, enumerator
|
H A D | parse_cmdline.c | 427 { F_UFLG, 'i', 0, "ignore-case", 0, &opt.flags, OPT_IGNORE_CASE },
|
/dports/sysutils/fusefs-ntfs/ntfs-3g_ntfsprogs-2017.3.23/src/ |
H A D | ntfs-3g_common.h | 68 OPT_IGNORE_CASE, enumerator
|
H A D | ntfs-3g_common.c | 102 { "ignore_case", OPT_IGNORE_CASE, FLGOPT_BOGUS }, 355 case OPT_IGNORE_CASE : in parse_mount_options()
|
/dports/print/bibview/bibview-2.2/ |
H A D | gui_main.c | 115 &optionsStatus[OPT_IGNORE_CASE] },
|
H A D | bibview.h | 414 #define OPT_IGNORE_CASE 6 macro 428 #define cotIgnoreCase() (optionsStatus[OPT_IGNORE_CASE])
|
H A D | rc_file.c | 389 optionsStatus[OPT_IGNORE_CASE] = options.ignoreCase = in procOptionLine()
|
H A D | bibview.c | 448 optionsStatus[OPT_IGNORE_CASE] = options.ignoreCase; in processCommandlineOptions()
|