F_IGNCASE
#define F_EXACTTIME F_IGNCASE /* -[acm]time units syntax */
plan->flags & F_IGNCASE ? FNM_CASEFOLD : 0);
plan->flags & F_IGNCASE ? FNM_CASEFOLD : 0);
plan->flags & F_IGNCASE ? "-iregex" : "-regex", errbuf);
regexp_flags | (option->flags & F_IGNCASE ? REG_ICASE : 0))) != 0) {
option->flags & F_IGNCASE ? "-iregex" : "-regex",
{ "-iwholename",c_name, f_path, F_IGNCASE },
{ "-ilname", c_name, f_name, F_LINK | F_IGNCASE },
{ "-iname", c_name, f_name, F_IGNCASE },
{ "-ipath", c_name, f_path, F_IGNCASE },
{ "-iregex", c_regex, f_regex, F_IGNCASE },