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

/macosx-10.9.5/shell_cmds-175/find/
H A Doption.c92 { "-ilname", c_name, f_name, F_LINK | F_IGNCASE },
93 { "-iname", c_name, f_name, F_IGNCASE },
95 { "-ipath", c_name, f_path, F_IGNCASE },
96 { "-iregex", c_regex, f_regex, F_IGNCASE },
97 { "-iwholename",c_name, f_path, F_IGNCASE },
H A Dfind.h68 #define F_IGNCASE 0x00010000 /* iname ipath iregex */ macro
69 #define F_EXACTTIME F_IGNCASE /* -[acm]time units syntax */
H A Dfunction.c1158 plan->flags & F_IGNCASE ? FNM_CASEFOLD : 0);
1274 plan->flags & F_IGNCASE ? FNM_CASEFOLD : 0);
1415 plan->flags & F_IGNCASE ? "-iregex" : "-regex", errbuf);
1439 regexp_flags | (option->flags & F_IGNCASE ? REG_ICASE : 0))) != 0) {
1442 option->flags & F_IGNCASE ? "-iregex" : "-regex",

Completed in 125 milliseconds