Home
last modified time | relevance | path

Searched refs:OPT_IGNORE_CASE (Results 1 – 9 of 9) sorted by relevance

/dports/security/rhash/RHash-1.4.2/
H A Dfile_set.c46 …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 Dparse_cmdline.h38 OPT_IGNORE_CASE = 0x200, enumerator
H A Dparse_cmdline.c427 { 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 Dntfs-3g_common.h68 OPT_IGNORE_CASE, enumerator
H A Dntfs-3g_common.c102 { "ignore_case", OPT_IGNORE_CASE, FLGOPT_BOGUS },
355 case OPT_IGNORE_CASE : in parse_mount_options()
/dports/print/bibview/bibview-2.2/
H A Dgui_main.c115 &optionsStatus[OPT_IGNORE_CASE] },
H A Dbibview.h414 #define OPT_IGNORE_CASE 6 macro
428 #define cotIgnoreCase() (optionsStatus[OPT_IGNORE_CASE])
H A Drc_file.c389 optionsStatus[OPT_IGNORE_CASE] = options.ignoreCase = in procOptionLine()
H A Dbibview.c448 optionsStatus[OPT_IGNORE_CASE] = options.ignoreCase; in processCommandlineOptions()