Home
last modified time | relevance | path

Searched refs:ignore_case (Results 1 – 21 of 21) sorted by relevance

/NextBSD/lib/libc/iconv/
HDcitrus_lookup.h53 int ignore_case) in _citrus_lookup_alias() argument
57 ret = _citrus_lookup_simple(path, key, buf, n, ignore_case); in _citrus_lookup_alias()
HDcitrus_lookup.c273 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/
HDucl_internal.h402 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()
HDucl_hash.h49 ucl_hash_t* ucl_hash_create (bool ignore_case);
HDucl_hash.c229 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/
HDt_grep.sh117 atf_test_case ignore_case
249 atf_add_test_case ignore_case
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDebugInfo.cpp702 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()
HDDWARFDebugPubnames.h28 … bool Find(const char* name, bool ignore_case, std::vector<dw_offset_t>& die_offset_coll) const;
HDDWARFDebugPubnames.cpp268 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()
HDDWARFDebugPubnamesSet.h76 …void Find(const char* name, bool ignore_case, std::vector<dw_offset_t>& die_offset_coll) co…
HDDWARFDebugInfo.h63 bool Find(const char* name, bool ignore_case, std::vector<dw_offset_t>& die_offsets) const;
HDDWARFDebugPubnamesSet.cpp145 DWARFDebugPubnamesSet::Find(const char* name, bool ignore_case, std::vector<dw_offset_t>& die_offse… in Find() argument
/NextBSD/usr.bin/sort/
HDbwstring.h81 struct bwstring *ignore_case(struct bwstring *str);
HDcoll.c413 key = ignore_case(key); in preproc()
438 ret = ignore_case(ret); in preproc()
HDbwstring.c1114 ignore_case(struct bwstring *str) in ignore_case() function
/NextBSD/contrib/diff/src/
HDdiff.h126 XTERN bool ignore_case; variable
HDio.c239 diff_length_compare_anyway | ignore_case; in find_and_hash_each_line()
248 if (ignore_case) in find_and_hash_each_line()
HDdiff.c397 ignore_case = true; in main()
730 & ~ (ignore_blank_lines | ignore_case | strip_trailing_cr in main()
HDutil.c434 if (ignore_case) in lines_differ()
/NextBSD/usr.bin/fortune/fortune/
HDfortune.c278 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/
HDChangeLog1447 (ignore_case): Renamed from ignore_case_flag.