Searched refs:F_IGNCASE (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/usr.bin/find/
H A Doption.c94 { "-ilname", c_name, f_name, F_LINK | F_IGNCASE },
95 { "-iname", c_name, f_name, F_IGNCASE },
97 { "-ipath", c_name, f_path, F_IGNCASE },
98 { "-iregex", c_regex, f_regex, F_IGNCASE },
99 { "-iwholename",c_name, f_path, F_IGNCASE },
H A Dfind.h92 #define F_IGNCASE 0x00010000 /* iname ipath iregex */ macro
93 #define F_EXACTTIME F_IGNCASE /* -[acm]time units syntax */
H A Dfunction.c1166 plan->flags & F_IGNCASE ? FNM_CASEFOLD : 0);
1298 plan->flags & F_IGNCASE ? FNM_CASEFOLD : 0);
1436 plan->flags & F_IGNCASE ? "-iregex" : "-regex", errbuf);
1460 regexp_flags | (option->flags & F_IGNCASE ? REG_ICASE : 0))) != 0) {
1463 option->flags & F_IGNCASE ? "-iregex" : "-regex",

Completed in 63 milliseconds