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

/freebsd-11-stable/lib/libc/iconv/
H A Dcitrus_lookup.h53 int ignore_case)
57 ret = _citrus_lookup_simple(path, key, buf, n, ignore_case);
52 _citrus_lookup_alias(const char *path, const char *key, char *buf, size_t n, int ignore_case) argument
H A Dcitrus_lookup.c273 int ignore_case)
284 cl->cl_ignore_case = ignore_case;
340 char *linebuf, size_t linebufsize, int ignore_case)
346 ret = _citrus_lookup_seq_open(&cl, name, ignore_case);
272 _citrus_lookup_seq_open(struct _citrus_lookup **rcl, const char *name, int ignore_case) argument
339 _citrus_lookup_simple(const char *name, const char *key, char *linebuf, size_t linebufsize, int ignore_case) argument
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_hash.h49 ucl_hash_t* ucl_hash_create (bool ignore_case);
H A Ducl_internal.h406 bool ignore_case) UCL_WARN_UNUSED_RESULT;
411 bool ignore_case)
414 hashlin = ucl_hash_create (ignore_case);
409 ucl_hash_insert_object(ucl_hash_t *hashlin, const ucl_object_t *obj, bool ignore_case) argument
H A Ducl_hash.c190 ucl_hash_create (bool ignore_case) argument
198 new->caseless = ignore_case;
199 if (ignore_case) {
/freebsd-11-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-11-stable/usr.bin/sort/
H A Dbwstring.h83 struct bwstring *ignore_case(struct bwstring *str);
H A Dcoll.c430 key = ignore_case(key);
455 ret = ignore_case(ret);
H A Dbwstring.c1110 ignore_case(struct bwstring *str) function
/freebsd-11-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-11-stable/contrib/netbsd-tests/usr.bin/grep/
H A Dt_grep.sh118 atf_test_case ignore_case
821 atf_add_test_case ignore_case

Completed in 210 milliseconds