Searched refs:ignore_case (Results 1 – 17 of 17) sorted by relevance
/freebsd/contrib/kyua/utils/text/ |
H A D | regex.cpp | 220 const bool ignore_case) : in impl() 223 const int flags = REG_EXTENDED | (ignore_case ? REG_ICASE : 0); in impl() 265 const bool ignore_case) in compile() argument 268 ignore_case))); in compile() 299 const std::size_t ngroups, const bool ignore_case) in match_regex() argument 301 return regex::compile(regex_, ngroups, ignore_case).match(str); in match_regex()
|
/freebsd/lib/libc/iconv/ |
H A D | citrus_lookup.h | 54 int ignore_case) in _citrus_lookup_alias() argument 58 ret = _citrus_lookup_simple(path, key, buf, n, ignore_case); in _citrus_lookup_alias()
|
H A D | citrus_lookup.c | 273 int ignore_case) in _citrus_lookup_seq_open() argument 284 cl->cl_ignore_case = ignore_case; in _citrus_lookup_seq_open() 340 char *linebuf, size_t linebufsize, int ignore_case) in _citrus_lookup_simple() argument 346 ret = _citrus_lookup_seq_open(&cl, name, ignore_case); in _citrus_lookup_simple()
|
/freebsd/usr.bin/uniq/tests/ |
H A D | uniq_test.sh | 126 atf_test_case ignore_case 221 atf_add_test_case ignore_case
|
/freebsd/contrib/libucl/src/ |
H A D | ucl_internal.h | 469 bool ignore_case) UCL_WARN_UNUSED_RESULT; 474 bool ignore_case) in ucl_hash_insert_object() argument 479 nhp = ucl_hash_create (ignore_case); in ucl_hash_insert_object()
|
H A D | ucl_hash.h | 49 ucl_hash_t* ucl_hash_create (bool ignore_case);
|
H A D | ucl_hash.c | 234 ucl_hash_create (bool ignore_case) in ucl_hash_create() argument 243 new->caseless = ignore_case; in ucl_hash_create() 244 if (ignore_case) { in ucl_hash_create()
|
/freebsd/usr.bin/sort/ |
H A D | bwstring.h | 84 struct bwstring *ignore_case(struct bwstring *str);
|
H A D | coll.c | 423 key = ignore_case(key); in preproc() 448 ret = ignore_case(ret); in preproc()
|
H A D | bwstring.c | 1012 ignore_case(struct bwstring *str) in ignore_case() function
|
/freebsd/contrib/diff/src/ |
H A D | diff.h | 126 XTERN bool ignore_case; variable
|
H A D | io.c | 239 diff_length_compare_anyway | ignore_case; in find_and_hash_each_line() 248 if (ignore_case) in find_and_hash_each_line()
|
H A D | diff.c | 397 ignore_case = true; in main() 730 & ~ (ignore_blank_lines | ignore_case | strip_trailing_cr in main()
|
H A D | util.c | 434 if (ignore_case) in lines_differ()
|
/freebsd/usr.bin/fortune/fortune/ |
H A D | fortune.c | 264 int ignore_case; in getargs() local 268 ignore_case = FALSE; in getargs() 310 ignore_case++; in getargs() 333 if (ignore_case) in getargs()
|
/freebsd/contrib/netbsd-tests/usr.bin/grep/ |
H A D | t_grep.sh | 118 atf_test_case ignore_case 968 atf_add_test_case ignore_case
|
/freebsd/contrib/diff/ |
H A D | ChangeLog | 1447 (ignore_case): Renamed from ignore_case_flag.
|