Searched refs:F_IGNCASE (Results 1 – 3 of 3) sorted by relevance
| /trueos/usr.bin/find/ |
| HD | option.c | 92 { "-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 },
|
| HD | find.h | 68 #define F_IGNCASE 0x00010000 /* iname ipath iregex */ macro 69 #define F_EXACTTIME F_IGNCASE /* -[acm]time units syntax */
|
| HD | function.c | 1145 plan->flags & F_IGNCASE ? FNM_CASEFOLD : 0); in f_name() 1268 plan->flags & F_IGNCASE ? FNM_CASEFOLD : 0); in f_path() 1406 plan->flags & F_IGNCASE ? "-iregex" : "-regex", errbuf); in f_regex() 1430 regexp_flags | (option->flags & F_IGNCASE ? REG_ICASE : 0))) != 0) { in c_regex() 1433 option->flags & F_IGNCASE ? "-iregex" : "-regex", in c_regex()
|