Searched refs:ignore_case (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/lib/libc/iconv/
H A Dcitrus_lookup.h55 int ignore_case)
59 ret = _citrus_lookup_simple(path, key, buf, n, ignore_case);
54 _citrus_lookup_alias(const char *path, const char *key, char *buf, size_t n, int ignore_case) argument
H A Dcitrus_lookup.c275 int ignore_case)
286 cl->cl_ignore_case = ignore_case;
342 char *linebuf, size_t linebufsize, int ignore_case)
348 ret = _citrus_lookup_seq_open(&cl, name, ignore_case);
274 _citrus_lookup_seq_open(struct _citrus_lookup **rcl, const char *name, int ignore_case) argument
341 _citrus_lookup_simple(const char *name, const char *key, char *linebuf, size_t linebufsize, int ignore_case) argument
/freebsd-13-stable/contrib/kyua/utils/text/
H A Dregex.cpp216 /// \param ignore_case Whether to ignore case during matching.
220 const bool ignore_case) :
223 const int flags = REG_EXTENDED | (ignore_case ? REG_ICASE : 0);
257 /// \param ignore_case Whether to ignore case during matching.
265 const bool ignore_case)
268 ignore_case)));
294 /// \param ignore_case Whether to ignore case during matching.
299 const std::size_t ngroups, const bool ignore_case)
301 return regex::compile(regex_, ngroups, ignore_case).match(str);
/freebsd-13-stable/contrib/libucl/src/
H A Ducl_hash.h49 ucl_hash_t* ucl_hash_create (bool ignore_case);
H A Ducl_internal.h469 bool ignore_case) UCL_WARN_UNUSED_RESULT;
474 bool ignore_case)
479 nhp = ucl_hash_create (ignore_case);
472 ucl_hash_insert_object(ucl_hash_t *hashlin, const ucl_object_t *obj, bool ignore_case) argument
H A Ducl_hash.c234 ucl_hash_create (bool ignore_case) argument
243 new->caseless = ignore_case;
244 if (ignore_case) {
/freebsd-13-stable/contrib/diff/src/
H A Ddiff.h127 XTERN bool ignore_case;
126 XTERN bool ignore_case; variable
H A Dio.c243 diff_length_compare_anyway | ignore_case;
252 if (ignore_case)
H A Dutil.c438 if (ignore_case)
H A Ddiff.c398 ignore_case = true;
731 & ~ (ignore_blank_lines | ignore_case | strip_trailing_cr
/freebsd-13-stable/usr.bin/sort/
H A Dbwstring.h84 struct bwstring *ignore_case(struct bwstring *str);
H A Dcoll.c428 key = ignore_case(key);
453 ret = ignore_case(ret);
H A Dbwstring.c1109 ignore_case(struct bwstring *str) function
/freebsd-13-stable/usr.bin/fortune/fortune/
H A Dfortune.c278 int ignore_case; local
282 ignore_case = FALSE;
324 ignore_case++;
347 if (ignore_case)
/freebsd-13-stable/contrib/netbsd-tests/usr.bin/grep/
H A Dt_grep.sh118 atf_test_case ignore_case
953 atf_add_test_case ignore_case

Completed in 227 milliseconds