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

/freebsd-13-stable/usr.bin/find/
H A Doption.c100 { "-ilname", c_name, f_name, F_LINK | F_IGNCASE },
101 { "-iname", c_name, f_name, F_IGNCASE },
103 { "-ipath", c_name, f_path, F_IGNCASE },
104 { "-iregex", c_regex, f_regex, F_IGNCASE },
105 { "-iwholename",c_name, f_path, F_IGNCASE },
H A Dfind.h95 #define F_IGNCASE 0x00010000 /* iname ipath iregex */ macro
96 #define F_EXACTTIME F_IGNCASE /* -[acm]time units syntax */
H A Dfunction.c1173 plan->flags & F_IGNCASE ? FNM_CASEFOLD : 0);
1305 plan->flags & F_IGNCASE ? FNM_CASEFOLD : 0);
1443 plan->flags & F_IGNCASE ? "-iregex" : "-regex", errbuf);
1467 regexp_flags | (option->flags & F_IGNCASE ? REG_ICASE : 0))) != 0) {
1470 option->flags & F_IGNCASE ? "-iregex" : "-regex",

Completed in 59 milliseconds