Home
last modified time | relevance | path

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

/dragonfly/usr.bin/find/
H A Doption.c82 { "-ilname", c_name, f_name, F_LINK | F_IGNCASE },
83 { "-iname", c_name, f_name, F_IGNCASE },
85 { "-ipath", c_name, f_path, F_IGNCASE },
86 { "-iregex", c_regex, f_regex, F_IGNCASE },
87 { "-iwholename",c_name, f_path, F_IGNCASE },
H A Dfind.h69 #define F_IGNCASE 0x00010000 /* iname ipath iregex */ macro
70 #define F_EXACTTIME F_IGNCASE /* -[acm]time units syntax */
H A Dfunction.c1092 plan->flags & F_IGNCASE ? FNM_CASEFOLD : 0); in f_name()
1215 plan->flags & F_IGNCASE ? FNM_CASEFOLD : 0); in f_path()
1353 plan->flags & F_IGNCASE ? "-iregex" : "-regex", errbuf); in f_regex()
1377 regexp_flags | (option->flags & F_IGNCASE ? REG_ICASE : 0))) != 0) { in c_regex()
1380 option->flags & F_IGNCASE ? "-iregex" : "-regex", in c_regex()