| /NextBSD/lib/libc/iconv/ |
| HD | citrus_lookup.h | 53 int ignore_case) in _citrus_lookup_alias() argument 57 ret = _citrus_lookup_simple(path, key, buf, n, ignore_case); in _citrus_lookup_alias()
|
| HD | 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()
|
| /NextBSD/contrib/libucl/src/ |
| HD | ucl_internal.h | 402 bool ignore_case) UCL_WARN_UNUSED_RESULT; 407 bool ignore_case) in ucl_hash_insert_object() argument 410 hashlin = ucl_hash_create (ignore_case); in ucl_hash_insert_object()
|
| HD | ucl_hash.h | 49 ucl_hash_t* ucl_hash_create (bool ignore_case);
|
| HD | ucl_hash.c | 229 ucl_hash_create (bool ignore_case) in ucl_hash_create() argument 237 new->caseless = ignore_case; in ucl_hash_create() 238 if (ignore_case) { in ucl_hash_create()
|
| /NextBSD/contrib/netbsd-tests/usr.bin/grep/ |
| HD | t_grep.sh | 117 atf_test_case ignore_case 249 atf_add_test_case ignore_case
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| HD | DWARFDebugInfo.cpp | 702 bool ignore_case; member 732 … if ((info->ignore_case ? strcasecmp(die_name, info->name) : strcmp(die_name, info->name)) == 0) in FindCallbackString() 751 DWARFDebugInfo::Find(const char* name, bool ignore_case, vector<dw_offset_t>& die_offsets) const in Find() argument 756 FindCallbackStringInfo info = { name, ignore_case, NULL, die_offsets }; in Find()
|
| HD | DWARFDebugPubnames.h | 28 … bool Find(const char* name, bool ignore_case, std::vector<dw_offset_t>& die_offset_coll) const;
|
| HD | DWARFDebugPubnames.cpp | 268 DWARFDebugPubnames::Find(const char* name, bool ignore_case, std::vector<dw_offset_t>& die_offsets)… in Find() argument 277 (*pos).Find(name, ignore_case, die_offsets); in Find()
|
| HD | DWARFDebugPubnamesSet.h | 76 …void Find(const char* name, bool ignore_case, std::vector<dw_offset_t>& die_offset_coll) co…
|
| HD | DWARFDebugInfo.h | 63 bool Find(const char* name, bool ignore_case, std::vector<dw_offset_t>& die_offsets) const;
|
| HD | DWARFDebugPubnamesSet.cpp | 145 DWARFDebugPubnamesSet::Find(const char* name, bool ignore_case, std::vector<dw_offset_t>& die_offse… in Find() argument
|
| /NextBSD/usr.bin/sort/ |
| HD | bwstring.h | 81 struct bwstring *ignore_case(struct bwstring *str);
|
| HD | coll.c | 413 key = ignore_case(key); in preproc() 438 ret = ignore_case(ret); in preproc()
|
| HD | bwstring.c | 1114 ignore_case(struct bwstring *str) in ignore_case() function
|
| /NextBSD/contrib/diff/src/ |
| HD | diff.h | 126 XTERN bool ignore_case; variable
|
| HD | 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()
|
| HD | diff.c | 397 ignore_case = true; in main() 730 & ~ (ignore_blank_lines | ignore_case | strip_trailing_cr in main()
|
| HD | util.c | 434 if (ignore_case) in lines_differ()
|
| /NextBSD/usr.bin/fortune/fortune/ |
| HD | fortune.c | 278 int ignore_case; in getargs() local 282 ignore_case = FALSE; in getargs() 324 ignore_case++; in getargs() 347 if (ignore_case) in getargs()
|
| /NextBSD/contrib/diff/ |
| HD | ChangeLog | 1447 (ignore_case): Renamed from ignore_case_flag.
|